mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
fix
This commit is contained in:
parent
591a726b09
commit
b8edf7acb9
79 changed files with 1 additions and 7503 deletions
|
@ -1,18 +0,0 @@
|
||||||
# Copyright 2017-2018 Stan Grishin (stangri@melmac.net)
|
|
||||||
# This is free software, licensed under the GNU General Public License v3.
|
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-3.0-or-later
|
|
||||||
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net>
|
|
||||||
|
|
||||||
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:=3
|
|
||||||
PKG_VERSION:=omr-202103
|
|
||||||
|
|
||||||
include $(TOPDIR)/feeds/luci/luci.mk
|
|
||||||
|
|
||||||
# call BuildPackage - OpenWrt buildroot signature
|
|
|
@ -1,25 +0,0 @@
|
||||||
module("luci.controller.https-dns-proxy", package.seeall)
|
|
||||||
function index()
|
|
||||||
if nixio.fs.access("/etc/config/https-dns-proxy") then
|
|
||||||
entry({"admin", "services", "https-dns-proxy"}, cbi("https-dns-proxy"), _("DNS Over HTTPS Proxy"))
|
|
||||||
entry({"admin", "services", "https-dns-proxy", "action"}, call("https_dns_proxy_action"), nil).leaf = true
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
function https_dns_proxy_action(name)
|
|
||||||
local packageName = "https-dns-proxy"
|
|
||||||
if name == "start" then
|
|
||||||
luci.sys.init.start(packageName)
|
|
||||||
elseif name == "action" then
|
|
||||||
luci.util.exec("/etc/init.d/" .. packageName .. " reload >/dev/null 2>&1")
|
|
||||||
luci.util.exec("/etc/init.d/dnsmasq restart >/dev/null 2>&1")
|
|
||||||
elseif name == "stop" then
|
|
||||||
luci.sys.init.stop(packageName)
|
|
||||||
elseif name == "enable" then
|
|
||||||
luci.sys.init.enable(packageName)
|
|
||||||
elseif name == "disable" then
|
|
||||||
luci.sys.init.disable(packageName)
|
|
||||||
end
|
|
||||||
luci.http.prepare_content("text/plain")
|
|
||||||
luci.http.write("0")
|
|
||||||
end
|
|
|
@ -1,6 +0,0 @@
|
||||||
return {
|
|
||||||
name = "Digitale-Gesellschaft",
|
|
||||||
label = _("Digitale Gesellschaft"),
|
|
||||||
resolver_url = "https://dns.digitale-gesellschaft.ch/dns-query",
|
|
||||||
bootstrap_dns = "185.95.218.42,185.95.218.43"
|
|
||||||
}
|
|
|
@ -1,6 +0,0 @@
|
||||||
return {
|
|
||||||
name = "rubyfish.cn",
|
|
||||||
label = _("rubyfish.cn"),
|
|
||||||
resolver_url = "https://dns.rubyfish.cn/dns-query",
|
|
||||||
bootstrap_dns = "118.89.110.78,47.96.179.163"
|
|
||||||
}
|
|
|
@ -1,6 +0,0 @@
|
||||||
return {
|
|
||||||
name = "DNS.SB",
|
|
||||||
label = _("DNS.SB"),
|
|
||||||
resolver_url = "https://doh.dns.sb/dns-query",
|
|
||||||
bootstrap_dns = "185.222.222.222,185.184.222.222"
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
return {
|
|
||||||
name = "AdGuard-Family",
|
|
||||||
label = _("AdGuard (Family Protection)"),
|
|
||||||
resolver_url = "https://dns-family.adguard.com/dns-query",
|
|
||||||
bootstrap_dns = "176.103.130.132,176.103.130.134",
|
|
||||||
help_link = "https://adguard.com/en/adguard-dns/overview.html",
|
|
||||||
help_link_text = "AdGuard.com"
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
return {
|
|
||||||
name = "AdGuard-Standard",
|
|
||||||
label = _("AdGuard (Standard)"),
|
|
||||||
resolver_url = "https://dns.adguard.com/dns-query",
|
|
||||||
bootstrap_dns = "176.103.130.130,176.103.130.131",
|
|
||||||
help_link = "https://adguard.com/en/adguard-dns/overview.html",
|
|
||||||
help_link_text = "AdGuard.com"
|
|
||||||
}
|
|
|
@ -1,6 +0,0 @@
|
||||||
return {
|
|
||||||
name = "Cloudflare for Families",
|
|
||||||
label = _("Cloudflare for Families"),
|
|
||||||
resolver_url = "https://family.cloudflare-dns.com/dns-query",
|
|
||||||
bootstrap_dns = "1.1.1.3,1.0.0.3"
|
|
||||||
}
|
|
|
@ -1,6 +0,0 @@
|
||||||
return {
|
|
||||||
name = "Cloudflare Malware",
|
|
||||||
label = _("Cloudflare Malware"),
|
|
||||||
resolver_url = "https://security.cloudflare-dns.com/dns-query",
|
|
||||||
bootstrap_dns = "1.1.1.2,1.0.0.2"
|
|
||||||
}
|
|
|
@ -1,6 +0,0 @@
|
||||||
return {
|
|
||||||
name = "Cloudflare",
|
|
||||||
label = _("Cloudflare"),
|
|
||||||
resolver_url = "https://cloudflare-dns.com/dns-query",
|
|
||||||
bootstrap_dns = "1.1.1.1,1.0.0.1"
|
|
||||||
}
|
|
|
@ -1,6 +0,0 @@
|
||||||
return {
|
|
||||||
name = "odvr-nic-cz",
|
|
||||||
label = _("ODVR (nic.cz)"),
|
|
||||||
resolver_url = "https://odvr.nic.cz/doh",
|
|
||||||
bootstrap_dns = "193.17.47.1,185.43.135.1"
|
|
||||||
}
|
|
|
@ -1,7 +0,0 @@
|
||||||
return {
|
|
||||||
name = "Google",
|
|
||||||
label = _("Google"),
|
|
||||||
resolver_url = "https://dns.google/dns-query",
|
|
||||||
bootstrap_dns = "8.8.8.8,8.8.4.4",
|
|
||||||
default = true
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
return {
|
|
||||||
name = "LibreDNS (No Ads)",
|
|
||||||
label = _("LibreDNS (No Ads)"),
|
|
||||||
resolver_url = "https://doh.libredns.gr/ads",
|
|
||||||
bootstrap_dns = "116.202.176.26",
|
|
||||||
help_link = "https://libredns.gr/",
|
|
||||||
help_link_text = "LibreDNS.gr"
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
return {
|
|
||||||
name = "LibreDNS",
|
|
||||||
label = _("LibreDNS"),
|
|
||||||
resolver_url = "https://doh.libredns.gr/dns-query",
|
|
||||||
bootstrap_dns = "116.202.176.26",
|
|
||||||
help_link = "https://libredns.gr/",
|
|
||||||
help_link_text = "LibreDNS.gr"
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
return {
|
|
||||||
name = "Quad9-Recommended",
|
|
||||||
label = _("Quad 9 (Recommended)"),
|
|
||||||
resolver_url = "https://dns.quad9.net/dns-query",
|
|
||||||
bootstrap_dns = "9.9.9.9,149.112.112.112",
|
|
||||||
help_link = "https://www.quad9.net/doh-quad9-dns-servers/",
|
|
||||||
help_link_text = "Quad9.net"
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
return {
|
|
||||||
name = "Quad9-Unsecured",
|
|
||||||
label = _("Quad 9 (Unsecured)"),
|
|
||||||
resolver_url = "https://dns10.quad9.net/dns-query",
|
|
||||||
bootstrap_dns = "9.9.9.10,149.112.112.10",
|
|
||||||
help_link = "https://www.quad9.net/doh-quad9-dns-servers/",
|
|
||||||
help_link_text = "Quad9.net"
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
return {
|
|
||||||
name = "Quad9-ECS",
|
|
||||||
label = _("Quad 9 (Secured with ECS Support)"),
|
|
||||||
resolver_url = "https://dns11.quad9.net/dns-query",
|
|
||||||
bootstrap_dns = "9.9.9.11,149.112.112.11",
|
|
||||||
help_link = "https://www.quad9.net/doh-quad9-dns-servers/",
|
|
||||||
help_link_text = "Quad9.net"
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
return {
|
|
||||||
name = "Quad9-Secured",
|
|
||||||
label = _("Quad 9 (Secured)"),
|
|
||||||
resolver_url = "https://dns9.quad9.net/dns-query",
|
|
||||||
bootstrap_dns = "9.9.9.9,149.112.112.9",
|
|
||||||
help_link = "https://www.quad9.net/doh-quad9-dns-servers/",
|
|
||||||
help_link_text = "Quad9.net"
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
return {
|
|
||||||
name = "CleanBrowsing-Adult",
|
|
||||||
label = _("CleanBrowsing (Adult Filter)"),
|
|
||||||
resolver_url = "https://doh.cleanbrowsing.org/doh/adult-filter/",
|
|
||||||
bootstrap_dns = "185.228.168.168",
|
|
||||||
help_link = "https://cleanbrowsing.org/guides/dnsoverhttps",
|
|
||||||
help_link_text = "CleanBrowsing.org"
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
return {
|
|
||||||
name = "CleanBrowsing-Family",
|
|
||||||
label = _("CleanBrowsing (Family Filter)"),
|
|
||||||
resolver_url = "https://doh.cleanbrowsing.org/doh/family-filter/",
|
|
||||||
bootstrap_dns = "185.228.168.168",
|
|
||||||
help_link = "https://cleanbrowsing.org/guides/dnsoverhttps",
|
|
||||||
help_link_text = "CleanBrowsing.org"
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
return {
|
|
||||||
name = "CleanBrowsing-Security",
|
|
||||||
label = _("CleanBrowsing (Security Filter)"),
|
|
||||||
resolver_url = "https://doh.cleanbrowsing.org/doh/security-filter/",
|
|
||||||
bootstrap_dns = "185.228.168.168",
|
|
||||||
help_link = "https://cleanbrowsing.org/guides/dnsoverhttps",
|
|
||||||
help_link_text = "CleanBrowsing.org"
|
|
||||||
}
|
|
|
@ -1,174 +0,0 @@
|
||||||
local sys = require "luci.sys"
|
|
||||||
local util = require "luci.util"
|
|
||||||
local fs = require "nixio.fs"
|
|
||||||
local dispatcher = require "luci.dispatcher"
|
|
||||||
local i18n = require "luci.i18n"
|
|
||||||
local uci = require("luci.model.uci").cursor()
|
|
||||||
|
|
||||||
local packageName = "https-dns-proxy"
|
|
||||||
local providers_dir = "/usr/lib/lua/luci/" .. packageName .. "/providers/"
|
|
||||||
local helperText = ""
|
|
||||||
|
|
||||||
function create_helper_text()
|
|
||||||
local initText = "<br />" .. translate("For more information on different options check") .. " "
|
|
||||||
for filename in fs.dir(providers_dir) do
|
|
||||||
local p_func = loadfile(providers_dir .. filename)
|
|
||||||
setfenv(p_func, { _ = i18n.translate })
|
|
||||||
local p = p_func()
|
|
||||||
if p.help_link then
|
|
||||||
local url, domain
|
|
||||||
url = p.help_link
|
|
||||||
domain = p.help_link_text or url:match('^%w+://([^/]+)')
|
|
||||||
if not helperText:find(domain) then
|
|
||||||
if helperText == "" then
|
|
||||||
helperText = initText
|
|
||||||
else
|
|
||||||
helperText = helperText .. ", "
|
|
||||||
end
|
|
||||||
helperText = helperText .. [[<a href="]] .. url .. [[">]] .. domain .. [[</a>]]
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
if helperText ~= "" then
|
|
||||||
local a = helperText:gsub('(.*),%s.*$', '%1')
|
|
||||||
helperText = a .. " " .. translate("and") .. helperText:sub(#a + 2) .. "."
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
function get_provider_name(value)
|
|
||||||
if value ~= nil then
|
|
||||||
for filename in fs.dir(providers_dir) do
|
|
||||||
local p_func = loadfile(providers_dir .. filename)
|
|
||||||
setfenv(p_func, { _ = i18n.translate })
|
|
||||||
local p = p_func()
|
|
||||||
value = value:gsub('[%p%c%s]', '')
|
|
||||||
p.url_match = p.resolver_url:gsub('[%p%c%s]', '')
|
|
||||||
if value:match(p.url_match) then
|
|
||||||
return p.label
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
return translate("Unknown Provider")
|
|
||||||
end
|
|
||||||
|
|
||||||
local tmpfsStatus, tmpfsStatusCode
|
|
||||||
local ubusStatus = util.ubus("service", "list", { name = packageName })
|
|
||||||
local tmpfsVersion = tostring(util.trim(sys.exec("opkg list-installed " .. packageName .. " | awk '{print $3}'")))
|
|
||||||
|
|
||||||
if not tmpfsVersion or tmpfsVersion == "" then
|
|
||||||
tmpfsStatusCode = -1
|
|
||||||
tmpfsVersion = ""
|
|
||||||
tmpfsStatus = packageName .. " " .. translate("is not installed or not found")
|
|
||||||
else
|
|
||||||
tmpfsVersion = " [" .. packageName .. " " .. tmpfsVersion .. "]"
|
|
||||||
if not ubusStatus or not ubusStatus[packageName] then
|
|
||||||
tmpfsStatusCode = 0
|
|
||||||
tmpfsStatus = translate("Stopped")
|
|
||||||
if not luci.sys.init.enabled(packageName) then
|
|
||||||
tmpfsStatus = tmpfsStatus .. " (" .. translate("disabled") .. ")"
|
|
||||||
end
|
|
||||||
else
|
|
||||||
tmpfsStatusCode, tmpfsStatus = 1, ""
|
|
||||||
for n = 1,1000 do
|
|
||||||
if ubusStatus and ubusStatus[packageName] and
|
|
||||||
ubusStatus[packageName]["instances"] and
|
|
||||||
ubusStatus[packageName]["instances"]["instance" .. n] and
|
|
||||||
ubusStatus[packageName]["instances"]["instance" .. n]["running"] then
|
|
||||||
local value, k, v, url, url_flag, la, la_flag, lp, lp_flag
|
|
||||||
for k, v in pairs(ubusStatus[packageName]["instances"]["instance" .. n]["command"]) do
|
|
||||||
if la_flag then la, la_flag = v, false end
|
|
||||||
if lp_flag then lp, lp_flag = v, false end
|
|
||||||
if url_flag then url, url_flag = v, false end
|
|
||||||
if v == "-a" then la_flag = true end
|
|
||||||
if v == "-p" then lp_flag = true end
|
|
||||||
if v == "-r" then url_flag = true end
|
|
||||||
end
|
|
||||||
la = la or "127.0.0.1"
|
|
||||||
lp = lp or n + 5053
|
|
||||||
tmpfsStatus = tmpfsStatus .. translate("Running") .. ": " .. get_provider_name(url) .. " " .. translate("DoH") .. " " .. translate("at") .. " " .. la .. ":" .. lp .. "\n"
|
|
||||||
else
|
|
||||||
break
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
m = Map("https-dns-proxy", translate("DNS Over HTTPS Proxy Settings"))
|
|
||||||
|
|
||||||
h = m:section(TypedSection, "_dummy", translate("Service Status") .. tmpfsVersion)
|
|
||||||
h.template = "cbi/nullsection"
|
|
||||||
ss = h:option(DummyValue, "_dummy", translate("Service Status"))
|
|
||||||
if tmpfsStatusCode == -1 then
|
|
||||||
ss.template = packageName .. "/status"
|
|
||||||
ss.value = tmpfsStatus
|
|
||||||
else
|
|
||||||
if tmpfsStatusCode == 0 then
|
|
||||||
ss.template = packageName .. "/status"
|
|
||||||
else
|
|
||||||
ss.template = packageName .. "/status-textarea"
|
|
||||||
end
|
|
||||||
ss.value = tmpfsStatus
|
|
||||||
buttons = h:option(DummyValue, "_dummy")
|
|
||||||
buttons.template = packageName .. "/buttons"
|
|
||||||
end
|
|
||||||
|
|
||||||
create_helper_text()
|
|
||||||
s3 = m:section(TypedSection, "https-dns-proxy", translate("Instances"), translate("When you add/remove any instances below, they will be used to override the 'DNS forwardings' section of ")
|
|
||||||
.. [[ <a href="]] .. dispatcher.build_url("admin/network/dhcp") .. [[">]]
|
|
||||||
.. translate("DHCP and DNS") .. [[</a>]] .. "." .. helperText)
|
|
||||||
s3.template = "cbi/tblsection"
|
|
||||||
s3.sortable = false
|
|
||||||
s3.anonymous = true
|
|
||||||
s3.addremove = true
|
|
||||||
|
|
||||||
prov = s3:option(ListValue, "resolver_url", translate("Resolver"))
|
|
||||||
for filename in fs.dir(providers_dir) do
|
|
||||||
local p_func = loadfile(providers_dir .. filename)
|
|
||||||
setfenv(p_func, { _ = i18n.translate })
|
|
||||||
local p = p_func()
|
|
||||||
prov:value(p.resolver_url, p.label)
|
|
||||||
if p.default then
|
|
||||||
prov.default = p.resolver_url
|
|
||||||
end
|
|
||||||
end
|
|
||||||
prov.forcewrite = true
|
|
||||||
prov.write = function(self, section, value)
|
|
||||||
if not value then return end
|
|
||||||
for filename in fs.dir(providers_dir) do
|
|
||||||
local p_func = loadfile(providers_dir .. filename)
|
|
||||||
setfenv(p_func, { _ = i18n.translate })
|
|
||||||
local p = p_func()
|
|
||||||
value = value:gsub('[%p%c%s]', '')
|
|
||||||
p.url_match = p.resolver_url:gsub('[%p%c%s]', '')
|
|
||||||
if value:match(p.url_match) then
|
|
||||||
uci:set(packageName, section, "bootstrap_dns", p.bootstrap_dns)
|
|
||||||
uci:set(packageName, section, "resolver_url", p.resolver_url)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
uci:save(packageName)
|
|
||||||
end
|
|
||||||
|
|
||||||
la = s3:option(Value, "listen_addr", translate("Listen address"))
|
|
||||||
la.datatype = "host"
|
|
||||||
la.placeholder = "127.0.0.1"
|
|
||||||
la.rmempty = true
|
|
||||||
|
|
||||||
local n = 0
|
|
||||||
uci:foreach(packageName, packageName, function(s)
|
|
||||||
if s[".name"] == section then
|
|
||||||
return false
|
|
||||||
end
|
|
||||||
n = n + 1
|
|
||||||
end)
|
|
||||||
|
|
||||||
lp = s3:option(Value, "listen_port", translate("Listen port"))
|
|
||||||
lp.datatype = "port"
|
|
||||||
lp.value = n + 5053
|
|
||||||
|
|
||||||
sa = s3:option(Value, "edns_subnet", translate("EDNS client subnet"))
|
|
||||||
sa.rmempty = true
|
|
||||||
|
|
||||||
ps = s3:option(Value, "proxy_server", translate("Proxy server"))
|
|
||||||
ps.rmempty = true
|
|
||||||
|
|
||||||
return m
|
|
|
@ -1,77 +0,0 @@
|
||||||
<%# Copyright 2020 Stan Grishin <stangri@melmac.net> -%>
|
|
||||||
|
|
||||||
<%+https-dns-proxy/css%>
|
|
||||||
<%+https-dns-proxy/js%>
|
|
||||||
|
|
||||||
<%-
|
|
||||||
local packageName = "https-dns-proxy"
|
|
||||||
local serviceRunning, serviceEnabled = false, false;
|
|
||||||
|
|
||||||
serviceEnabled = luci.sys.init.enabled(packageName)
|
|
||||||
local ubusStatus = luci.util.ubus("service", "list", { name = packageName })
|
|
||||||
if ubusStatus and ubusStatus[packageName] then
|
|
||||||
serviceRunning = true
|
|
||||||
end
|
|
||||||
|
|
||||||
if serviceEnabled then
|
|
||||||
btn_start_status = true
|
|
||||||
btn_action_status = true
|
|
||||||
btn_stop_status = true
|
|
||||||
btn_enable_status = false
|
|
||||||
btn_disable_status = true
|
|
||||||
else
|
|
||||||
btn_start_status = false
|
|
||||||
btn_action_status = false
|
|
||||||
btn_stop_status = false
|
|
||||||
btn_enable_status = true
|
|
||||||
btn_disable_status = false
|
|
||||||
end
|
|
||||||
if serviceRunning then
|
|
||||||
btn_start_status = false
|
|
||||||
btn_action_status = true
|
|
||||||
btn_stop_status = true
|
|
||||||
else
|
|
||||||
btn_action_status = false
|
|
||||||
btn_stop_status = false
|
|
||||||
end
|
|
||||||
-%>
|
|
||||||
|
|
||||||
<div class="cbi-value"><label class="cbi-value-title">Service Control</label>
|
|
||||||
<div class="cbi-value-field">
|
|
||||||
<input type="button" class="cbi-button cbi-button-apply" id="btn_start" name="start" value="<%:Start%>"
|
|
||||||
onclick="button_action(this)" />
|
|
||||||
<span id="btn_start_spinner" class="btn_spinner"></span>
|
|
||||||
<input type="button" class="cbi-button cbi-button-apply" id="btn_action" name="action" value="<%:Reload%>"
|
|
||||||
onclick="button_action(this)" />
|
|
||||||
<span id="btn_action_spinner" class="btn_spinner"></span>
|
|
||||||
<input type="button" class="cbi-button cbi-button-reset" id="btn_stop" name="stop" value="<%:Stop%>"
|
|
||||||
onclick="button_action(this)" />
|
|
||||||
<span id="btn_stop_spinner" class="btn_spinner"></span>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<input type="button" class="cbi-button cbi-button-apply" id="btn_enable" name="enable" value="<%:Enable%>"
|
|
||||||
onclick="button_action(this)" />
|
|
||||||
<span id="btn_enable_spinner" class="btn_spinner"></span>
|
|
||||||
<input type="button" class="cbi-button cbi-button-reset" id="btn_disable" name="disable" value="<%:Disable%>"
|
|
||||||
onclick="button_action(this)" />
|
|
||||||
<span id="btn_disable_spinner" class="btn_spinner"></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<%-if not btn_start_status then%>
|
|
||||||
<script type="text/javascript">document.getElementById("btn_start").disabled = true;</script>
|
|
||||||
<%-end%>
|
|
||||||
<%-if not btn_action_status then%>
|
|
||||||
<script type="text/javascript">document.getElementById("btn_action").disabled = true;</script>
|
|
||||||
<%-end%>
|
|
||||||
<%-if not btn_stop_status then%>
|
|
||||||
<script type="text/javascript">document.getElementById("btn_stop").disabled = true;</script>
|
|
||||||
<%-end%>
|
|
||||||
<%-if not btn_enable_status then%>
|
|
||||||
<script type="text/javascript">document.getElementById("btn_enable").disabled = true;</script>
|
|
||||||
<%-end%>
|
|
||||||
<%-if not btn_disable_status then%>
|
|
||||||
<script type="text/javascript">document.getElementById("btn_disable").disabled = true;</script>
|
|
||||||
<%-end%>
|
|
|
@ -1,9 +0,0 @@
|
||||||
<style type="text/css">
|
|
||||||
.btn_spinner
|
|
||||||
{
|
|
||||||
display: inline-block;
|
|
||||||
width: 0px;
|
|
||||||
height: 16px;
|
|
||||||
margin: 0 0px;
|
|
||||||
}
|
|
||||||
</style>
|
|
|
@ -1,60 +0,0 @@
|
||||||
|
|
||||||
<script type="text/javascript">
|
|
||||||
//<![CDATA[
|
|
||||||
function button_action(action) {
|
|
||||||
var xhr = new XHR(false);
|
|
||||||
var btn_start = document.getElementById("btn_start");
|
|
||||||
var btn_action = document.getElementById("btn_action");
|
|
||||||
var btn_stop = document.getElementById("btn_stop");
|
|
||||||
var btn_enable = document.getElementById("btn_enable");
|
|
||||||
var btn_disable = document.getElementById("btn_disable");
|
|
||||||
var btn_spinner;
|
|
||||||
switch (action.name) {
|
|
||||||
case "start":
|
|
||||||
btn_spinner = document.getElementById("btn_start_spinner");
|
|
||||||
break;
|
|
||||||
case "action":
|
|
||||||
btn_spinner = document.getElementById("btn_action_spinner");
|
|
||||||
break;
|
|
||||||
case "stop":
|
|
||||||
btn_spinner = document.getElementById("btn_stop_spinner");
|
|
||||||
break;
|
|
||||||
case "enable":
|
|
||||||
btn_spinner = document.getElementById("btn_enable_spinner");
|
|
||||||
break;
|
|
||||||
case "disable":
|
|
||||||
btn_spinner = document.getElementById("btn_disable_spinner");
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
btn_start.disabled = true;
|
|
||||||
btn_action.disabled = true;
|
|
||||||
btn_stop.disabled = true;
|
|
||||||
btn_enable.disabled = true;
|
|
||||||
btn_disable.disabled = true;
|
|
||||||
spinner(btn_spinner, 1);
|
|
||||||
xhr.get('<%=luci.dispatcher.build_url("admin", "services", "https-dns-proxy", "action")%>/' + action.name, null,
|
|
||||||
function (x) {
|
|
||||||
if (!x) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
btn_start.disabled = false;
|
|
||||||
btn_action.disabled = false;
|
|
||||||
btn_stop.disabled = false;
|
|
||||||
btn_enable.disabled = false;
|
|
||||||
btn_disable.disabled = false;
|
|
||||||
spinner(btn_spinner, 0);
|
|
||||||
location.reload();
|
|
||||||
});
|
|
||||||
}
|
|
||||||
function spinner(element, state) {
|
|
||||||
if (state === 1) {
|
|
||||||
element.style.width = "16px";
|
|
||||||
element.innerHTML = '<img src="<%=resource%>/icons/loading.gif" alt="<%:Loading%>" width="16" height="16" style="vertical-align:middle" />';
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
element.style.width = "0px";
|
|
||||||
element.innerHTML = '';
|
|
||||||
}
|
|
||||||
}
|
|
||||||
//]]>
|
|
||||||
</script>
|
|
|
@ -1,13 +0,0 @@
|
||||||
<%#
|
|
||||||
Copyright 2017-2019 Stan Grishin (stangri@melmac.net)
|
|
||||||
This is free software, licensed under the Apache License, Version 2.0
|
|
||||||
-%>
|
|
||||||
|
|
||||||
<%+cbi/valueheader%>
|
|
||||||
|
|
||||||
<textarea rows="<%=select(2, self:cfgvalue(section):gsub('\n', ''))%>"
|
|
||||||
style="border:none;box-shadow:none;background:transparent;font-weight:bold;line-height:20px;width:50em;padding:none;margin:6px;resize:none;overflow:hidden;"
|
|
||||||
disabled="disabled"><%=self:cfgvalue(section)%>
|
|
||||||
</textarea>
|
|
||||||
|
|
||||||
<%+cbi/valuefooter%>
|
|
|
@ -1,10 +0,0 @@
|
||||||
<%#
|
|
||||||
Copyright 2017-2018 Dirk Brenken (dev@brenken.org)
|
|
||||||
This is free software, licensed under the Apache License, Version 2.0
|
|
||||||
-%>
|
|
||||||
|
|
||||||
<%+cbi/valueheader%>
|
|
||||||
|
|
||||||
<input name="status" id="status" type="text" class="cbi-input-text" style="outline:none;border:none;box-shadow:none;background:transparent;font-weight:bold;line-height:30px;height:30px;width:50em;" value="<%=self:cfgvalue(section)%>" disabled="disabled" />
|
|
||||||
|
|
||||||
<%+cbi/valuefooter%>
|
|
|
@ -1,168 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Language: bg\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3
|
|
||||||
msgid "AdGuard (Family Protection)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3
|
|
||||||
msgid "AdGuard (Standard)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3
|
|
||||||
msgid "CleanBrowsing (Adult Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3
|
|
||||||
msgid "CleanBrowsing (Family Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3
|
|
||||||
msgid "CleanBrowsing (Security Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3
|
|
||||||
msgid "Cloudflare"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85
|
|
||||||
msgid "DHCP and DNS"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4
|
|
||||||
msgid "DNS Over HTTPS Proxy"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64
|
|
||||||
msgid "DNS Over HTTPS Proxy Settings"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: 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.disabled/ch.digitale-gesellschaft.dns.lua:3
|
|
||||||
msgid "Digitale Gesellschaft"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53
|
|
||||||
msgid "Disable"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "DoH"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143
|
|
||||||
msgid "EDNS client subnet"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51
|
|
||||||
msgid "Enable"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87
|
|
||||||
msgid "For more information on different options check"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3
|
|
||||||
msgid "Google"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid "Instances"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126
|
|
||||||
msgid "Listen address"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139
|
|
||||||
msgid "Listen port"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52
|
|
||||||
msgid "Loading"
|
|
||||||
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:146
|
|
||||||
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 ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3
|
|
||||||
msgid "Quad 9 (Secured with ECS Support)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3
|
|
||||||
msgid "Quad 9 (Secured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3
|
|
||||||
msgid "Quad 9 (Unsecured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43
|
|
||||||
msgid "Reload"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99
|
|
||||||
msgid "Resolver"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "Running"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68
|
|
||||||
msgid "Service Status"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41
|
|
||||||
msgid "Start"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45
|
|
||||||
msgid "Stop"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37
|
|
||||||
msgid "Stopped"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22
|
|
||||||
msgid "Unknown Provider"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid ""
|
|
||||||
"When you add/remove any instances below, they will be used to override the "
|
|
||||||
"'DNS forwardings' section of"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91
|
|
||||||
msgid "and"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "at"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32
|
|
||||||
msgid "is not installed or not found"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3
|
|
||||||
msgid "rubyfish.cn"
|
|
||||||
msgstr ""
|
|
|
@ -1,168 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Language: ca\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3
|
|
||||||
msgid "AdGuard (Family Protection)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3
|
|
||||||
msgid "AdGuard (Standard)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3
|
|
||||||
msgid "CleanBrowsing (Adult Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3
|
|
||||||
msgid "CleanBrowsing (Family Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3
|
|
||||||
msgid "CleanBrowsing (Security Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3
|
|
||||||
msgid "Cloudflare"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85
|
|
||||||
msgid "DHCP and DNS"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4
|
|
||||||
msgid "DNS Over HTTPS Proxy"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64
|
|
||||||
msgid "DNS Over HTTPS Proxy Settings"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: 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.disabled/ch.digitale-gesellschaft.dns.lua:3
|
|
||||||
msgid "Digitale Gesellschaft"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53
|
|
||||||
msgid "Disable"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "DoH"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143
|
|
||||||
msgid "EDNS client subnet"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51
|
|
||||||
msgid "Enable"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87
|
|
||||||
msgid "For more information on different options check"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3
|
|
||||||
msgid "Google"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid "Instances"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126
|
|
||||||
msgid "Listen address"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139
|
|
||||||
msgid "Listen port"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52
|
|
||||||
msgid "Loading"
|
|
||||||
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:146
|
|
||||||
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 ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3
|
|
||||||
msgid "Quad 9 (Secured with ECS Support)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3
|
|
||||||
msgid "Quad 9 (Secured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3
|
|
||||||
msgid "Quad 9 (Unsecured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43
|
|
||||||
msgid "Reload"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99
|
|
||||||
msgid "Resolver"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "Running"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68
|
|
||||||
msgid "Service Status"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41
|
|
||||||
msgid "Start"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45
|
|
||||||
msgid "Stop"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37
|
|
||||||
msgid "Stopped"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22
|
|
||||||
msgid "Unknown Provider"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid ""
|
|
||||||
"When you add/remove any instances below, they will be used to override the "
|
|
||||||
"'DNS forwardings' section of"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91
|
|
||||||
msgid "and"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "at"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32
|
|
||||||
msgid "is not installed or not found"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3
|
|
||||||
msgid "rubyfish.cn"
|
|
||||||
msgstr ""
|
|
|
@ -1,188 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"PO-Revision-Date: 2020-02-02 09:02+0000\n"
|
|
||||||
"Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>\n"
|
|
||||||
"Language-Team: Czech <https://hosted.weblate.org/projects/openwrt/"
|
|
||||||
"luciapplicationshttps-dns-proxy/cs/>\n"
|
|
||||||
"Language: cs\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
|
||||||
"X-Generator: Weblate 3.11-dev\n"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3
|
|
||||||
msgid "AdGuard (Family Protection)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3
|
|
||||||
msgid "AdGuard (Standard)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3
|
|
||||||
msgid "CleanBrowsing (Adult Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3
|
|
||||||
msgid "CleanBrowsing (Family Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3
|
|
||||||
msgid "CleanBrowsing (Security Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3
|
|
||||||
msgid "Cloudflare"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85
|
|
||||||
msgid "DHCP and DNS"
|
|
||||||
msgstr "DHCP a DNS"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4
|
|
||||||
msgid "DNS Over HTTPS Proxy"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64
|
|
||||||
msgid "DNS Over HTTPS Proxy Settings"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: 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.disabled/ch.digitale-gesellschaft.dns.lua:3
|
|
||||||
msgid "Digitale Gesellschaft"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53
|
|
||||||
msgid "Disable"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "DoH"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143
|
|
||||||
msgid "EDNS client subnet"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51
|
|
||||||
msgid "Enable"
|
|
||||||
msgstr "Povolit"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87
|
|
||||||
msgid "For more information on different options check"
|
|
||||||
msgstr "Více informací o dalších možnostech"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3
|
|
||||||
msgid "Google"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid "Instances"
|
|
||||||
msgstr "Instance"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126
|
|
||||||
msgid "Listen address"
|
|
||||||
msgstr "Naslouchající adresa"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139
|
|
||||||
msgid "Listen port"
|
|
||||||
msgstr "Naslouchající port"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52
|
|
||||||
msgid "Loading"
|
|
||||||
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:146
|
|
||||||
msgid "Proxy server"
|
|
||||||
msgstr "Proxy server"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3
|
|
||||||
msgid "Quad 9 (Recommended)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3
|
|
||||||
msgid "Quad 9 (Secured with ECS Support)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3
|
|
||||||
msgid "Quad 9 (Secured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3
|
|
||||||
msgid "Quad 9 (Unsecured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43
|
|
||||||
msgid "Reload"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99
|
|
||||||
msgid "Resolver"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "Running"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68
|
|
||||||
msgid "Service Status"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41
|
|
||||||
msgid "Start"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45
|
|
||||||
msgid "Stop"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37
|
|
||||||
msgid "Stopped"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22
|
|
||||||
msgid "Unknown Provider"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid ""
|
|
||||||
"When you add/remove any instances below, they will be used to override the "
|
|
||||||
"'DNS forwardings' section of"
|
|
||||||
msgstr ""
|
|
||||||
"Pokud níže přidáte nebo odeberete instance, budou použity k přepsání sekce "
|
|
||||||
"'DNS forwardings' v"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91
|
|
||||||
msgid "and"
|
|
||||||
msgstr "a"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "at"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32
|
|
||||||
msgid "is not installed or not found"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3
|
|
||||||
msgid "rubyfish.cn"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Provider"
|
|
||||||
#~ msgstr "Poskytovatel"
|
|
||||||
|
|
||||||
#~ msgid "Subnet address"
|
|
||||||
#~ msgstr "Adresa podsítě"
|
|
||||||
|
|
||||||
#~ msgid "HTTPS DNS Proxy"
|
|
||||||
#~ msgstr "HTTPS DNS Proxy"
|
|
||||||
|
|
||||||
#~ msgid "HTTPS DNS Proxy Settings"
|
|
||||||
#~ msgstr "Nastavení HTTPS DNS Proxy"
|
|
|
@ -1,197 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"PO-Revision-Date: 2020-03-05 08:06+0000\n"
|
|
||||||
"Last-Translator: Tobias Strobel <me@strobeltobias.de>\n"
|
|
||||||
"Language-Team: German <https://hosted.weblate.org/projects/openwrt/"
|
|
||||||
"luciapplicationshttps-dns-proxy/de/>\n"
|
|
||||||
"Language: de\n"
|
|
||||||
"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.0-dev\n"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3
|
|
||||||
msgid "AdGuard (Family Protection)"
|
|
||||||
msgstr "AdGuard (Familienschutz)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3
|
|
||||||
msgid "AdGuard (Standard)"
|
|
||||||
msgstr "AdGuard (Standard)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3
|
|
||||||
msgid "CleanBrowsing (Adult Filter)"
|
|
||||||
msgstr "CleanBrowsing (Familienfilter)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3
|
|
||||||
msgid "CleanBrowsing (Family Filter)"
|
|
||||||
msgstr "CleanBrowsing (Familienfilter)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3
|
|
||||||
msgid "CleanBrowsing (Security Filter)"
|
|
||||||
msgstr "CleanBrowsing (Sicherheitsfilter)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3
|
|
||||||
msgid "Cloudflare"
|
|
||||||
msgstr "Cloudflare"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85
|
|
||||||
msgid "DHCP and DNS"
|
|
||||||
msgstr "DHCP und DNS"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4
|
|
||||||
msgid "DNS Over HTTPS Proxy"
|
|
||||||
msgstr "DNS über HTTPS Proxy"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64
|
|
||||||
msgid "DNS Over HTTPS Proxy Settings"
|
|
||||||
msgstr "DNS über HTTPS Proxyeinstellungen"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3
|
|
||||||
msgid "DNS.SB"
|
|
||||||
msgstr "DNS.SB"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3
|
|
||||||
msgid "Digitale Gesellschaft"
|
|
||||||
msgstr "Digitale Gesellschaft"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53
|
|
||||||
msgid "Disable"
|
|
||||||
msgstr "Deaktivieren"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "DoH"
|
|
||||||
msgstr "DoH"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143
|
|
||||||
msgid "EDNS client subnet"
|
|
||||||
msgstr "EDNS-Clientsubnetz"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51
|
|
||||||
msgid "Enable"
|
|
||||||
msgstr "Aktivieren"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87
|
|
||||||
msgid "For more information on different options check"
|
|
||||||
msgstr "Weitere Informationen zu den verschiedenen Optionen finden Sie unter"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3
|
|
||||||
msgid "Google"
|
|
||||||
msgstr "Google"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid "Instances"
|
|
||||||
msgstr "Instanzen"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126
|
|
||||||
msgid "Listen address"
|
|
||||||
msgstr "Listen-Adresse"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139
|
|
||||||
msgid "Listen port"
|
|
||||||
msgstr "Listen-Port"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52
|
|
||||||
msgid "Loading"
|
|
||||||
msgstr "Lade"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3
|
|
||||||
msgid "ODVR (nic.cz)"
|
|
||||||
msgstr "ODVR (nic.cz)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146
|
|
||||||
msgid "Proxy server"
|
|
||||||
msgstr "Proxyserver"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3
|
|
||||||
msgid "Quad 9 (Recommended)"
|
|
||||||
msgstr "Quad 9 (empfohlen)"
|
|
||||||
|
|
||||||
#: 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 (gesichert mit ECS-Unterstützung)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3
|
|
||||||
msgid "Quad 9 (Secured)"
|
|
||||||
msgstr "Quad 9 (gesichert)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3
|
|
||||||
msgid "Quad 9 (Unsecured)"
|
|
||||||
msgstr "Quad 9 (ungesichert)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43
|
|
||||||
msgid "Reload"
|
|
||||||
msgstr "Neu laden"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99
|
|
||||||
msgid "Resolver"
|
|
||||||
msgstr "Resolver"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "Running"
|
|
||||||
msgstr "Laufend"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68
|
|
||||||
msgid "Service Status"
|
|
||||||
msgstr "Dienststatus"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41
|
|
||||||
msgid "Start"
|
|
||||||
msgstr "Start"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45
|
|
||||||
msgid "Stop"
|
|
||||||
msgstr "Stoppen"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37
|
|
||||||
msgid "Stopped"
|
|
||||||
msgstr "Angehalten"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22
|
|
||||||
msgid "Unknown Provider"
|
|
||||||
msgstr "Unbekannter Anbieter"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid ""
|
|
||||||
"When you add/remove any instances below, they will be used to override the "
|
|
||||||
"'DNS forwardings' section of"
|
|
||||||
msgstr ""
|
|
||||||
"Wenn Sie untenstehende Instanzen hinzufügen/entfernen, werden sie für den "
|
|
||||||
"Abschnitt 'DNS-Weiterleitungen' verwendet von"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91
|
|
||||||
msgid "and"
|
|
||||||
msgstr "und"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "at"
|
|
||||||
msgstr "bei"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32
|
|
||||||
msgid "is not installed or not found"
|
|
||||||
msgstr "ist nicht installiert oder nicht gefunden"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3
|
|
||||||
msgid "rubyfish.cn"
|
|
||||||
msgstr "rubyfish.cn"
|
|
||||||
|
|
||||||
#~ msgid "DNS over HTTPS Proxy"
|
|
||||||
#~ msgstr "DNS über HTTPS Proxy"
|
|
||||||
|
|
||||||
#~ msgid "DNS over HTTPS Proxy Settings"
|
|
||||||
#~ msgstr "DNS über HTTPS Proxy-Einstellungen"
|
|
||||||
|
|
||||||
#~ msgid "Provider"
|
|
||||||
#~ msgstr "Anbieter"
|
|
||||||
|
|
||||||
#~ msgid "Subnet address"
|
|
||||||
#~ msgstr "Subnetzadresse"
|
|
||||||
|
|
||||||
#~ msgid "Uknown Provider"
|
|
||||||
#~ msgstr "Bekannter Anbieter"
|
|
||||||
|
|
||||||
#~ msgid "HTTPS DNS Proxy"
|
|
||||||
#~ msgstr "HTTPS-DNS-Proxy"
|
|
||||||
|
|
||||||
#~ msgid "HTTPS DNS Proxy Settings"
|
|
||||||
#~ msgstr "HTTPS-DNS-Proxyeinstellungen"
|
|
|
@ -1,174 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"PO-Revision-Date: 2019-12-03 08:25+0000\n"
|
|
||||||
"Last-Translator: Tavaninja <metalcorpe@gmail.com>\n"
|
|
||||||
"Language-Team: Greek <https://hosted.weblate.org/projects/openwrt/"
|
|
||||||
"luciapplicationshttps_dns_proxy/el/>\n"
|
|
||||||
"Language: el\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
||||||
"X-Generator: Weblate 3.10-dev\n"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3
|
|
||||||
msgid "AdGuard (Family Protection)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3
|
|
||||||
msgid "AdGuard (Standard)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3
|
|
||||||
msgid "CleanBrowsing (Adult Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3
|
|
||||||
msgid "CleanBrowsing (Family Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3
|
|
||||||
msgid "CleanBrowsing (Security Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3
|
|
||||||
msgid "Cloudflare"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85
|
|
||||||
msgid "DHCP and DNS"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4
|
|
||||||
msgid "DNS Over HTTPS Proxy"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64
|
|
||||||
msgid "DNS Over HTTPS Proxy Settings"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: 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.disabled/ch.digitale-gesellschaft.dns.lua:3
|
|
||||||
msgid "Digitale Gesellschaft"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53
|
|
||||||
msgid "Disable"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "DoH"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143
|
|
||||||
msgid "EDNS client subnet"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51
|
|
||||||
msgid "Enable"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87
|
|
||||||
msgid "For more information on different options check"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3
|
|
||||||
msgid "Google"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid "Instances"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126
|
|
||||||
msgid "Listen address"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139
|
|
||||||
msgid "Listen port"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52
|
|
||||||
msgid "Loading"
|
|
||||||
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:146
|
|
||||||
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 ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3
|
|
||||||
msgid "Quad 9 (Secured with ECS Support)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3
|
|
||||||
msgid "Quad 9 (Secured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3
|
|
||||||
msgid "Quad 9 (Unsecured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43
|
|
||||||
msgid "Reload"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99
|
|
||||||
msgid "Resolver"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "Running"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68
|
|
||||||
msgid "Service Status"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41
|
|
||||||
msgid "Start"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45
|
|
||||||
msgid "Stop"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37
|
|
||||||
msgid "Stopped"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22
|
|
||||||
msgid "Unknown Provider"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid ""
|
|
||||||
"When you add/remove any instances below, they will be used to override the "
|
|
||||||
"'DNS forwardings' section of"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91
|
|
||||||
msgid "and"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "at"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32
|
|
||||||
msgid "is not installed or not found"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3
|
|
||||||
msgid "rubyfish.cn"
|
|
||||||
msgstr ""
|
|
|
@ -1,176 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Language: en\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3
|
|
||||||
msgid "AdGuard (Family Protection)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3
|
|
||||||
msgid "AdGuard (Standard)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3
|
|
||||||
msgid "CleanBrowsing (Adult Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3
|
|
||||||
msgid "CleanBrowsing (Family Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3
|
|
||||||
msgid "CleanBrowsing (Security Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3
|
|
||||||
msgid "Cloudflare"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85
|
|
||||||
msgid "DHCP and DNS"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4
|
|
||||||
msgid "DNS Over HTTPS Proxy"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64
|
|
||||||
msgid "DNS Over HTTPS Proxy Settings"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: 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.disabled/ch.digitale-gesellschaft.dns.lua:3
|
|
||||||
msgid "Digitale Gesellschaft"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53
|
|
||||||
msgid "Disable"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "DoH"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143
|
|
||||||
msgid "EDNS client subnet"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51
|
|
||||||
msgid "Enable"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87
|
|
||||||
msgid "For more information on different options check"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3
|
|
||||||
msgid "Google"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid "Instances"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126
|
|
||||||
msgid "Listen address"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139
|
|
||||||
msgid "Listen port"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52
|
|
||||||
msgid "Loading"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/gr.libredns.doh.lua:3
|
|
||||||
msgid "LibreDNS"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/gr.libredns.doh-ads.lua:3
|
|
||||||
msgid "LibreDNS (No Ads)"
|
|
||||||
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:146
|
|
||||||
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 ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3
|
|
||||||
msgid "Quad 9 (Secured with ECS Support)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3
|
|
||||||
msgid "Quad 9 (Secured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3
|
|
||||||
msgid "Quad 9 (Unsecured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43
|
|
||||||
msgid "Reload"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99
|
|
||||||
msgid "Resolver"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "Running"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68
|
|
||||||
msgid "Service Status"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41
|
|
||||||
msgid "Start"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45
|
|
||||||
msgid "Stop"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37
|
|
||||||
msgid "Stopped"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22
|
|
||||||
msgid "Unknown Provider"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid ""
|
|
||||||
"When you add/remove any instances below, they will be used to override the "
|
|
||||||
"'DNS forwardings' section of"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91
|
|
||||||
msgid "and"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "at"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32
|
|
||||||
msgid "is not installed or not found"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3
|
|
||||||
msgid "rubyfish.cn"
|
|
||||||
msgstr ""
|
|
|
@ -1,206 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: \n"
|
|
||||||
"POT-Creation-Date: \n"
|
|
||||||
"PO-Revision-Date: 2020-01-01 23:07+0000\n"
|
|
||||||
"Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n"
|
|
||||||
"Language-Team: Spanish <https://hosted.weblate.org/projects/openwrt/"
|
|
||||||
"luciapplicationshttps-dns-proxy/es/>\n"
|
|
||||||
"Language: es\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
||||||
"X-Generator: Weblate 3.10\n"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3
|
|
||||||
msgid "AdGuard (Family Protection)"
|
|
||||||
msgstr "AdGuard (Protección familiar)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3
|
|
||||||
msgid "AdGuard (Standard)"
|
|
||||||
msgstr "AdGuard (estándar)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3
|
|
||||||
msgid "CleanBrowsing (Adult Filter)"
|
|
||||||
msgstr "CleanBrowsing (Filtro para adultos)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3
|
|
||||||
msgid "CleanBrowsing (Family Filter)"
|
|
||||||
msgstr "CleanBrowsing (Filtro familiar)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3
|
|
||||||
msgid "CleanBrowsing (Security Filter)"
|
|
||||||
msgstr "CleanBrowsing (Filtro de seguridad)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3
|
|
||||||
msgid "Cloudflare"
|
|
||||||
msgstr "Cloudflare"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85
|
|
||||||
msgid "DHCP and DNS"
|
|
||||||
msgstr "DHCP y DNS"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4
|
|
||||||
msgid "DNS Over HTTPS Proxy"
|
|
||||||
msgstr "DNS sobre proxy HTTPS"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64
|
|
||||||
msgid "DNS Over HTTPS Proxy Settings"
|
|
||||||
msgstr "Configuración de DNS sobre proxy HTTPS"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3
|
|
||||||
msgid "DNS.SB"
|
|
||||||
msgstr "DNS.SB"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3
|
|
||||||
msgid "Digitale Gesellschaft"
|
|
||||||
msgstr "Sociedad digital"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53
|
|
||||||
msgid "Disable"
|
|
||||||
msgstr "Desactivar"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "DoH"
|
|
||||||
msgstr "DoH"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143
|
|
||||||
msgid "EDNS client subnet"
|
|
||||||
msgstr "Subred de cliente EDNS"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51
|
|
||||||
msgid "Enable"
|
|
||||||
msgstr "Activar"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87
|
|
||||||
msgid "For more information on different options check"
|
|
||||||
msgstr "Para obtener más información sobre diferentes opciones, consulte"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3
|
|
||||||
msgid "Google"
|
|
||||||
msgstr "Google"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid "Instances"
|
|
||||||
msgstr "Instancias"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126
|
|
||||||
msgid "Listen address"
|
|
||||||
msgstr "Escuchar dirección"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139
|
|
||||||
msgid "Listen port"
|
|
||||||
msgstr "Puerto"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52
|
|
||||||
msgid "Loading"
|
|
||||||
msgstr "Cargando"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3
|
|
||||||
msgid "ODVR (nic.cz)"
|
|
||||||
msgstr "ODVR (nic.cz)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146
|
|
||||||
msgid "Proxy server"
|
|
||||||
msgstr "Servidor proxy"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3
|
|
||||||
msgid "Quad 9 (Recommended)"
|
|
||||||
msgstr "Quad 9 (recomendado)"
|
|
||||||
|
|
||||||
#: 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 (Asegurado con soporte ECS)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3
|
|
||||||
msgid "Quad 9 (Secured)"
|
|
||||||
msgstr "Quad 9 (Asegurado)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3
|
|
||||||
msgid "Quad 9 (Unsecured)"
|
|
||||||
msgstr "Quad 9 (No asegurado)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43
|
|
||||||
msgid "Reload"
|
|
||||||
msgstr "Recargar"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99
|
|
||||||
msgid "Resolver"
|
|
||||||
msgstr "Resolvedor"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "Running"
|
|
||||||
msgstr "Corriendo"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68
|
|
||||||
msgid "Service Status"
|
|
||||||
msgstr "Estado del servicio"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41
|
|
||||||
msgid "Start"
|
|
||||||
msgstr "Iniciar"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45
|
|
||||||
msgid "Stop"
|
|
||||||
msgstr "Detener"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37
|
|
||||||
msgid "Stopped"
|
|
||||||
msgstr "Detenido"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22
|
|
||||||
msgid "Unknown Provider"
|
|
||||||
msgstr "Proveedor desconocido"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid ""
|
|
||||||
"When you add/remove any instances below, they will be used to override the "
|
|
||||||
"'DNS forwardings' section of"
|
|
||||||
msgstr ""
|
|
||||||
"Cuando agregue/elimine las instancias a continuación, se utilizarán para "
|
|
||||||
"anular la sección 'Reenvíos DNS' de"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91
|
|
||||||
msgid "and"
|
|
||||||
msgstr "y"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "at"
|
|
||||||
msgstr "a"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32
|
|
||||||
msgid "is not installed or not found"
|
|
||||||
msgstr "no está instalado o no se encuentra"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3
|
|
||||||
msgid "rubyfish.cn"
|
|
||||||
msgstr "rubyfish.cn"
|
|
||||||
|
|
||||||
#~ msgid "DNS over HTTPS Proxy"
|
|
||||||
#~ msgstr "DNS sobre proxy HTTPS"
|
|
||||||
|
|
||||||
#~ msgid "DNS over HTTPS Proxy Settings"
|
|
||||||
#~ msgstr "Configuración de DNS sobre proxy HTTPS"
|
|
||||||
|
|
||||||
#~ msgid "Provider"
|
|
||||||
#~ msgstr "Proveedor"
|
|
||||||
|
|
||||||
#~ msgid "Subnet address"
|
|
||||||
#~ msgstr "Direccion de subred"
|
|
||||||
|
|
||||||
#~ msgid "Uknown Provider"
|
|
||||||
#~ msgstr "Proveedor Desconocido"
|
|
||||||
|
|
||||||
#~ msgid "HTTPS DNS Proxy"
|
|
||||||
#~ msgstr "Proxy DNS HTTPS"
|
|
||||||
|
|
||||||
#~ msgid "HTTPS DNS Proxy Settings"
|
|
||||||
#~ msgstr "Configuración de proxy HTTPS DNS"
|
|
||||||
|
|
||||||
#~ msgid "Group name"
|
|
||||||
#~ msgstr "Nombre del grupo"
|
|
||||||
|
|
||||||
#~ msgid "User name"
|
|
||||||
#~ msgstr "Nombre de usuario"
|
|
|
@ -1,176 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"PO-Revision-Date: 2020-03-11 23:49+0000\n"
|
|
||||||
"Last-Translator: Hydci <giogio59@live.fr>\n"
|
|
||||||
"Language-Team: French <https://hosted.weblate.org/projects/openwrt/"
|
|
||||||
"luciapplicationshttps-dns-proxy/fr/>\n"
|
|
||||||
"Language: fr\n"
|
|
||||||
"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.0-dev\n"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3
|
|
||||||
msgid "AdGuard (Family Protection)"
|
|
||||||
msgstr "AdGuard (protection de la famille)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3
|
|
||||||
msgid "AdGuard (Standard)"
|
|
||||||
msgstr "AdGuard (Standard)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3
|
|
||||||
msgid "CleanBrowsing (Adult Filter)"
|
|
||||||
msgstr "CleanBrowsing (Filtre Adulte)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3
|
|
||||||
msgid "CleanBrowsing (Family Filter)"
|
|
||||||
msgstr "CleanBrowsing (Filtre Famille)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3
|
|
||||||
msgid "CleanBrowsing (Security Filter)"
|
|
||||||
msgstr "CleanBrowsing (Filtre Sécurité)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3
|
|
||||||
msgid "Cloudflare"
|
|
||||||
msgstr "Cloudflare"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85
|
|
||||||
msgid "DHCP and DNS"
|
|
||||||
msgstr "DHCP et DNS"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4
|
|
||||||
msgid "DNS Over HTTPS Proxy"
|
|
||||||
msgstr "Proxy DNS Over HTTPS"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64
|
|
||||||
msgid "DNS Over HTTPS Proxy Settings"
|
|
||||||
msgstr "Paramètres du Proxy DNS Over HTTPS"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3
|
|
||||||
msgid "DNS.SB"
|
|
||||||
msgstr "DNS.SB"
|
|
||||||
|
|
||||||
#: 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"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53
|
|
||||||
msgid "Disable"
|
|
||||||
msgstr "Désactiver"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "DoH"
|
|
||||||
msgstr "DoH"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143
|
|
||||||
msgid "EDNS client subnet"
|
|
||||||
msgstr "Sous-réseau client EDNS"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51
|
|
||||||
msgid "Enable"
|
|
||||||
msgstr "Activer"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87
|
|
||||||
msgid "For more information on different options check"
|
|
||||||
msgstr "Pour plus d'informations sur les différentes options, consultez"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3
|
|
||||||
msgid "Google"
|
|
||||||
msgstr "Google"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid "Instances"
|
|
||||||
msgstr "Instances"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126
|
|
||||||
msgid "Listen address"
|
|
||||||
msgstr "Adresse d'écoute"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139
|
|
||||||
msgid "Listen port"
|
|
||||||
msgstr "Port d'écoute"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52
|
|
||||||
msgid "Loading"
|
|
||||||
msgstr "Chargement"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3
|
|
||||||
msgid "ODVR (nic.cz)"
|
|
||||||
msgstr "ODVR (nic.cz)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146
|
|
||||||
msgid "Proxy server"
|
|
||||||
msgstr "Serveur proxy"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3
|
|
||||||
msgid "Quad 9 (Recommended)"
|
|
||||||
msgstr "Quad 9 (recommandé)"
|
|
||||||
|
|
||||||
#: 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 (sécurisé avec prise en charge ECS)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3
|
|
||||||
msgid "Quad 9 (Secured)"
|
|
||||||
msgstr "Quad 9 (sécurisé)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3
|
|
||||||
msgid "Quad 9 (Unsecured)"
|
|
||||||
msgstr "Quad 9 (non sécurisé)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43
|
|
||||||
msgid "Reload"
|
|
||||||
msgstr "Recharger"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99
|
|
||||||
msgid "Resolver"
|
|
||||||
msgstr "Résolveur"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "Running"
|
|
||||||
msgstr "En cours d'exécution"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68
|
|
||||||
msgid "Service Status"
|
|
||||||
msgstr "Statut du service"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41
|
|
||||||
msgid "Start"
|
|
||||||
msgstr "Démarrer"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45
|
|
||||||
msgid "Stop"
|
|
||||||
msgstr "Arrêter"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37
|
|
||||||
msgid "Stopped"
|
|
||||||
msgstr "Arrêté"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22
|
|
||||||
msgid "Unknown Provider"
|
|
||||||
msgstr "Proveedor desconocido"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid ""
|
|
||||||
"When you add/remove any instances below, they will be used to override the "
|
|
||||||
"'DNS forwardings' section of"
|
|
||||||
msgstr ""
|
|
||||||
"Lorsque vous ajoutez/supprimez des instances ci-dessous, elles seront "
|
|
||||||
"utilisées pour passer outre la section \"redirections DNS\" de"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91
|
|
||||||
msgid "and"
|
|
||||||
msgstr "et"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "at"
|
|
||||||
msgstr "à"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32
|
|
||||||
msgid "is not installed or not found"
|
|
||||||
msgstr "n'est pas installé ou introuvable"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3
|
|
||||||
msgid "rubyfish.cn"
|
|
||||||
msgstr "rubyfish.cn"
|
|
|
@ -1,168 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Language: he\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3
|
|
||||||
msgid "AdGuard (Family Protection)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3
|
|
||||||
msgid "AdGuard (Standard)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3
|
|
||||||
msgid "CleanBrowsing (Adult Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3
|
|
||||||
msgid "CleanBrowsing (Family Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3
|
|
||||||
msgid "CleanBrowsing (Security Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3
|
|
||||||
msgid "Cloudflare"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85
|
|
||||||
msgid "DHCP and DNS"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4
|
|
||||||
msgid "DNS Over HTTPS Proxy"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64
|
|
||||||
msgid "DNS Over HTTPS Proxy Settings"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: 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.disabled/ch.digitale-gesellschaft.dns.lua:3
|
|
||||||
msgid "Digitale Gesellschaft"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53
|
|
||||||
msgid "Disable"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "DoH"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143
|
|
||||||
msgid "EDNS client subnet"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51
|
|
||||||
msgid "Enable"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87
|
|
||||||
msgid "For more information on different options check"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3
|
|
||||||
msgid "Google"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid "Instances"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126
|
|
||||||
msgid "Listen address"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139
|
|
||||||
msgid "Listen port"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52
|
|
||||||
msgid "Loading"
|
|
||||||
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:146
|
|
||||||
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 ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3
|
|
||||||
msgid "Quad 9 (Secured with ECS Support)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3
|
|
||||||
msgid "Quad 9 (Secured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3
|
|
||||||
msgid "Quad 9 (Unsecured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43
|
|
||||||
msgid "Reload"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99
|
|
||||||
msgid "Resolver"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "Running"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68
|
|
||||||
msgid "Service Status"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41
|
|
||||||
msgid "Start"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45
|
|
||||||
msgid "Stop"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37
|
|
||||||
msgid "Stopped"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22
|
|
||||||
msgid "Unknown Provider"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid ""
|
|
||||||
"When you add/remove any instances below, they will be used to override the "
|
|
||||||
"'DNS forwardings' section of"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91
|
|
||||||
msgid "and"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "at"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32
|
|
||||||
msgid "is not installed or not found"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3
|
|
||||||
msgid "rubyfish.cn"
|
|
||||||
msgstr ""
|
|
|
@ -1,168 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Language: hi\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3
|
|
||||||
msgid "AdGuard (Family Protection)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3
|
|
||||||
msgid "AdGuard (Standard)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3
|
|
||||||
msgid "CleanBrowsing (Adult Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3
|
|
||||||
msgid "CleanBrowsing (Family Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3
|
|
||||||
msgid "CleanBrowsing (Security Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3
|
|
||||||
msgid "Cloudflare"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85
|
|
||||||
msgid "DHCP and DNS"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4
|
|
||||||
msgid "DNS Over HTTPS Proxy"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64
|
|
||||||
msgid "DNS Over HTTPS Proxy Settings"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: 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.disabled/ch.digitale-gesellschaft.dns.lua:3
|
|
||||||
msgid "Digitale Gesellschaft"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53
|
|
||||||
msgid "Disable"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "DoH"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143
|
|
||||||
msgid "EDNS client subnet"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51
|
|
||||||
msgid "Enable"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87
|
|
||||||
msgid "For more information on different options check"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3
|
|
||||||
msgid "Google"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid "Instances"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126
|
|
||||||
msgid "Listen address"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139
|
|
||||||
msgid "Listen port"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52
|
|
||||||
msgid "Loading"
|
|
||||||
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:146
|
|
||||||
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 ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3
|
|
||||||
msgid "Quad 9 (Secured with ECS Support)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3
|
|
||||||
msgid "Quad 9 (Secured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3
|
|
||||||
msgid "Quad 9 (Unsecured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43
|
|
||||||
msgid "Reload"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99
|
|
||||||
msgid "Resolver"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "Running"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68
|
|
||||||
msgid "Service Status"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41
|
|
||||||
msgid "Start"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45
|
|
||||||
msgid "Stop"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37
|
|
||||||
msgid "Stopped"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22
|
|
||||||
msgid "Unknown Provider"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid ""
|
|
||||||
"When you add/remove any instances below, they will be used to override the "
|
|
||||||
"'DNS forwardings' section of"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91
|
|
||||||
msgid "and"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "at"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32
|
|
||||||
msgid "is not installed or not found"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3
|
|
||||||
msgid "rubyfish.cn"
|
|
||||||
msgstr ""
|
|
|
@ -1,176 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"PO-Revision-Date: 2020-01-01 23:07+0000\n"
|
|
||||||
"Last-Translator: Balázs Úr <balazs@urbalazs.hu>\n"
|
|
||||||
"Language-Team: Hungarian <https://hosted.weblate.org/projects/openwrt/"
|
|
||||||
"luciapplicationshttps-dns-proxy/hu/>\n"
|
|
||||||
"Language: hu\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
||||||
"X-Generator: Weblate 3.10\n"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3
|
|
||||||
msgid "AdGuard (Family Protection)"
|
|
||||||
msgstr "AdGuard (családvédelem)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3
|
|
||||||
msgid "AdGuard (Standard)"
|
|
||||||
msgstr "AdGuard (szabványos)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3
|
|
||||||
msgid "CleanBrowsing (Adult Filter)"
|
|
||||||
msgstr "CleanBrowsing (felnőtt szűrő)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3
|
|
||||||
msgid "CleanBrowsing (Family Filter)"
|
|
||||||
msgstr "CleanBrowsing (családszűrő)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3
|
|
||||||
msgid "CleanBrowsing (Security Filter)"
|
|
||||||
msgstr "CleanBrowsing (biztonsági szűrő)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3
|
|
||||||
msgid "Cloudflare"
|
|
||||||
msgstr "Cloudflare"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85
|
|
||||||
msgid "DHCP and DNS"
|
|
||||||
msgstr "DHCP és DNS"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4
|
|
||||||
msgid "DNS Over HTTPS Proxy"
|
|
||||||
msgstr "DNS HTTPS-proxy fölött"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64
|
|
||||||
msgid "DNS Over HTTPS Proxy Settings"
|
|
||||||
msgstr "DNS HTTPS-proxy fölött beállításai"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3
|
|
||||||
msgid "DNS.SB"
|
|
||||||
msgstr "DNS.SB"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3
|
|
||||||
msgid "Digitale Gesellschaft"
|
|
||||||
msgstr "Digitale Gesellschaft"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53
|
|
||||||
msgid "Disable"
|
|
||||||
msgstr "Letiltás"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "DoH"
|
|
||||||
msgstr "DoH"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143
|
|
||||||
msgid "EDNS client subnet"
|
|
||||||
msgstr "EDNS ügyfélalhálózat"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51
|
|
||||||
msgid "Enable"
|
|
||||||
msgstr "Engedélyezés"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87
|
|
||||||
msgid "For more information on different options check"
|
|
||||||
msgstr "A különböző beállításokkal kapcsolatos további információkért nézze meg"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3
|
|
||||||
msgid "Google"
|
|
||||||
msgstr "Google"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid "Instances"
|
|
||||||
msgstr "Példányok"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126
|
|
||||||
msgid "Listen address"
|
|
||||||
msgstr "Cím figyelése"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139
|
|
||||||
msgid "Listen port"
|
|
||||||
msgstr "Port figyelése"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52
|
|
||||||
msgid "Loading"
|
|
||||||
msgstr "Betöltés"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3
|
|
||||||
msgid "ODVR (nic.cz)"
|
|
||||||
msgstr "ODVR (nic.cz)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146
|
|
||||||
msgid "Proxy server"
|
|
||||||
msgstr "Proxy-kiszolgáló"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3
|
|
||||||
msgid "Quad 9 (Recommended)"
|
|
||||||
msgstr "Quad 9 (ajánlott)"
|
|
||||||
|
|
||||||
#: 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 (biztonságos ECS támogatással)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3
|
|
||||||
msgid "Quad 9 (Secured)"
|
|
||||||
msgstr "Quad 9 (biztonságos)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3
|
|
||||||
msgid "Quad 9 (Unsecured)"
|
|
||||||
msgstr "Quad 9 (nem biztonságos)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43
|
|
||||||
msgid "Reload"
|
|
||||||
msgstr "Újratöltés"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99
|
|
||||||
msgid "Resolver"
|
|
||||||
msgstr "Feloldó"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "Running"
|
|
||||||
msgstr "Fut"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68
|
|
||||||
msgid "Service Status"
|
|
||||||
msgstr "Szolgáltatás állapota"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41
|
|
||||||
msgid "Start"
|
|
||||||
msgstr "Indítás"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45
|
|
||||||
msgid "Stop"
|
|
||||||
msgstr "Leállítás"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37
|
|
||||||
msgid "Stopped"
|
|
||||||
msgstr "Leállítva"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22
|
|
||||||
msgid "Unknown Provider"
|
|
||||||
msgstr "Ismeretlen szolgáltató"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid ""
|
|
||||||
"When you add/remove any instances below, they will be used to override the "
|
|
||||||
"'DNS forwardings' section of"
|
|
||||||
msgstr ""
|
|
||||||
"Ha bármely példányt hozzáadja vagy eltávolítja lent, akkor azok lesznek "
|
|
||||||
"használva a „DNS továbbítások” szakaszának felülbírálását ennek:"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91
|
|
||||||
msgid "and"
|
|
||||||
msgstr "és"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "at"
|
|
||||||
msgstr "ekkor:"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32
|
|
||||||
msgid "is not installed or not found"
|
|
||||||
msgstr "nincs telepítve vagy nem található"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3
|
|
||||||
msgid "rubyfish.cn"
|
|
||||||
msgstr "rubyfish.cn"
|
|
|
@ -1,174 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"PO-Revision-Date: 2020-03-07 12:33+0000\n"
|
|
||||||
"Last-Translator: Giuseppe Valitutto <valituttogiuseppe@gmail.com>\n"
|
|
||||||
"Language-Team: Italian <https://hosted.weblate.org/projects/openwrt/"
|
|
||||||
"luciapplicationshttps-dns-proxy/it/>\n"
|
|
||||||
"Language: it\n"
|
|
||||||
"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.0-dev\n"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3
|
|
||||||
msgid "AdGuard (Family Protection)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3
|
|
||||||
msgid "AdGuard (Standard)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3
|
|
||||||
msgid "CleanBrowsing (Adult Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3
|
|
||||||
msgid "CleanBrowsing (Family Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3
|
|
||||||
msgid "CleanBrowsing (Security Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3
|
|
||||||
msgid "Cloudflare"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85
|
|
||||||
msgid "DHCP and DNS"
|
|
||||||
msgstr "DHCP e DNS"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4
|
|
||||||
msgid "DNS Over HTTPS Proxy"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64
|
|
||||||
msgid "DNS Over HTTPS Proxy Settings"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: 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.disabled/ch.digitale-gesellschaft.dns.lua:3
|
|
||||||
msgid "Digitale Gesellschaft"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53
|
|
||||||
msgid "Disable"
|
|
||||||
msgstr "Disabilita"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "DoH"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143
|
|
||||||
msgid "EDNS client subnet"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51
|
|
||||||
msgid "Enable"
|
|
||||||
msgstr "Abilita"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87
|
|
||||||
msgid "For more information on different options check"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3
|
|
||||||
msgid "Google"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid "Instances"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126
|
|
||||||
msgid "Listen address"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139
|
|
||||||
msgid "Listen port"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52
|
|
||||||
msgid "Loading"
|
|
||||||
msgstr "Caricamento"
|
|
||||||
|
|
||||||
#: 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:146
|
|
||||||
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 ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3
|
|
||||||
msgid "Quad 9 (Secured with ECS Support)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3
|
|
||||||
msgid "Quad 9 (Secured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3
|
|
||||||
msgid "Quad 9 (Unsecured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43
|
|
||||||
msgid "Reload"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99
|
|
||||||
msgid "Resolver"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "Running"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68
|
|
||||||
msgid "Service Status"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41
|
|
||||||
msgid "Start"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45
|
|
||||||
msgid "Stop"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37
|
|
||||||
msgid "Stopped"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22
|
|
||||||
msgid "Unknown Provider"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid ""
|
|
||||||
"When you add/remove any instances below, they will be used to override the "
|
|
||||||
"'DNS forwardings' section of"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91
|
|
||||||
msgid "and"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "at"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32
|
|
||||||
msgid "is not installed or not found"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3
|
|
||||||
msgid "rubyfish.cn"
|
|
||||||
msgstr ""
|
|
|
@ -1,168 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Language: ja\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3
|
|
||||||
msgid "AdGuard (Family Protection)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3
|
|
||||||
msgid "AdGuard (Standard)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3
|
|
||||||
msgid "CleanBrowsing (Adult Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3
|
|
||||||
msgid "CleanBrowsing (Family Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3
|
|
||||||
msgid "CleanBrowsing (Security Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3
|
|
||||||
msgid "Cloudflare"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85
|
|
||||||
msgid "DHCP and DNS"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4
|
|
||||||
msgid "DNS Over HTTPS Proxy"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64
|
|
||||||
msgid "DNS Over HTTPS Proxy Settings"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: 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.disabled/ch.digitale-gesellschaft.dns.lua:3
|
|
||||||
msgid "Digitale Gesellschaft"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53
|
|
||||||
msgid "Disable"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "DoH"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143
|
|
||||||
msgid "EDNS client subnet"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51
|
|
||||||
msgid "Enable"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87
|
|
||||||
msgid "For more information on different options check"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3
|
|
||||||
msgid "Google"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid "Instances"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126
|
|
||||||
msgid "Listen address"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139
|
|
||||||
msgid "Listen port"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52
|
|
||||||
msgid "Loading"
|
|
||||||
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:146
|
|
||||||
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 ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3
|
|
||||||
msgid "Quad 9 (Secured with ECS Support)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3
|
|
||||||
msgid "Quad 9 (Secured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3
|
|
||||||
msgid "Quad 9 (Unsecured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43
|
|
||||||
msgid "Reload"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99
|
|
||||||
msgid "Resolver"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "Running"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68
|
|
||||||
msgid "Service Status"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41
|
|
||||||
msgid "Start"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45
|
|
||||||
msgid "Stop"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37
|
|
||||||
msgid "Stopped"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22
|
|
||||||
msgid "Unknown Provider"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid ""
|
|
||||||
"When you add/remove any instances below, they will be used to override the "
|
|
||||||
"'DNS forwardings' section of"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91
|
|
||||||
msgid "and"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "at"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32
|
|
||||||
msgid "is not installed or not found"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3
|
|
||||||
msgid "rubyfish.cn"
|
|
||||||
msgstr ""
|
|
|
@ -1,168 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Language: ko\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3
|
|
||||||
msgid "AdGuard (Family Protection)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3
|
|
||||||
msgid "AdGuard (Standard)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3
|
|
||||||
msgid "CleanBrowsing (Adult Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3
|
|
||||||
msgid "CleanBrowsing (Family Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3
|
|
||||||
msgid "CleanBrowsing (Security Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3
|
|
||||||
msgid "Cloudflare"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85
|
|
||||||
msgid "DHCP and DNS"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4
|
|
||||||
msgid "DNS Over HTTPS Proxy"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64
|
|
||||||
msgid "DNS Over HTTPS Proxy Settings"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: 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.disabled/ch.digitale-gesellschaft.dns.lua:3
|
|
||||||
msgid "Digitale Gesellschaft"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53
|
|
||||||
msgid "Disable"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "DoH"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143
|
|
||||||
msgid "EDNS client subnet"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51
|
|
||||||
msgid "Enable"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87
|
|
||||||
msgid "For more information on different options check"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3
|
|
||||||
msgid "Google"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid "Instances"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126
|
|
||||||
msgid "Listen address"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139
|
|
||||||
msgid "Listen port"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52
|
|
||||||
msgid "Loading"
|
|
||||||
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:146
|
|
||||||
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 ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3
|
|
||||||
msgid "Quad 9 (Secured with ECS Support)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3
|
|
||||||
msgid "Quad 9 (Secured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3
|
|
||||||
msgid "Quad 9 (Unsecured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43
|
|
||||||
msgid "Reload"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99
|
|
||||||
msgid "Resolver"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "Running"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68
|
|
||||||
msgid "Service Status"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41
|
|
||||||
msgid "Start"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45
|
|
||||||
msgid "Stop"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37
|
|
||||||
msgid "Stopped"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22
|
|
||||||
msgid "Unknown Provider"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid ""
|
|
||||||
"When you add/remove any instances below, they will be used to override the "
|
|
||||||
"'DNS forwardings' section of"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91
|
|
||||||
msgid "and"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "at"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32
|
|
||||||
msgid "is not installed or not found"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3
|
|
||||||
msgid "rubyfish.cn"
|
|
||||||
msgstr ""
|
|
|
@ -1,176 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"PO-Revision-Date: 2020-02-07 09:19+0000\n"
|
|
||||||
"Last-Translator: Prachi Joshi <josprachi@yahoo.com>\n"
|
|
||||||
"Language-Team: Marathi <https://hosted.weblate.org/projects/openwrt/"
|
|
||||||
"luciapplicationshttps-dns-proxy/mr/>\n"
|
|
||||||
"Language: mr\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
|
||||||
"X-Generator: Weblate 3.11-dev\n"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3
|
|
||||||
msgid "AdGuard (Family Protection)"
|
|
||||||
msgstr "अॅडगार्ड (कौटुंबिक संरक्षण)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3
|
|
||||||
msgid "AdGuard (Standard)"
|
|
||||||
msgstr "अॅडगार्ड (मानक)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3
|
|
||||||
msgid "CleanBrowsing (Adult Filter)"
|
|
||||||
msgstr "क्लीन ब्राउझिंग (प्रौढ फिल्टर)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3
|
|
||||||
msgid "CleanBrowsing (Family Filter)"
|
|
||||||
msgstr "क्लीन ब्राउझिंग (फॅमिली फिल्टर)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3
|
|
||||||
msgid "CleanBrowsing (Security Filter)"
|
|
||||||
msgstr "क्लीन ब्राउझिंग (सुरक्षा फिल्टर)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3
|
|
||||||
msgid "Cloudflare"
|
|
||||||
msgstr "क्लाउडफ्लेअर"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85
|
|
||||||
msgid "DHCP and DNS"
|
|
||||||
msgstr "डीएचसीपी आणि डीएनएस"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4
|
|
||||||
msgid "DNS Over HTTPS Proxy"
|
|
||||||
msgstr "एचटीटीपीएस प्रॉक्सी वर डीएनएस"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64
|
|
||||||
msgid "DNS Over HTTPS Proxy Settings"
|
|
||||||
msgstr "एचटीटीपीएस प्रॉक्सी सेटिंग वरील डीएनएस"
|
|
||||||
|
|
||||||
#: 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.disabled/ch.digitale-gesellschaft.dns.lua:3
|
|
||||||
msgid "Digitale Gesellschaft"
|
|
||||||
msgstr "डिजिटेल गसेल्सशाफ्ट"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53
|
|
||||||
msgid "Disable"
|
|
||||||
msgstr "अक्षम करा"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "DoH"
|
|
||||||
msgstr "DoH"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143
|
|
||||||
msgid "EDNS client subnet"
|
|
||||||
msgstr "ईडीएनएस क्लायंट सबनेट"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51
|
|
||||||
msgid "Enable"
|
|
||||||
msgstr "सक्षम करा"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87
|
|
||||||
msgid "For more information on different options check"
|
|
||||||
msgstr "वेगवेगळ्या पर्यायांवर अधिक माहितीसाठी तपासा"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3
|
|
||||||
msgid "Google"
|
|
||||||
msgstr "गूगल"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid "Instances"
|
|
||||||
msgstr "उदाहरणे"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126
|
|
||||||
msgid "Listen address"
|
|
||||||
msgstr "ऐकण्याचा पत्ता"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139
|
|
||||||
msgid "Listen port"
|
|
||||||
msgstr "ऐकण्याचा पत्ता"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52
|
|
||||||
msgid "Loading"
|
|
||||||
msgstr "लोड करीत आहे"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3
|
|
||||||
msgid "ODVR (nic.cz)"
|
|
||||||
msgstr "ODVR (nic.cz)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146
|
|
||||||
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 "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)"
|
|
||||||
msgstr "Quad 9 (ईसीएस समर्थनासह सुरक्षित)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3
|
|
||||||
msgid "Quad 9 (Secured)"
|
|
||||||
msgstr "Quad 9 (सुरक्षित)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3
|
|
||||||
msgid "Quad 9 (Unsecured)"
|
|
||||||
msgstr "Quad 9 (असुरक्षित)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43
|
|
||||||
msgid "Reload"
|
|
||||||
msgstr "रीलोड करा"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99
|
|
||||||
msgid "Resolver"
|
|
||||||
msgstr "निराकरणकर्ता"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "Running"
|
|
||||||
msgstr "चालू आहे"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68
|
|
||||||
msgid "Service Status"
|
|
||||||
msgstr "सेवा स्थिती"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41
|
|
||||||
msgid "Start"
|
|
||||||
msgstr "प्रारंभ करा"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45
|
|
||||||
msgid "Stop"
|
|
||||||
msgstr "थांबा"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37
|
|
||||||
msgid "Stopped"
|
|
||||||
msgstr "बंद"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22
|
|
||||||
msgid "Unknown Provider"
|
|
||||||
msgstr "अज्ञात प्रदाता"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid ""
|
|
||||||
"When you add/remove any instances below, they will be used to override the "
|
|
||||||
"'DNS forwardings' section of"
|
|
||||||
msgstr ""
|
|
||||||
"जेव्हा आपण खाली कोणतीही उदाहरणे जोडता / काढता तेव्हा ती 'डीएनएस फॉरवर्डिंग' "
|
|
||||||
"विभागाच्या अधिलिखितसाठी वापरली जाईल"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91
|
|
||||||
msgid "and"
|
|
||||||
msgstr "आणि"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "at"
|
|
||||||
msgstr "येथे"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32
|
|
||||||
msgid "is not installed or not found"
|
|
||||||
msgstr "स्थापित केलेले नाही किंवा सापडले नाही"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3
|
|
||||||
msgid "rubyfish.cn"
|
|
||||||
msgstr "rubyfish.cn"
|
|
|
@ -1,168 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Language: ms\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3
|
|
||||||
msgid "AdGuard (Family Protection)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3
|
|
||||||
msgid "AdGuard (Standard)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3
|
|
||||||
msgid "CleanBrowsing (Adult Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3
|
|
||||||
msgid "CleanBrowsing (Family Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3
|
|
||||||
msgid "CleanBrowsing (Security Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3
|
|
||||||
msgid "Cloudflare"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85
|
|
||||||
msgid "DHCP and DNS"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4
|
|
||||||
msgid "DNS Over HTTPS Proxy"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64
|
|
||||||
msgid "DNS Over HTTPS Proxy Settings"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: 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.disabled/ch.digitale-gesellschaft.dns.lua:3
|
|
||||||
msgid "Digitale Gesellschaft"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53
|
|
||||||
msgid "Disable"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "DoH"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143
|
|
||||||
msgid "EDNS client subnet"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51
|
|
||||||
msgid "Enable"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87
|
|
||||||
msgid "For more information on different options check"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3
|
|
||||||
msgid "Google"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid "Instances"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126
|
|
||||||
msgid "Listen address"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139
|
|
||||||
msgid "Listen port"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52
|
|
||||||
msgid "Loading"
|
|
||||||
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:146
|
|
||||||
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 ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3
|
|
||||||
msgid "Quad 9 (Secured with ECS Support)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3
|
|
||||||
msgid "Quad 9 (Secured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3
|
|
||||||
msgid "Quad 9 (Unsecured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43
|
|
||||||
msgid "Reload"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99
|
|
||||||
msgid "Resolver"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "Running"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68
|
|
||||||
msgid "Service Status"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41
|
|
||||||
msgid "Start"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45
|
|
||||||
msgid "Stop"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37
|
|
||||||
msgid "Stopped"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22
|
|
||||||
msgid "Unknown Provider"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid ""
|
|
||||||
"When you add/remove any instances below, they will be used to override the "
|
|
||||||
"'DNS forwardings' section of"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91
|
|
||||||
msgid "and"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "at"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32
|
|
||||||
msgid "is not installed or not found"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3
|
|
||||||
msgid "rubyfish.cn"
|
|
||||||
msgstr ""
|
|
|
@ -1,168 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Language: nb_NO\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3
|
|
||||||
msgid "AdGuard (Family Protection)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3
|
|
||||||
msgid "AdGuard (Standard)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3
|
|
||||||
msgid "CleanBrowsing (Adult Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3
|
|
||||||
msgid "CleanBrowsing (Family Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3
|
|
||||||
msgid "CleanBrowsing (Security Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3
|
|
||||||
msgid "Cloudflare"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85
|
|
||||||
msgid "DHCP and DNS"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4
|
|
||||||
msgid "DNS Over HTTPS Proxy"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64
|
|
||||||
msgid "DNS Over HTTPS Proxy Settings"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: 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.disabled/ch.digitale-gesellschaft.dns.lua:3
|
|
||||||
msgid "Digitale Gesellschaft"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53
|
|
||||||
msgid "Disable"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "DoH"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143
|
|
||||||
msgid "EDNS client subnet"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51
|
|
||||||
msgid "Enable"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87
|
|
||||||
msgid "For more information on different options check"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3
|
|
||||||
msgid "Google"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid "Instances"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126
|
|
||||||
msgid "Listen address"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139
|
|
||||||
msgid "Listen port"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52
|
|
||||||
msgid "Loading"
|
|
||||||
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:146
|
|
||||||
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 ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3
|
|
||||||
msgid "Quad 9 (Secured with ECS Support)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3
|
|
||||||
msgid "Quad 9 (Secured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3
|
|
||||||
msgid "Quad 9 (Unsecured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43
|
|
||||||
msgid "Reload"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99
|
|
||||||
msgid "Resolver"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "Running"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68
|
|
||||||
msgid "Service Status"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41
|
|
||||||
msgid "Start"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45
|
|
||||||
msgid "Stop"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37
|
|
||||||
msgid "Stopped"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22
|
|
||||||
msgid "Unknown Provider"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid ""
|
|
||||||
"When you add/remove any instances below, they will be used to override the "
|
|
||||||
"'DNS forwardings' section of"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91
|
|
||||||
msgid "and"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "at"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32
|
|
||||||
msgid "is not installed or not found"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3
|
|
||||||
msgid "rubyfish.cn"
|
|
||||||
msgstr ""
|
|
|
@ -1,198 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"PO-Revision-Date: 2020-04-02 19:50+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"
|
|
||||||
"Language: pl\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"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.0-dev\n"
|
|
||||||
|
|
||||||
#: 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)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3
|
|
||||||
msgid "AdGuard (Standard)"
|
|
||||||
msgstr "AdGuard (Standardowy)"
|
|
||||||
|
|
||||||
#: 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)"
|
|
||||||
|
|
||||||
#: 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)"
|
|
||||||
|
|
||||||
#: 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)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3
|
|
||||||
msgid "Cloudflare"
|
|
||||||
msgstr "Cloudflare"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85
|
|
||||||
msgid "DHCP and DNS"
|
|
||||||
msgstr "DHCP i DNS"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4
|
|
||||||
msgid "DNS Over HTTPS Proxy"
|
|
||||||
msgstr "DNS Over HTTPS"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64
|
|
||||||
msgid "DNS Over HTTPS Proxy Settings"
|
|
||||||
msgstr "Ustawienia DNS Over HTTPS"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3
|
|
||||||
msgid "DNS.SB"
|
|
||||||
msgstr "DNS.SB"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3
|
|
||||||
msgid "Digitale Gesellschaft"
|
|
||||||
msgstr "Digitale Gesellschaft"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53
|
|
||||||
msgid "Disable"
|
|
||||||
msgstr "Wyłącz"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "DoH"
|
|
||||||
msgstr "DoH"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143
|
|
||||||
msgid "EDNS client subnet"
|
|
||||||
msgstr "Podsieć klienta EDNS"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51
|
|
||||||
msgid "Enable"
|
|
||||||
msgstr "Włącz"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87
|
|
||||||
msgid "For more information on different options check"
|
|
||||||
msgstr "Aby uzyskać więcej informacji na temat różnych opcji, sprawdź"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3
|
|
||||||
msgid "Google"
|
|
||||||
msgstr "Google"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid "Instances"
|
|
||||||
msgstr "Instancje"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126
|
|
||||||
msgid "Listen address"
|
|
||||||
msgstr "Nasłuchiwany adres"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139
|
|
||||||
msgid "Listen port"
|
|
||||||
msgstr "Nasłuchiwany port"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52
|
|
||||||
msgid "Loading"
|
|
||||||
msgstr "Ładowanie"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3
|
|
||||||
msgid "ODVR (nic.cz)"
|
|
||||||
msgstr "ODVR (nic.cz)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146
|
|
||||||
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)"
|
|
||||||
|
|
||||||
#: 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)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3
|
|
||||||
msgid "Quad 9 (Secured)"
|
|
||||||
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)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43
|
|
||||||
msgid "Reload"
|
|
||||||
msgstr "Przeładuj"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99
|
|
||||||
msgid "Resolver"
|
|
||||||
msgstr "Dostawca"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "Running"
|
|
||||||
msgstr "Działa"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68
|
|
||||||
msgid "Service Status"
|
|
||||||
msgstr "Status usługi"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41
|
|
||||||
msgid "Start"
|
|
||||||
msgstr "Uruchom"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45
|
|
||||||
msgid "Stop"
|
|
||||||
msgstr "Stop"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37
|
|
||||||
msgid "Stopped"
|
|
||||||
msgstr "Zatrzymany"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22
|
|
||||||
msgid "Unknown Provider"
|
|
||||||
msgstr "Nieznany dostawca"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid ""
|
|
||||||
"When you add/remove any instances below, they will be used to override the "
|
|
||||||
"'DNS forwardings' section of"
|
|
||||||
msgstr ""
|
|
||||||
"Po dodaniu/usunięciu dowolnej instancji poniżej, zastąpią one ustawienia "
|
|
||||||
"sekcji 'Przekazywania DNS' w"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91
|
|
||||||
msgid "and"
|
|
||||||
msgstr "i"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "at"
|
|
||||||
msgstr "na"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32
|
|
||||||
msgid "is not installed or not found"
|
|
||||||
msgstr "nie jest zainstalowany lub nie znaleziono"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3
|
|
||||||
msgid "rubyfish.cn"
|
|
||||||
msgstr "rubyfish.cn"
|
|
||||||
|
|
||||||
#~ msgid "DNS over HTTPS Proxy"
|
|
||||||
#~ msgstr "Proxy DNS over HTTPS"
|
|
||||||
|
|
||||||
#~ msgid "DNS over HTTPS Proxy Settings"
|
|
||||||
#~ msgstr "Ustawiania proxy DNS over HTTPS"
|
|
||||||
|
|
||||||
#~ msgid "Provider"
|
|
||||||
#~ msgstr "Dostawca"
|
|
||||||
|
|
||||||
#~ msgid "Subnet address"
|
|
||||||
#~ msgstr "Adres podsieci"
|
|
||||||
|
|
||||||
#~ msgid "Uknown Provider"
|
|
||||||
#~ msgstr "Nieznany dostawca"
|
|
||||||
|
|
||||||
#~ msgid "HTTPS DNS Proxy"
|
|
||||||
#~ msgstr "HTTPS DNS Proxy"
|
|
||||||
|
|
||||||
#~ msgid "HTTPS DNS Proxy Settings"
|
|
||||||
#~ msgstr "Ustawienia Proxy HTTPS DNS"
|
|
|
@ -1,197 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"PO-Revision-Date: 2020-01-02 16:07+0000\n"
|
|
||||||
"Last-Translator: ssantos <ssantos@web.de>\n"
|
|
||||||
"Language-Team: Portuguese <https://hosted.weblate.org/projects/openwrt/"
|
|
||||||
"luciapplicationshttps-dns-proxy/pt/>\n"
|
|
||||||
"Language: pt\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
|
||||||
"X-Generator: Weblate 3.10\n"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3
|
|
||||||
msgid "AdGuard (Family Protection)"
|
|
||||||
msgstr "AdGuard (Proteção da Família)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3
|
|
||||||
msgid "AdGuard (Standard)"
|
|
||||||
msgstr "AdGuard (Padrão)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3
|
|
||||||
msgid "CleanBrowsing (Adult Filter)"
|
|
||||||
msgstr "CleanBrowsing (Filtro Adulto)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3
|
|
||||||
msgid "CleanBrowsing (Family Filter)"
|
|
||||||
msgstr "CleanBrowsing (Filtro para a Familia)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3
|
|
||||||
msgid "CleanBrowsing (Security Filter)"
|
|
||||||
msgstr "CleanBrowsing (Filtro de Segurança)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3
|
|
||||||
msgid "Cloudflare"
|
|
||||||
msgstr "Cloudflare"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85
|
|
||||||
msgid "DHCP and DNS"
|
|
||||||
msgstr "DHCP e DNS"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4
|
|
||||||
msgid "DNS Over HTTPS Proxy"
|
|
||||||
msgstr "Proxy de DNS Over HTTPS"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64
|
|
||||||
msgid "DNS Over HTTPS Proxy Settings"
|
|
||||||
msgstr "Configurações de Proxy de DNS Over HTTPS"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3
|
|
||||||
msgid "DNS.SB"
|
|
||||||
msgstr "DNS.SB"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3
|
|
||||||
msgid "Digitale Gesellschaft"
|
|
||||||
msgstr "Digitale Gesellschaft"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53
|
|
||||||
msgid "Disable"
|
|
||||||
msgstr "Desativar"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "DoH"
|
|
||||||
msgstr "DoH"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143
|
|
||||||
msgid "EDNS client subnet"
|
|
||||||
msgstr "Sub-rede de clientes EDNS"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51
|
|
||||||
msgid "Enable"
|
|
||||||
msgstr "Ativar"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87
|
|
||||||
msgid "For more information on different options check"
|
|
||||||
msgstr "Para obter mais informações sobre opções diferentes, verifique"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3
|
|
||||||
msgid "Google"
|
|
||||||
msgstr "Google"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid "Instances"
|
|
||||||
msgstr "Instâncias"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126
|
|
||||||
msgid "Listen address"
|
|
||||||
msgstr "Endereço de escuta"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139
|
|
||||||
msgid "Listen port"
|
|
||||||
msgstr "Porta de escuta"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52
|
|
||||||
msgid "Loading"
|
|
||||||
msgstr "A carregar"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3
|
|
||||||
msgid "ODVR (nic.cz)"
|
|
||||||
msgstr "ODVR (nic.cz)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146
|
|
||||||
msgid "Proxy server"
|
|
||||||
msgstr "Servidor proxy"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3
|
|
||||||
msgid "Quad 9 (Recommended)"
|
|
||||||
msgstr "Quad 9 (Recomendado)"
|
|
||||||
|
|
||||||
#: 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 (Protegido com Suporte de ECS)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3
|
|
||||||
msgid "Quad 9 (Secured)"
|
|
||||||
msgstr "Quad 9 (Seguro)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3
|
|
||||||
msgid "Quad 9 (Unsecured)"
|
|
||||||
msgstr "Quad 9 (Sem Segurança)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43
|
|
||||||
msgid "Reload"
|
|
||||||
msgstr "Recarregar"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99
|
|
||||||
msgid "Resolver"
|
|
||||||
msgstr "Resolvedor"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "Running"
|
|
||||||
msgstr "Executando"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68
|
|
||||||
msgid "Service Status"
|
|
||||||
msgstr "Estado do Serviço"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41
|
|
||||||
msgid "Start"
|
|
||||||
msgstr "Iniciar"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45
|
|
||||||
msgid "Stop"
|
|
||||||
msgstr "Parar"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37
|
|
||||||
msgid "Stopped"
|
|
||||||
msgstr "Parado"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22
|
|
||||||
msgid "Unknown Provider"
|
|
||||||
msgstr "Provedor Desconhecido"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid ""
|
|
||||||
"When you add/remove any instances below, they will be used to override the "
|
|
||||||
"'DNS forwardings' section of"
|
|
||||||
msgstr ""
|
|
||||||
"Quando adicionar/remover quaisquer instâncias abaixo, serão usadas para "
|
|
||||||
"substituir a seção 'DNS forwardings' de"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91
|
|
||||||
msgid "and"
|
|
||||||
msgstr "e"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "at"
|
|
||||||
msgstr "em"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32
|
|
||||||
msgid "is not installed or not found"
|
|
||||||
msgstr "não está instalado ou não foi encontrado"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3
|
|
||||||
msgid "rubyfish.cn"
|
|
||||||
msgstr "rubyfish.cn"
|
|
||||||
|
|
||||||
#~ msgid "DNS over HTTPS Proxy"
|
|
||||||
#~ msgstr "Proxy de DNS sobre HTTPS"
|
|
||||||
|
|
||||||
#~ msgid "DNS over HTTPS Proxy Settings"
|
|
||||||
#~ msgstr "Configurações de Proxy DNS sobre HTTPS"
|
|
||||||
|
|
||||||
#~ msgid "Provider"
|
|
||||||
#~ msgstr "Provedor"
|
|
||||||
|
|
||||||
#~ msgid "Subnet address"
|
|
||||||
#~ msgstr "Endereço de sub-rede"
|
|
||||||
|
|
||||||
#~ msgid "Uknown Provider"
|
|
||||||
#~ msgstr "Provedor Desconhecido"
|
|
||||||
|
|
||||||
#~ msgid "HTTPS DNS Proxy"
|
|
||||||
#~ msgstr "Proxy de DNS HTTPS"
|
|
||||||
|
|
||||||
#~ msgid "HTTPS DNS Proxy Settings"
|
|
||||||
#~ msgstr "Configurações de proxy HTTPS DNS"
|
|
|
@ -1,191 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"PO-Revision-Date: 2020-02-21 21:18+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"
|
|
||||||
"Language: pt_BR\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
|
||||||
"X-Generator: Weblate 3.11.1\n"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3
|
|
||||||
msgid "AdGuard (Family Protection)"
|
|
||||||
msgstr "AdGuard (Proteção Familiar)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3
|
|
||||||
msgid "AdGuard (Standard)"
|
|
||||||
msgstr "AdGuard (Padrão)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3
|
|
||||||
msgid "CleanBrowsing (Adult Filter)"
|
|
||||||
msgstr "CleanBrowsing (Filtro Adulto)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3
|
|
||||||
msgid "CleanBrowsing (Family Filter)"
|
|
||||||
msgstr "CleanBrowsing (Filtro Familiar)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3
|
|
||||||
msgid "CleanBrowsing (Security Filter)"
|
|
||||||
msgstr "CleanBrowsing (Filtro de Segurança)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3
|
|
||||||
msgid "Cloudflare"
|
|
||||||
msgstr "Cloudflare"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85
|
|
||||||
msgid "DHCP and DNS"
|
|
||||||
msgstr "DHCP e DNS"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4
|
|
||||||
msgid "DNS Over HTTPS Proxy"
|
|
||||||
msgstr "DNS sobre Proxy HTTPS"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64
|
|
||||||
msgid "DNS Over HTTPS Proxy Settings"
|
|
||||||
msgstr "Configurações de Proxy DNS sobre HTTPS"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3
|
|
||||||
msgid "DNS.SB"
|
|
||||||
msgstr "DNS.SB"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3
|
|
||||||
msgid "Digitale Gesellschaft"
|
|
||||||
msgstr "Digitale Gesellschaft"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53
|
|
||||||
msgid "Disable"
|
|
||||||
msgstr "Desativar"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "DoH"
|
|
||||||
msgstr "DoH"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143
|
|
||||||
msgid "EDNS client subnet"
|
|
||||||
msgstr "Sub-rede de clientes EDNS"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51
|
|
||||||
msgid "Enable"
|
|
||||||
msgstr "Ativar"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87
|
|
||||||
msgid "For more information on different options check"
|
|
||||||
msgstr "Para obter mais informações sobre diferentes opções, verifique"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3
|
|
||||||
msgid "Google"
|
|
||||||
msgstr "Google"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid "Instances"
|
|
||||||
msgstr "Instâncias"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126
|
|
||||||
msgid "Listen address"
|
|
||||||
msgstr "Escutar endereço"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139
|
|
||||||
msgid "Listen port"
|
|
||||||
msgstr "Porta de escuta"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52
|
|
||||||
msgid "Loading"
|
|
||||||
msgstr "Carregando"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3
|
|
||||||
msgid "ODVR (nic.cz)"
|
|
||||||
msgstr "ODVR (nic.cz)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146
|
|
||||||
msgid "Proxy server"
|
|
||||||
msgstr "Servidor proxy"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3
|
|
||||||
msgid "Quad 9 (Recommended)"
|
|
||||||
msgstr "Quad 9 (Preferível)"
|
|
||||||
|
|
||||||
#: 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 (Protegido com Suporte a ECS)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3
|
|
||||||
msgid "Quad 9 (Secured)"
|
|
||||||
msgstr "Quad 9 (Seguro)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3
|
|
||||||
msgid "Quad 9 (Unsecured)"
|
|
||||||
msgstr "Quad 9 (Sem Segurança)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43
|
|
||||||
msgid "Reload"
|
|
||||||
msgstr "Recarregar"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99
|
|
||||||
msgid "Resolver"
|
|
||||||
msgstr "Resolvedor"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "Running"
|
|
||||||
msgstr "Em execução"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68
|
|
||||||
msgid "Service Status"
|
|
||||||
msgstr "Condição do Serviço"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41
|
|
||||||
msgid "Start"
|
|
||||||
msgstr "Iniciar"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45
|
|
||||||
msgid "Stop"
|
|
||||||
msgstr "Parar"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37
|
|
||||||
msgid "Stopped"
|
|
||||||
msgstr "Parado"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22
|
|
||||||
msgid "Unknown Provider"
|
|
||||||
msgstr "Provedor Desconhecido"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid ""
|
|
||||||
"When you add/remove any instances below, they will be used to override the "
|
|
||||||
"'DNS forwardings' section of"
|
|
||||||
msgstr ""
|
|
||||||
"Quando você adiciona/remove quaisquer instâncias abaixo, elas serão usadas "
|
|
||||||
"para substituir a seção 'Encaminhamentos DNS' de"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91
|
|
||||||
msgid "and"
|
|
||||||
msgstr "e"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "at"
|
|
||||||
msgstr "em"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32
|
|
||||||
msgid "is not installed or not found"
|
|
||||||
msgstr "não está instalado ou não foi encontrado"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3
|
|
||||||
msgid "rubyfish.cn"
|
|
||||||
msgstr "rubyfish.cn"
|
|
||||||
|
|
||||||
#~ msgid "DNS over HTTPS Proxy"
|
|
||||||
#~ msgstr "DNS sobre Proxy HTTPS"
|
|
||||||
|
|
||||||
#~ msgid "DNS over HTTPS Proxy Settings"
|
|
||||||
#~ msgstr "Configurações de DNS sobre Proxy HTTPS"
|
|
||||||
|
|
||||||
#~ msgid "Provider"
|
|
||||||
#~ msgstr "Provedor"
|
|
||||||
|
|
||||||
#~ msgid "Subnet address"
|
|
||||||
#~ msgstr "Endereço de sub-rede"
|
|
||||||
|
|
||||||
#~ msgid "Uknown Provider"
|
|
||||||
#~ msgstr "Provedor Desconhecido"
|
|
|
@ -1,175 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"PO-Revision-Date: 2020-01-10 12:24+0000\n"
|
|
||||||
"Last-Translator: Alexandru Stan <alex9457sn@gmail.com>\n"
|
|
||||||
"Language-Team: Romanian <https://hosted.weblate.org/projects/openwrt/"
|
|
||||||
"luciapplicationshttps-dns-proxy/ro/>\n"
|
|
||||||
"Language: ro\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
|
|
||||||
"20)) ? 1 : 2;\n"
|
|
||||||
"X-Generator: Weblate 3.10.1\n"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3
|
|
||||||
msgid "AdGuard (Family Protection)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3
|
|
||||||
msgid "AdGuard (Standard)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3
|
|
||||||
msgid "CleanBrowsing (Adult Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3
|
|
||||||
msgid "CleanBrowsing (Family Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3
|
|
||||||
msgid "CleanBrowsing (Security Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3
|
|
||||||
msgid "Cloudflare"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85
|
|
||||||
msgid "DHCP and DNS"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4
|
|
||||||
msgid "DNS Over HTTPS Proxy"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64
|
|
||||||
msgid "DNS Over HTTPS Proxy Settings"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: 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.disabled/ch.digitale-gesellschaft.dns.lua:3
|
|
||||||
msgid "Digitale Gesellschaft"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53
|
|
||||||
msgid "Disable"
|
|
||||||
msgstr "Dezactivează"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "DoH"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143
|
|
||||||
msgid "EDNS client subnet"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51
|
|
||||||
msgid "Enable"
|
|
||||||
msgstr "Activează"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87
|
|
||||||
msgid "For more information on different options check"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3
|
|
||||||
msgid "Google"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid "Instances"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126
|
|
||||||
msgid "Listen address"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139
|
|
||||||
msgid "Listen port"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52
|
|
||||||
msgid "Loading"
|
|
||||||
msgstr "Încărcare"
|
|
||||||
|
|
||||||
#: 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:146
|
|
||||||
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 ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3
|
|
||||||
msgid "Quad 9 (Secured with ECS Support)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3
|
|
||||||
msgid "Quad 9 (Secured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3
|
|
||||||
msgid "Quad 9 (Unsecured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43
|
|
||||||
msgid "Reload"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99
|
|
||||||
msgid "Resolver"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "Running"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68
|
|
||||||
msgid "Service Status"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41
|
|
||||||
msgid "Start"
|
|
||||||
msgstr "Pornește"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45
|
|
||||||
msgid "Stop"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37
|
|
||||||
msgid "Stopped"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22
|
|
||||||
msgid "Unknown Provider"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid ""
|
|
||||||
"When you add/remove any instances below, they will be used to override the "
|
|
||||||
"'DNS forwardings' section of"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91
|
|
||||||
msgid "and"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "at"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32
|
|
||||||
msgid "is not installed or not found"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3
|
|
||||||
msgid "rubyfish.cn"
|
|
||||||
msgstr ""
|
|
|
@ -1,175 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"PO-Revision-Date: 2020-03-24 16:46+0000\n"
|
|
||||||
"Last-Translator: Константин <konstantin.z100@gmail.com>\n"
|
|
||||||
"Language-Team: Russian <https://hosted.weblate.org/projects/openwrt/"
|
|
||||||
"luciapplicationshttps-dns-proxy/ru/>\n"
|
|
||||||
"Language: ru\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"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.0-dev\n"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3
|
|
||||||
msgid "AdGuard (Family Protection)"
|
|
||||||
msgstr "AdGuard (Семейная защита)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3
|
|
||||||
msgid "AdGuard (Standard)"
|
|
||||||
msgstr "AdGuard (Стандарт)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3
|
|
||||||
msgid "CleanBrowsing (Adult Filter)"
|
|
||||||
msgstr "CleanBrowsing (Фильтр для взрослых)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3
|
|
||||||
msgid "CleanBrowsing (Family Filter)"
|
|
||||||
msgstr "CleanBrowsing (Семейный фильтр)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3
|
|
||||||
msgid "CleanBrowsing (Security Filter)"
|
|
||||||
msgstr "CleanBrowsing (Фильтр безопасности)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3
|
|
||||||
msgid "Cloudflare"
|
|
||||||
msgstr "Cloudflare"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85
|
|
||||||
msgid "DHCP and DNS"
|
|
||||||
msgstr "DHCP и DNS"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4
|
|
||||||
msgid "DNS Over HTTPS Proxy"
|
|
||||||
msgstr "DNS Over HTTPS"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64
|
|
||||||
msgid "DNS Over HTTPS Proxy Settings"
|
|
||||||
msgstr "Настройки DNS Over HTTPS"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3
|
|
||||||
msgid "DNS.SB"
|
|
||||||
msgstr "DNS.SB"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3
|
|
||||||
msgid "Digitale Gesellschaft"
|
|
||||||
msgstr "Digitale Gesellschaft"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53
|
|
||||||
msgid "Disable"
|
|
||||||
msgstr "Отключить"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "DoH"
|
|
||||||
msgstr "DoH"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143
|
|
||||||
msgid "EDNS client subnet"
|
|
||||||
msgstr "Клиентская подсеть EDNS"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51
|
|
||||||
msgid "Enable"
|
|
||||||
msgstr "Включить"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87
|
|
||||||
msgid "For more information on different options check"
|
|
||||||
msgstr "Для получения дополнительной информации о различных опциях, проверьте"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3
|
|
||||||
msgid "Google"
|
|
||||||
msgstr "Google"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid "Instances"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126
|
|
||||||
msgid "Listen address"
|
|
||||||
msgstr "Адрес"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139
|
|
||||||
msgid "Listen port"
|
|
||||||
msgstr "Порт"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52
|
|
||||||
msgid "Loading"
|
|
||||||
msgstr "Загрузка"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3
|
|
||||||
msgid "ODVR (nic.cz)"
|
|
||||||
msgstr "ODVR (nic.cz)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146
|
|
||||||
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 "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)"
|
|
||||||
msgstr "Quad 9 (Защищено поддержкой ECS)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3
|
|
||||||
msgid "Quad 9 (Secured)"
|
|
||||||
msgstr "Quad 9 (Защищен)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3
|
|
||||||
msgid "Quad 9 (Unsecured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43
|
|
||||||
msgid "Reload"
|
|
||||||
msgstr "Перезапустить"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99
|
|
||||||
msgid "Resolver"
|
|
||||||
msgstr "Поставщик"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "Running"
|
|
||||||
msgstr "Запущен"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68
|
|
||||||
msgid "Service Status"
|
|
||||||
msgstr "Статус сервиса"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41
|
|
||||||
msgid "Start"
|
|
||||||
msgstr "Запустить"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45
|
|
||||||
msgid "Stop"
|
|
||||||
msgstr "Остановить"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37
|
|
||||||
msgid "Stopped"
|
|
||||||
msgstr "Остановлено"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22
|
|
||||||
msgid "Unknown Provider"
|
|
||||||
msgstr "Неизвестный поставщик"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid ""
|
|
||||||
"When you add/remove any instances below, they will be used to override the "
|
|
||||||
"'DNS forwardings' section of"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91
|
|
||||||
msgid "and"
|
|
||||||
msgstr "и"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "at"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32
|
|
||||||
msgid "is not installed or not found"
|
|
||||||
msgstr "не установлен или не найден"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3
|
|
||||||
msgid "rubyfish.cn"
|
|
||||||
msgstr ""
|
|
|
@ -1,174 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"PO-Revision-Date: 2020-04-04 17:35+0000\n"
|
|
||||||
"Last-Translator: Dušan Kazik <prescott66@gmail.com>\n"
|
|
||||||
"Language-Team: Slovak <https://hosted.weblate.org/projects/openwrt/"
|
|
||||||
"luciapplicationshttps-dns-proxy/sk/>\n"
|
|
||||||
"Language: sk\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
|
||||||
"X-Generator: Weblate 4.0-dev\n"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3
|
|
||||||
msgid "AdGuard (Family Protection)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3
|
|
||||||
msgid "AdGuard (Standard)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3
|
|
||||||
msgid "CleanBrowsing (Adult Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3
|
|
||||||
msgid "CleanBrowsing (Family Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3
|
|
||||||
msgid "CleanBrowsing (Security Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3
|
|
||||||
msgid "Cloudflare"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85
|
|
||||||
msgid "DHCP and DNS"
|
|
||||||
msgstr "DHCP a DNS"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4
|
|
||||||
msgid "DNS Over HTTPS Proxy"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64
|
|
||||||
msgid "DNS Over HTTPS Proxy Settings"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: 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.disabled/ch.digitale-gesellschaft.dns.lua:3
|
|
||||||
msgid "Digitale Gesellschaft"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53
|
|
||||||
msgid "Disable"
|
|
||||||
msgstr "Zakázať"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "DoH"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143
|
|
||||||
msgid "EDNS client subnet"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51
|
|
||||||
msgid "Enable"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87
|
|
||||||
msgid "For more information on different options check"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3
|
|
||||||
msgid "Google"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid "Instances"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126
|
|
||||||
msgid "Listen address"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139
|
|
||||||
msgid "Listen port"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52
|
|
||||||
msgid "Loading"
|
|
||||||
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:146
|
|
||||||
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 ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3
|
|
||||||
msgid "Quad 9 (Secured with ECS Support)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3
|
|
||||||
msgid "Quad 9 (Secured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3
|
|
||||||
msgid "Quad 9 (Unsecured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43
|
|
||||||
msgid "Reload"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99
|
|
||||||
msgid "Resolver"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "Running"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68
|
|
||||||
msgid "Service Status"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41
|
|
||||||
msgid "Start"
|
|
||||||
msgstr "Spustiť"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45
|
|
||||||
msgid "Stop"
|
|
||||||
msgstr "Zastaviť"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37
|
|
||||||
msgid "Stopped"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22
|
|
||||||
msgid "Unknown Provider"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid ""
|
|
||||||
"When you add/remove any instances below, they will be used to override the "
|
|
||||||
"'DNS forwardings' section of"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91
|
|
||||||
msgid "and"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "at"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32
|
|
||||||
msgid "is not installed or not found"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3
|
|
||||||
msgid "rubyfish.cn"
|
|
||||||
msgstr ""
|
|
|
@ -1,174 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"PO-Revision-Date: 2019-12-03 08:25+0000\n"
|
|
||||||
"Last-Translator: Mattias Münster <mattiasmun@gmail.com>\n"
|
|
||||||
"Language-Team: Swedish <https://hosted.weblate.org/projects/openwrt/"
|
|
||||||
"luciapplicationshttps_dns_proxy/sv/>\n"
|
|
||||||
"Language: sv\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
||||||
"X-Generator: Weblate 3.10-dev\n"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3
|
|
||||||
msgid "AdGuard (Family Protection)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3
|
|
||||||
msgid "AdGuard (Standard)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3
|
|
||||||
msgid "CleanBrowsing (Adult Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3
|
|
||||||
msgid "CleanBrowsing (Family Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3
|
|
||||||
msgid "CleanBrowsing (Security Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3
|
|
||||||
msgid "Cloudflare"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85
|
|
||||||
msgid "DHCP and DNS"
|
|
||||||
msgstr "DHCP och DNS"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4
|
|
||||||
msgid "DNS Over HTTPS Proxy"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64
|
|
||||||
msgid "DNS Over HTTPS Proxy Settings"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: 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.disabled/ch.digitale-gesellschaft.dns.lua:3
|
|
||||||
msgid "Digitale Gesellschaft"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53
|
|
||||||
msgid "Disable"
|
|
||||||
msgstr "Inaktivera"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "DoH"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143
|
|
||||||
msgid "EDNS client subnet"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51
|
|
||||||
msgid "Enable"
|
|
||||||
msgstr "Aktivera"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87
|
|
||||||
msgid "For more information on different options check"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3
|
|
||||||
msgid "Google"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid "Instances"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126
|
|
||||||
msgid "Listen address"
|
|
||||||
msgstr "Lyssningsadress"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139
|
|
||||||
msgid "Listen port"
|
|
||||||
msgstr "Lyssningsport"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52
|
|
||||||
msgid "Loading"
|
|
||||||
msgstr "Laddar"
|
|
||||||
|
|
||||||
#: 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:146
|
|
||||||
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 ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3
|
|
||||||
msgid "Quad 9 (Secured with ECS Support)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3
|
|
||||||
msgid "Quad 9 (Secured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3
|
|
||||||
msgid "Quad 9 (Unsecured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43
|
|
||||||
msgid "Reload"
|
|
||||||
msgstr "Ladda om"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99
|
|
||||||
msgid "Resolver"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "Running"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68
|
|
||||||
msgid "Service Status"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41
|
|
||||||
msgid "Start"
|
|
||||||
msgstr "Starta"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45
|
|
||||||
msgid "Stop"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37
|
|
||||||
msgid "Stopped"
|
|
||||||
msgstr "Stoppad"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22
|
|
||||||
msgid "Unknown Provider"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid ""
|
|
||||||
"When you add/remove any instances below, they will be used to override the "
|
|
||||||
"'DNS forwardings' section of"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91
|
|
||||||
msgid "and"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "at"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32
|
|
||||||
msgid "is not installed or not found"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3
|
|
||||||
msgid "rubyfish.cn"
|
|
||||||
msgstr ""
|
|
|
@ -1,177 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr "Content-Type: text/plain; charset=UTF-8"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3
|
|
||||||
msgid "AdGuard (Family Protection)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3
|
|
||||||
msgid "AdGuard (Standard)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3
|
|
||||||
msgid "CleanBrowsing (Adult Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3
|
|
||||||
msgid "CleanBrowsing (Family Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3
|
|
||||||
msgid "CleanBrowsing (Security Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3
|
|
||||||
msgid "Cloudflare"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:116
|
|
||||||
msgid "DHCP and DNS"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4
|
|
||||||
msgid "DNS Over HTTPS Proxy"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:94
|
|
||||||
msgid "DNS Over HTTPS Proxy Settings"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: 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.disabled/ch.digitale-gesellschaft.dns.lua:3
|
|
||||||
msgid "Digitale Gesellschaft"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:57
|
|
||||||
msgid "Disable"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:86
|
|
||||||
msgid "DoH"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:166
|
|
||||||
msgid "EDNS client subnet"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:54
|
|
||||||
msgid "Enable"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:13
|
|
||||||
msgid "For more information on different options check"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3
|
|
||||||
msgid "Google"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:114
|
|
||||||
msgid "Instances"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/gr.libredns.doh.lua:3
|
|
||||||
msgid "LibreDNS"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/gr.libredns.doh-ads.lua:3
|
|
||||||
msgid "LibreDNS (No Ads)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:149
|
|
||||||
msgid "Listen address"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:162
|
|
||||||
msgid "Listen port"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52
|
|
||||||
msgid "Loading"
|
|
||||||
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:169
|
|
||||||
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 ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3
|
|
||||||
msgid "Quad 9 (Secured with ECS Support)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3
|
|
||||||
msgid "Quad 9 (Secured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3
|
|
||||||
msgid "Quad 9 (Unsecured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:44
|
|
||||||
msgid "Reload"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:122
|
|
||||||
msgid "Resolver"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:86
|
|
||||||
msgid "Running"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:96
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:98
|
|
||||||
msgid "Service Status"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41
|
|
||||||
msgid "Start"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:47
|
|
||||||
msgid "Stop"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64
|
|
||||||
msgid "Stopped"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:49
|
|
||||||
msgid "Unknown Provider"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:114
|
|
||||||
msgid ""
|
|
||||||
"When you add/remove any instances below, they will be used to override the "
|
|
||||||
"'DNS forwardings' section of"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:34
|
|
||||||
msgid "and"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:86
|
|
||||||
msgid "at"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66
|
|
||||||
msgid "disabled"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:59
|
|
||||||
msgid "is not installed or not found"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3
|
|
||||||
msgid "rubyfish.cn"
|
|
||||||
msgstr ""
|
|
|
@ -1,174 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"PO-Revision-Date: 2019-12-09 20:04+0000\n"
|
|
||||||
"Last-Translator: İsmail Karslı <ismail541236@gmail.com>\n"
|
|
||||||
"Language-Team: Turkish <https://hosted.weblate.org/projects/openwrt/"
|
|
||||||
"luciapplicationshttps_dns_proxy/tr/>\n"
|
|
||||||
"Language: tr\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
||||||
"X-Generator: Weblate 3.10-dev\n"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3
|
|
||||||
msgid "AdGuard (Family Protection)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3
|
|
||||||
msgid "AdGuard (Standard)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3
|
|
||||||
msgid "CleanBrowsing (Adult Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3
|
|
||||||
msgid "CleanBrowsing (Family Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3
|
|
||||||
msgid "CleanBrowsing (Security Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3
|
|
||||||
msgid "Cloudflare"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85
|
|
||||||
msgid "DHCP and DNS"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4
|
|
||||||
msgid "DNS Over HTTPS Proxy"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64
|
|
||||||
msgid "DNS Over HTTPS Proxy Settings"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: 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.disabled/ch.digitale-gesellschaft.dns.lua:3
|
|
||||||
msgid "Digitale Gesellschaft"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53
|
|
||||||
msgid "Disable"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "DoH"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143
|
|
||||||
msgid "EDNS client subnet"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51
|
|
||||||
msgid "Enable"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87
|
|
||||||
msgid "For more information on different options check"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3
|
|
||||||
msgid "Google"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid "Instances"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126
|
|
||||||
msgid "Listen address"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139
|
|
||||||
msgid "Listen port"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52
|
|
||||||
msgid "Loading"
|
|
||||||
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:146
|
|
||||||
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 ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3
|
|
||||||
msgid "Quad 9 (Secured with ECS Support)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3
|
|
||||||
msgid "Quad 9 (Secured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3
|
|
||||||
msgid "Quad 9 (Unsecured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43
|
|
||||||
msgid "Reload"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99
|
|
||||||
msgid "Resolver"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "Running"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68
|
|
||||||
msgid "Service Status"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41
|
|
||||||
msgid "Start"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45
|
|
||||||
msgid "Stop"
|
|
||||||
msgstr "Durdur"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37
|
|
||||||
msgid "Stopped"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22
|
|
||||||
msgid "Unknown Provider"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid ""
|
|
||||||
"When you add/remove any instances below, they will be used to override the "
|
|
||||||
"'DNS forwardings' section of"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91
|
|
||||||
msgid "and"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "at"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32
|
|
||||||
msgid "is not installed or not found"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3
|
|
||||||
msgid "rubyfish.cn"
|
|
||||||
msgstr ""
|
|
|
@ -1,175 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"PO-Revision-Date: 2020-03-11 01:51+0000\n"
|
|
||||||
"Last-Translator: Olexandr Nesterenko <olexn@ukr.net>\n"
|
|
||||||
"Language-Team: Ukrainian <https://hosted.weblate.org/projects/openwrt/"
|
|
||||||
"luciapplicationshttps-dns-proxy/uk/>\n"
|
|
||||||
"Language: uk\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"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.0-dev\n"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3
|
|
||||||
msgid "AdGuard (Family Protection)"
|
|
||||||
msgstr "AdGuard (Сімейний захист)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3
|
|
||||||
msgid "AdGuard (Standard)"
|
|
||||||
msgstr "AdGuard (Стандарт)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3
|
|
||||||
msgid "CleanBrowsing (Adult Filter)"
|
|
||||||
msgstr "CleanBrowsing (Віковий фільтр)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3
|
|
||||||
msgid "CleanBrowsing (Family Filter)"
|
|
||||||
msgstr "CleanBrowsing (Сімейний фільтр)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3
|
|
||||||
msgid "CleanBrowsing (Security Filter)"
|
|
||||||
msgstr "CleanBrowsing (Безпечний фільтр)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3
|
|
||||||
msgid "Cloudflare"
|
|
||||||
msgstr "Cloudflare"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85
|
|
||||||
msgid "DHCP and DNS"
|
|
||||||
msgstr "DHCP та DNS"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4
|
|
||||||
msgid "DNS Over HTTPS Proxy"
|
|
||||||
msgstr "DNS через HTTPS проксі"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64
|
|
||||||
msgid "DNS Over HTTPS Proxy Settings"
|
|
||||||
msgstr "Налаштування DNS через HTTPS проксі"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3
|
|
||||||
msgid "DNS.SB"
|
|
||||||
msgstr "DNS.SB"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3
|
|
||||||
msgid "Digitale Gesellschaft"
|
|
||||||
msgstr "Digitale Gesellschaft"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53
|
|
||||||
msgid "Disable"
|
|
||||||
msgstr "Вимкнути"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "DoH"
|
|
||||||
msgstr "DoH"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143
|
|
||||||
msgid "EDNS client subnet"
|
|
||||||
msgstr "Клієнтська підмережа EDNS"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51
|
|
||||||
msgid "Enable"
|
|
||||||
msgstr "Увімкнути"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87
|
|
||||||
msgid "For more information on different options check"
|
|
||||||
msgstr "Для більш детальної інформації по параметрах, перевірте"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3
|
|
||||||
msgid "Google"
|
|
||||||
msgstr "Google"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid "Instances"
|
|
||||||
msgstr "Приклади застосування"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126
|
|
||||||
msgid "Listen address"
|
|
||||||
msgstr "Адреса для прослуховування"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139
|
|
||||||
msgid "Listen port"
|
|
||||||
msgstr "Порт для прослуховування"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52
|
|
||||||
msgid "Loading"
|
|
||||||
msgstr "Завантаження"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3
|
|
||||||
msgid "ODVR (nic.cz)"
|
|
||||||
msgstr "ODVR (nic.cz)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146
|
|
||||||
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 "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)"
|
|
||||||
msgstr "Quad 9 (Захищено з підтримкою ECS)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3
|
|
||||||
msgid "Quad 9 (Secured)"
|
|
||||||
msgstr "Quad 9 (Захищено)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3
|
|
||||||
msgid "Quad 9 (Unsecured)"
|
|
||||||
msgstr "Quad 9 (Не захищено)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43
|
|
||||||
msgid "Reload"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99
|
|
||||||
msgid "Resolver"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "Running"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68
|
|
||||||
msgid "Service Status"
|
|
||||||
msgstr "Стан сервісу"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41
|
|
||||||
msgid "Start"
|
|
||||||
msgstr "Запустити"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45
|
|
||||||
msgid "Stop"
|
|
||||||
msgstr "Зупинити"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37
|
|
||||||
msgid "Stopped"
|
|
||||||
msgstr "Зупинено"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22
|
|
||||||
msgid "Unknown Provider"
|
|
||||||
msgstr "Невідомий постачальник"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid ""
|
|
||||||
"When you add/remove any instances below, they will be used to override the "
|
|
||||||
"'DNS forwardings' section of"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91
|
|
||||||
msgid "and"
|
|
||||||
msgstr "та"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "at"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32
|
|
||||||
msgid "is not installed or not found"
|
|
||||||
msgstr "не встановлено, або не знайдено"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3
|
|
||||||
msgid "rubyfish.cn"
|
|
||||||
msgstr "rubyfish.cn"
|
|
|
@ -1,168 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Language: vi\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3
|
|
||||||
msgid "AdGuard (Family Protection)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3
|
|
||||||
msgid "AdGuard (Standard)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3
|
|
||||||
msgid "CleanBrowsing (Adult Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3
|
|
||||||
msgid "CleanBrowsing (Family Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3
|
|
||||||
msgid "CleanBrowsing (Security Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3
|
|
||||||
msgid "Cloudflare"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85
|
|
||||||
msgid "DHCP and DNS"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4
|
|
||||||
msgid "DNS Over HTTPS Proxy"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64
|
|
||||||
msgid "DNS Over HTTPS Proxy Settings"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: 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.disabled/ch.digitale-gesellschaft.dns.lua:3
|
|
||||||
msgid "Digitale Gesellschaft"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53
|
|
||||||
msgid "Disable"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "DoH"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143
|
|
||||||
msgid "EDNS client subnet"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51
|
|
||||||
msgid "Enable"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87
|
|
||||||
msgid "For more information on different options check"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3
|
|
||||||
msgid "Google"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid "Instances"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126
|
|
||||||
msgid "Listen address"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139
|
|
||||||
msgid "Listen port"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52
|
|
||||||
msgid "Loading"
|
|
||||||
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:146
|
|
||||||
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 ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3
|
|
||||||
msgid "Quad 9 (Secured with ECS Support)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3
|
|
||||||
msgid "Quad 9 (Secured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3
|
|
||||||
msgid "Quad 9 (Unsecured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43
|
|
||||||
msgid "Reload"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99
|
|
||||||
msgid "Resolver"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "Running"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68
|
|
||||||
msgid "Service Status"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41
|
|
||||||
msgid "Start"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45
|
|
||||||
msgid "Stop"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37
|
|
||||||
msgid "Stopped"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22
|
|
||||||
msgid "Unknown Provider"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid ""
|
|
||||||
"When you add/remove any instances below, they will be used to override the "
|
|
||||||
"'DNS forwardings' section of"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91
|
|
||||||
msgid "and"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "at"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32
|
|
||||||
msgid "is not installed or not found"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3
|
|
||||||
msgid "rubyfish.cn"
|
|
||||||
msgstr ""
|
|
|
@ -1,207 +0,0 @@
|
||||||
#
|
|
||||||
# Yangfl <mmyangfl@gmail.com>, 2019.
|
|
||||||
#
|
|
||||||
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"
|
|
||||||
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/"
|
|
||||||
"openwrt/luciapplicationshttps-dns-proxy/zh_Hans/>\n"
|
|
||||||
"Language: zh_Hans\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"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"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3
|
|
||||||
msgid "AdGuard (Family Protection)"
|
|
||||||
msgstr "AdGuard(家庭保护)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3
|
|
||||||
msgid "AdGuard (Standard)"
|
|
||||||
msgstr "AdGuard(标准)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3
|
|
||||||
msgid "CleanBrowsing (Adult Filter)"
|
|
||||||
msgstr "CleanBrowsing(成人过滤器)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3
|
|
||||||
msgid "CleanBrowsing (Family Filter)"
|
|
||||||
msgstr "CleanBrowsing(家庭过滤器)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3
|
|
||||||
msgid "CleanBrowsing (Security Filter)"
|
|
||||||
msgstr "CleanBrowsing(安全筛选器)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3
|
|
||||||
msgid "Cloudflare"
|
|
||||||
msgstr "Cloudflare"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85
|
|
||||||
msgid "DHCP and DNS"
|
|
||||||
msgstr "DHCP/DNS"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4
|
|
||||||
msgid "DNS Over HTTPS Proxy"
|
|
||||||
msgstr "通过 HTTPS 代理的 DNS"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64
|
|
||||||
msgid "DNS Over HTTPS Proxy Settings"
|
|
||||||
msgstr "通过 HTTPS 代理的 DNS 设置"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3
|
|
||||||
msgid "DNS.SB"
|
|
||||||
msgstr "DNS.SB"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3
|
|
||||||
msgid "Digitale Gesellschaft"
|
|
||||||
msgstr "Digitale Gesellschaft"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53
|
|
||||||
msgid "Disable"
|
|
||||||
msgstr "禁用"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "DoH"
|
|
||||||
msgstr "DoH"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143
|
|
||||||
msgid "EDNS client subnet"
|
|
||||||
msgstr "EDNS 客户端子网"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51
|
|
||||||
msgid "Enable"
|
|
||||||
msgstr "启用"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87
|
|
||||||
msgid "For more information on different options check"
|
|
||||||
msgstr "有关不同选项的更多信息,请检查"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3
|
|
||||||
msgid "Google"
|
|
||||||
msgstr "谷歌"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid "Instances"
|
|
||||||
msgstr "实例"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126
|
|
||||||
msgid "Listen address"
|
|
||||||
msgstr "监听地址"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139
|
|
||||||
msgid "Listen port"
|
|
||||||
msgstr "监听端口"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52
|
|
||||||
msgid "Loading"
|
|
||||||
msgstr "加载中"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3
|
|
||||||
msgid "ODVR (nic.cz)"
|
|
||||||
msgstr "ODVR (nic.cz)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:146
|
|
||||||
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 "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)"
|
|
||||||
msgstr "Quad 9(获得ECS支持)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3
|
|
||||||
msgid "Quad 9 (Secured)"
|
|
||||||
msgstr "Quad 9(安全)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3
|
|
||||||
msgid "Quad 9 (Unsecured)"
|
|
||||||
msgstr "Quad 9(不安全)"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43
|
|
||||||
msgid "Reload"
|
|
||||||
msgstr "重新载入"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99
|
|
||||||
msgid "Resolver"
|
|
||||||
msgstr "解析器"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "Running"
|
|
||||||
msgstr "运行中"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68
|
|
||||||
msgid "Service Status"
|
|
||||||
msgstr "服务状态"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41
|
|
||||||
msgid "Start"
|
|
||||||
msgstr "启动"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45
|
|
||||||
msgid "Stop"
|
|
||||||
msgstr "停止"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37
|
|
||||||
msgid "Stopped"
|
|
||||||
msgstr "已停止"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22
|
|
||||||
msgid "Unknown Provider"
|
|
||||||
msgstr "未知的提供商"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid ""
|
|
||||||
"When you add/remove any instances below, they will be used to override the "
|
|
||||||
"'DNS forwardings' section of"
|
|
||||||
msgstr "当您添加/删除下面的任何实例时,它们将用于覆盖以下实例的“ DNS转发”部分"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91
|
|
||||||
msgid "and"
|
|
||||||
msgstr "和"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "at"
|
|
||||||
msgstr "在"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32
|
|
||||||
msgid "is not installed or not found"
|
|
||||||
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 "DNS over HTTPS Proxy"
|
|
||||||
#~ msgstr "DNS over HTTPS 代理"
|
|
||||||
|
|
||||||
#~ msgid "DNS over HTTPS Proxy Settings"
|
|
||||||
#~ msgstr "DNS over HTTPS代理设置"
|
|
||||||
|
|
||||||
#~ msgid "Provider"
|
|
||||||
#~ msgstr "提供商"
|
|
||||||
|
|
||||||
#~ msgid "Subnet address"
|
|
||||||
#~ msgstr "子网地址"
|
|
||||||
|
|
||||||
#~ msgid "Uknown Provider"
|
|
||||||
#~ msgstr "未知提供商"
|
|
||||||
|
|
||||||
#~ msgid "HTTPS DNS Proxy"
|
|
||||||
#~ msgstr "HTTPS DNS 代理"
|
|
||||||
|
|
||||||
#~ msgid "HTTPS DNS Proxy Settings"
|
|
||||||
#~ msgstr "HTTPS DNS 代理设置"
|
|
||||||
|
|
||||||
#~ msgid "Group name"
|
|
||||||
#~ msgstr "组名称"
|
|
||||||
|
|
||||||
#~ msgid "User name"
|
|
||||||
#~ msgstr "用户名"
|
|
|
@ -1,198 +0,0 @@
|
||||||
#
|
|
||||||
# Yangfl <mmyangfl@gmail.com>, 2019.
|
|
||||||
#
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: \n"
|
|
||||||
"POT-Creation-Date: \n"
|
|
||||||
"PO-Revision-Date: 2020-02-25 23:11+0000\n"
|
|
||||||
"Last-Translator: Trevor <wowpapa3232@gmail.com>\n"
|
|
||||||
"Language-Team: Chinese (Traditional) <https://hosted.weblate.org/projects/"
|
|
||||||
"openwrt/luciapplicationshttps-dns-proxy/zh_Hant/>\n"
|
|
||||||
"Language: zh_Hant\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
||||||
"X-Generator: Weblate 4.0-dev\n"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3
|
|
||||||
msgid "AdGuard (Family Protection)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3
|
|
||||||
msgid "AdGuard (Standard)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3
|
|
||||||
msgid "CleanBrowsing (Adult Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3
|
|
||||||
msgid "CleanBrowsing (Family Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3
|
|
||||||
msgid "CleanBrowsing (Security Filter)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3
|
|
||||||
msgid "Cloudflare"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:85
|
|
||||||
msgid "DHCP and DNS"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4
|
|
||||||
msgid "DNS Over HTTPS Proxy"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:64
|
|
||||||
msgid "DNS Over HTTPS Proxy Settings"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: 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.disabled/ch.digitale-gesellschaft.dns.lua:3
|
|
||||||
msgid "Digitale Gesellschaft"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:53
|
|
||||||
msgid "Disable"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "DoH"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:143
|
|
||||||
msgid "EDNS client subnet"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:51
|
|
||||||
msgid "Enable"
|
|
||||||
msgstr "啟用"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:87
|
|
||||||
msgid "For more information on different options check"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3
|
|
||||||
msgid "Google"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid "Instances"
|
|
||||||
msgstr "例項"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126
|
|
||||||
msgid "Listen address"
|
|
||||||
msgstr "監聽位址"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:139
|
|
||||||
msgid "Listen port"
|
|
||||||
msgstr "監聽埠"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52
|
|
||||||
msgid "Loading"
|
|
||||||
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:146
|
|
||||||
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 ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3
|
|
||||||
msgid "Quad 9 (Secured with ECS Support)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3
|
|
||||||
msgid "Quad 9 (Secured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3
|
|
||||||
msgid "Quad 9 (Unsecured)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:43
|
|
||||||
msgid "Reload"
|
|
||||||
msgstr "重新載入"
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:99
|
|
||||||
msgid "Resolver"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "Running"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:66
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:68
|
|
||||||
msgid "Service Status"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41
|
|
||||||
msgid "Start"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:45
|
|
||||||
msgid "Stop"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:37
|
|
||||||
msgid "Stopped"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:22
|
|
||||||
msgid "Unknown Provider"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:83
|
|
||||||
msgid ""
|
|
||||||
"When you add/remove any instances below, they will be used to override the "
|
|
||||||
"'DNS forwardings' section of"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:91
|
|
||||||
msgid "and"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:56
|
|
||||||
msgid "at"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:32
|
|
||||||
msgid "is not installed or not found"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3
|
|
||||||
msgid "rubyfish.cn"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#~ msgid "Provider"
|
|
||||||
#~ msgstr "提供商"
|
|
||||||
|
|
||||||
#~ msgid "Subnet address"
|
|
||||||
#~ msgstr "子網位址"
|
|
||||||
|
|
||||||
#~ msgid "HTTPS DNS Proxy"
|
|
||||||
#~ msgstr "HTTPS DNS 代理"
|
|
||||||
|
|
||||||
#~ msgid "HTTPS DNS Proxy Settings"
|
|
||||||
#~ msgstr "HTTPS DNS 代理設定"
|
|
||||||
|
|
||||||
#~ msgid "Group name"
|
|
||||||
#~ msgstr "組名稱"
|
|
||||||
|
|
||||||
#~ msgid "User name"
|
|
||||||
#~ msgstr "使用者名稱"
|
|
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
rm -rf /var/luci-modulecache/; rm -f /var/luci-indexcache;
|
|
||||||
exit 0
|
|
|
@ -1,13 +0,0 @@
|
||||||
{
|
|
||||||
"admin/services/https-dns-proxy": {
|
|
||||||
"title": "Proxy DNS Over HTTPS",
|
|
||||||
"order": 20,
|
|
||||||
"action": {
|
|
||||||
"type": "cbi",
|
|
||||||
"path": "https-dns-proxy"
|
|
||||||
},
|
|
||||||
"depends": {
|
|
||||||
"acl": [ "luci-app-https-dns-proxy" ]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,11 +0,0 @@
|
||||||
{
|
|
||||||
"luci-app-https-dns-proxy": {
|
|
||||||
"description": "Grant UCI access for luci-app-https-dns-proxy",
|
|
||||||
"read": {
|
|
||||||
"uci": [ "https-dns-proxy" ]
|
|
||||||
},
|
|
||||||
"write": {
|
|
||||||
"uci": [ "https-dns-proxy" ]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,16 +0,0 @@
|
||||||
#
|
|
||||||
# Copyright (C) 2018-2019 Ycarus (Yannick Chabanois) <ycarus@zugaina.org>
|
|
||||||
#
|
|
||||||
#
|
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
|
||||||
|
|
||||||
LUCI_TITLE:=LuCI Support for iPerf3
|
|
||||||
LUCI_DEPENDS:=+iperf3-ssl
|
|
||||||
|
|
||||||
PKG_LICENSE:=GPLv3
|
|
||||||
|
|
||||||
#include ../luci/luci.mk
|
|
||||||
include $(TOPDIR)/feeds/luci/luci.mk
|
|
||||||
|
|
||||||
# call BuildPackage - OpenWrt buildroot signature
|
|
|
@ -1,56 +0,0 @@
|
||||||
local uci = luci.model.uci.cursor()
|
|
||||||
local ut = require "luci.util"
|
|
||||||
|
|
||||||
module("luci.controller.iperf", package.seeall)
|
|
||||||
|
|
||||||
function index()
|
|
||||||
--entry({"admin", "openmptcprouter", "iperf"}, cbi("iperf"), _("iperf"))
|
|
||||||
entry({"admin", "services", "iperf"}, alias("admin", "services", "iperf", "test"), _("iPerf"),8)
|
|
||||||
entry({"admin", "services", "iperf", "test"}, template("iperf/test"), nil,1)
|
|
||||||
entry({"admin", "services", "iperf", "run_test"}, post("run_test")).leaf = true
|
|
||||||
end
|
|
||||||
|
|
||||||
function run_test(server,proto,mode,updown,omit,parallel,transmit,bitrate)
|
|
||||||
luci.http.prepare_content("text/plain")
|
|
||||||
local iperf
|
|
||||||
local addr = uci:get("iperf",server,"host")
|
|
||||||
local ports = uci:get("iperf",server,"ports")
|
|
||||||
local user = uci:get("iperf",server,"user") or ""
|
|
||||||
local password = uci:get("iperf",server,"password") or ""
|
|
||||||
local key = uci:get("iperf",server,"key") or ""
|
|
||||||
local options = ""
|
|
||||||
if user ~= "" and password ~= "" and key ~= "" then
|
|
||||||
luci.sys.call("echo " .. key .. " | base64 -d > /tmp/iperf.pem")
|
|
||||||
options = options .. " --username " .. user .. " --rsa-public-key-path /tmp/iperf.pem"
|
|
||||||
end
|
|
||||||
if mode == "udp" then
|
|
||||||
options = options .. " -u -b " .. bitrate
|
|
||||||
end
|
|
||||||
if mode ~= "upload" then
|
|
||||||
options = options .. " -R"
|
|
||||||
end
|
|
||||||
local ipv = "4"
|
|
||||||
if proto == "ipv6" then
|
|
||||||
local ipv = "6"
|
|
||||||
end
|
|
||||||
|
|
||||||
local t={}
|
|
||||||
for pt in ports:gmatch("([^,%s]+)") do
|
|
||||||
table.insert(t,pt)
|
|
||||||
end
|
|
||||||
local port = t[ math.random( #t ) ]
|
|
||||||
if password ~= "" then
|
|
||||||
iperf = io.popen("omr-iperf %s -P %s -%s -O %s -t %s -J -Z %s" % {server,parallel,ipv,omit,transmit,options})
|
|
||||||
else
|
|
||||||
iperf = io.popen("iperf3 -c %s -P %s -%s -p %s -O %s -t %s -J -Z %s" % {ut.shellquote(addr),parallel,ipv,port,omit,transmit,options})
|
|
||||||
end
|
|
||||||
if iperf then
|
|
||||||
while true do
|
|
||||||
local ln = iperf:read("*l")
|
|
||||||
if not ln then break end
|
|
||||||
luci.http.write(ln)
|
|
||||||
luci.http.write("\n")
|
|
||||||
end
|
|
||||||
end
|
|
||||||
return
|
|
||||||
end
|
|
|
@ -1,178 +0,0 @@
|
||||||
<%+header%>
|
|
||||||
|
|
||||||
<%
|
|
||||||
local uci = require("luci.model.uci").cursor()
|
|
||||||
%>
|
|
||||||
|
|
||||||
<script type="text/javascript" src="<%=resource%>/cbi.js?v=git-18.193.28471-ee087a1"></script>
|
|
||||||
<script type="text/javascript">//<![CDATA[
|
|
||||||
var stxhr = new XHR();
|
|
||||||
|
|
||||||
function update_speed(field, proto, mode,omit,parallel,transmit,bitrate)
|
|
||||||
{
|
|
||||||
update_upload(field,proto,mode,omit,parallel,transmit,bitrate);
|
|
||||||
}
|
|
||||||
|
|
||||||
function update_upload(field, proto, mode,omit,parallel,transmit,bitrate)
|
|
||||||
{
|
|
||||||
var tool = field.name;
|
|
||||||
var addr = field.value;
|
|
||||||
|
|
||||||
var upload = document.getElementById('iperf-upload');
|
|
||||||
|
|
||||||
if (upload)
|
|
||||||
{
|
|
||||||
upload.innerHTML =
|
|
||||||
'<img src="<%=resource%>/icons/loading.gif" alt="<%:Loading%>" style="vertical-align:middle" /> ' + '<%:Upload%> - ' +
|
|
||||||
'<%:Waiting for command to complete...%>'
|
|
||||||
;
|
|
||||||
|
|
||||||
stxhr.post('<%=url('admin/services/iperf')%>/run_test' + '/' + addr + '/' + proto + '/' + mode + '/upload' + '/' + omit + '/' + parallel + '/' + transmit + '/' + bitrate, { token: '<%=token%>' },
|
|
||||||
function(x)
|
|
||||||
{
|
|
||||||
if (x.responseText)
|
|
||||||
{
|
|
||||||
var response = JSON.parse(x.responseText);
|
|
||||||
if (response.error)
|
|
||||||
{
|
|
||||||
upload.innerHTML = String.format('<%:Upload%> - <pre>%s</pre>', response.error );
|
|
||||||
} else {
|
|
||||||
var sent_speed = (response.end.sum_sent.bits_per_second/1000000);
|
|
||||||
var received_speed = (response.end.sum_received.bits_per_second/1000000);
|
|
||||||
var server = response.start.connecting_to.host;
|
|
||||||
upload.innerHTML = String.format('<pre><%:Upload%> - Server: %s - Sender: %sMb/s - Receiver: %sMb/s</pre>', server, sent_speed.toFixed(2), received_speed.toFixed(2) );
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
upload.innerHTML = '<%:Upload%> - <span class="error"><%:Bad address specified!%></span>';
|
|
||||||
}
|
|
||||||
update_download(field,proto,mode,omit,parallel,transmit,bitrate);
|
|
||||||
}
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
function update_download(field, proto, mode,omit,parallel,transmit,bitrate)
|
|
||||||
{
|
|
||||||
var tool = field.name;
|
|
||||||
var addr = field.value;
|
|
||||||
|
|
||||||
var download = document.getElementById('iperf-download');
|
|
||||||
|
|
||||||
if (download)
|
|
||||||
{
|
|
||||||
download.innerHTML =
|
|
||||||
'<img src="<%=resource%>/icons/loading.gif" alt="<%:Loading%>" style="vertical-align:middle" /> ' + '<%:Download%> - ' +
|
|
||||||
'<%:Waiting for command to complete...%>'
|
|
||||||
;
|
|
||||||
|
|
||||||
stxhr.post('<%=url('admin/services/iperf')%>/run_test' + '/' + addr + '/' + proto + '/' + mode + '/download' + '/' + omit + '/' + parallel + '/' + transmit + '/' + bitrate, { token: '<%=token%>' },
|
|
||||||
function(x)
|
|
||||||
{
|
|
||||||
if (x.responseText)
|
|
||||||
{
|
|
||||||
var response = JSON.parse(x.responseText);
|
|
||||||
if (response.error)
|
|
||||||
{
|
|
||||||
download.innerHTML = String.format('<%:Download%> - <pre>%s</pre>', response.error );
|
|
||||||
} else {
|
|
||||||
var sent_speed = (response.end.sum_sent.bits_per_second/1000000);
|
|
||||||
var received_speed = (response.end.sum_received.bits_per_second/1000000);
|
|
||||||
var server = response.start.connecting_to.host;
|
|
||||||
download.innerHTML = String.format('<pre><%:Download%> - Server: %s - Sender: %sMb/s - Receiver: %sMb/s</pre>', server, sent_speed.toFixed(2), received_speed.toFixed(2) );
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
download.innerHTML = '<%:Download%> - <span class="error"><%:Bad address specified!%></span>';
|
|
||||||
}
|
|
||||||
}
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
//]]></script>
|
|
||||||
|
|
||||||
<% if stderr and #stderr > 0 then %><pre class="error"><%=pcdata(stderr)%></pre><% end %>
|
|
||||||
<form class="inline" method="post" action="<%=url('admin/services/iperf/run_test')%>">
|
|
||||||
<div class="cbi-map">
|
|
||||||
<h2 name="content"><%:iPerf speed tests%></h2>
|
|
||||||
<div class="cbi-map-descr"><%:This iPerf interface is in bêta. No support for this.%></div>
|
|
||||||
<fieldset class="cbi-section" id="networks">
|
|
||||||
<legend><%:Settings%></legend>
|
|
||||||
<div class="cbi-section-descr"></div>
|
|
||||||
<div class="cbi-value">
|
|
||||||
<label class="cbi-value-title"><%:Mode of operation%></label>
|
|
||||||
<div class="cbi-value-field">
|
|
||||||
<select class="cbi-input-select" name="mode">
|
|
||||||
<option value="tcp">TCP</option>
|
|
||||||
<option value="udp">UDP</option>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="cbi-value">
|
|
||||||
<label class="cbi-value-title"><%:Internet protocol%></label>
|
|
||||||
<div class="cbi-value-field">
|
|
||||||
<select class="cbi-input-select" name="proto">
|
|
||||||
<option value="ipv4">IPv4</option>
|
|
||||||
<option value="ipv6">IPv6</option>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="cbi-value">
|
|
||||||
<label class="cbi-value-title"><%:Target bitrate (Mbits/s)%></label>
|
|
||||||
<div class="cbi-value-field">
|
|
||||||
<input name="bitrate" data-type="uinteger" type="text" class="cbi-input-text" value="0"/>
|
|
||||||
<br />
|
|
||||||
<div class="cbi-value-description">
|
|
||||||
<%:0 for unlimited. Need to be limited for UDP test%>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="cbi-value">
|
|
||||||
<label class="cbi-value-title"><%:Number of parallel client streams to run%></label>
|
|
||||||
<div class="cbi-value-field">
|
|
||||||
<input name="parallel" data-type="uinteger" type="text" class="cbi-input-text" value="1"/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="cbi-value">
|
|
||||||
<label class="cbi-value-title"><%:Omit the first n seconds%></label>
|
|
||||||
<div class="cbi-value-field">
|
|
||||||
<input name="omit" data-type="uinteger" type="text" class="cbi-input-text" value="3"/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="cbi-value">
|
|
||||||
<label class="cbi-value-title"><%:Time to transmit for (s)%></label>
|
|
||||||
<div class="cbi-value-field">
|
|
||||||
<input name="transmit" data-type="uinteger" type="text" class="cbi-input-text" value="5"/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="cbi-value">
|
|
||||||
<label class="cbi-value-title"><%:Server%></label>
|
|
||||||
<div class="cbi-value-field">
|
|
||||||
<select class="cbi-input-select" name="addr">
|
|
||||||
<%
|
|
||||||
uci:foreach("iperf","server", function(s)
|
|
||||||
local server = s[".name"]
|
|
||||||
%>
|
|
||||||
<option value="<%=server%>"><%=string.gsub(server,"_","-")%></option>
|
|
||||||
<%
|
|
||||||
end)
|
|
||||||
%>
|
|
||||||
</select>
|
|
||||||
<br />
|
|
||||||
<div class="cbi-value-description">
|
|
||||||
<%:Server VPS IP is bypassed, so this will test only default route speed.%>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<input type="button" value="<%:Test%>" class="cbi-button cbi-button-apply" onclick="update_speed(this.form.addr,this.form.proto.value,this.form.mode.value,this.form.omit.value,this.form.parallel.value,this.form.transmit.value,this.form.bitrate.value)" />
|
|
||||||
</fieldset>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
|
|
||||||
<div class="cbi-section">
|
|
||||||
<span id="iperf-upload"></span>
|
|
||||||
<span id="iperf-download"></span>
|
|
||||||
</div>
|
|
||||||
<%+footer%>
|
|
|
@ -1,108 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"PO-Revision-Date: 2020-08-14 08:04+0000\n"
|
|
||||||
"Last-Translator: Andreas Dorfer <adorferen@gmail.com>\n"
|
|
||||||
"Language-Team: German <http://weblate.openmptcprouter.com/projects/omr/"
|
|
||||||
"luciapplicationsiperf/de/>\n"
|
|
||||||
"Language: de\n"
|
|
||||||
"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.0.4\n"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:128
|
|
||||||
msgid "0 for unlimited. Need to be limited for UDP test"
|
|
||||||
msgstr ""
|
|
||||||
"für 'unbegrenzt' den Wert '0' setzen. (Muss für UDP-Tests eingeschränkt "
|
|
||||||
"werden)"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:48
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:88
|
|
||||||
msgid "Bad address specified!"
|
|
||||||
msgstr "Ungültige Adresse!"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:66
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:78
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:83
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:88
|
|
||||||
msgid "Download"
|
|
||||||
msgstr "Downstream"
|
|
||||||
|
|
||||||
#: luci-app-iperf/root/usr/share/rpcd/acl.d/luci-app-iperf.json:3
|
|
||||||
msgid "Grant UCI access for luci-app-iperf"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:114
|
|
||||||
msgid "Internet protocol"
|
|
||||||
msgstr "Internet-Protokoll"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:26
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:66
|
|
||||||
msgid "Loading"
|
|
||||||
msgstr "Wird geladen"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:105
|
|
||||||
msgid "Mode of operation"
|
|
||||||
msgstr "Betriebsart"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:133
|
|
||||||
msgid "Number of parallel client streams to run"
|
|
||||||
msgstr "Anzahl der parallel zu testenden Verbindungen"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:139
|
|
||||||
msgid "Omit the first n seconds"
|
|
||||||
msgstr "Die ersten n Sekunden nicht berücksichtigen"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:151
|
|
||||||
msgid "Server"
|
|
||||||
msgstr "Server"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:165
|
|
||||||
msgid "Server VPS IP is bypassed, so this will test only default route speed."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:102
|
|
||||||
msgid "Settings"
|
|
||||||
msgstr "Einstellungen"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:123
|
|
||||||
msgid "Target bitrate (Mbits/s)"
|
|
||||||
msgstr "Angestrebte Bandbreite (MBit/s)"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:169
|
|
||||||
msgid "Test"
|
|
||||||
msgstr "Test"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:100
|
|
||||||
msgid "This iPerf interface is in bêta. No support for this."
|
|
||||||
msgstr ""
|
|
||||||
"Diesese Oberfläche für iPerf ist im Beta-Stadium und ohne offiziellen "
|
|
||||||
"Support."
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:145
|
|
||||||
msgid "Time to transmit for (s)"
|
|
||||||
msgstr "Übertragungszeit in Sekunden"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:26
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:38
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:43
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:48
|
|
||||||
msgid "Upload"
|
|
||||||
msgstr "Upstream"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:27
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:67
|
|
||||||
msgid "Waiting for command to complete..."
|
|
||||||
msgstr "Warte auf Abschluss der Aufgaben"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/controller/iperf.lua:8
|
|
||||||
#: luci-app-iperf/root/usr/share/luci/menu.d/luci-app-iperf.json:3
|
|
||||||
msgid "iPerf"
|
|
||||||
msgstr "iPerf"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:99
|
|
||||||
msgid "iPerf speed tests"
|
|
||||||
msgstr "iPerf Geschwindigkeitstests"
|
|
||||||
|
|
||||||
#~ msgid "iperf"
|
|
||||||
#~ msgstr "iperf"
|
|
|
@ -1,100 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"PO-Revision-Date: 2020-08-14 08:04+0000\n"
|
|
||||||
"Last-Translator: Andreas Dorfer <adorferen@gmail.com>\n"
|
|
||||||
"Language-Team: German <http://weblate.openmptcprouter.com/projects/omr/"
|
|
||||||
"luciapplicationsiperf/de/>\n"
|
|
||||||
"Language: de\n"
|
|
||||||
"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.0.4\n"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:128
|
|
||||||
msgid "0 for unlimited. Need to be limited for UDP test"
|
|
||||||
msgstr ""
|
|
||||||
"für 'unbegrenzt' den Wert '0' setzen. (Muss für UDP-Tests eingeschränkt "
|
|
||||||
"werden)"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:48
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:88
|
|
||||||
msgid "Bad address specified!"
|
|
||||||
msgstr "Ungültige Adresse!"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:66
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:78
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:83
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:88
|
|
||||||
msgid "Download"
|
|
||||||
msgstr "Downstream"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:114
|
|
||||||
msgid "Internet protocol"
|
|
||||||
msgstr "Internet-Protokoll"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:26
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:66
|
|
||||||
msgid "Loading"
|
|
||||||
msgstr "Wird geladen"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:105
|
|
||||||
msgid "Mode of operation"
|
|
||||||
msgstr "Betriebsart"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:133
|
|
||||||
msgid "Number of parallel client streams to run"
|
|
||||||
msgstr "Anzahl der parallel zu testenden Verbindungen"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:139
|
|
||||||
msgid "Omit the first n seconds"
|
|
||||||
msgstr "Die ersten n Sekunden nicht berücksichtigen"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:151
|
|
||||||
msgid "Server"
|
|
||||||
msgstr "Server"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:102
|
|
||||||
msgid "Settings"
|
|
||||||
msgstr "Einstellungen"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:123
|
|
||||||
msgid "Target bitrate (Mbits/s)"
|
|
||||||
msgstr "Angestrebte Bandbreite (MBit/s)"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:165
|
|
||||||
msgid "Test"
|
|
||||||
msgstr "Test"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:100
|
|
||||||
msgid "This iPerf interface is in bêta. No support for this."
|
|
||||||
msgstr ""
|
|
||||||
"Diesese Oberfläche für iPerf ist im Beta-Stadium und ohne offiziellen "
|
|
||||||
"Support."
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:145
|
|
||||||
msgid "Time to transmit for (s)"
|
|
||||||
msgstr "Übertragungszeit in Sekunden"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:26
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:38
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:43
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:48
|
|
||||||
msgid "Upload"
|
|
||||||
msgstr "Upstream"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:27
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:67
|
|
||||||
msgid "Waiting for command to complete..."
|
|
||||||
msgstr "Warte auf Abschluss der Aufgaben"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/controller/iperf.lua:8
|
|
||||||
msgid "iPerf"
|
|
||||||
msgstr "iPerf"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:99
|
|
||||||
msgid "iPerf speed tests"
|
|
||||||
msgstr "iPerf Geschwindigkeitstests"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/controller/iperf.lua:7
|
|
||||||
msgid "iperf"
|
|
||||||
msgstr "iperf"
|
|
|
@ -1,109 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: \n"
|
|
||||||
"POT-Creation-Date: \n"
|
|
||||||
"PO-Revision-Date: 2022-02-19 07:53+0000\n"
|
|
||||||
"Last-Translator: Weblate Admin <contact@openmptcprouter.com>\n"
|
|
||||||
"Language-Team: French <http://weblate.openmptcprouter.com/projects/omr/"
|
|
||||||
"luciapplicationsiperf/fr/>\n"
|
|
||||||
"Language: fr\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"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.6.1\n"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:128
|
|
||||||
msgid "0 for unlimited. Need to be limited for UDP test"
|
|
||||||
msgstr "0 pour sans limite. Nécessite d'être limité pour les tests UDP."
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:48
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:88
|
|
||||||
msgid "Bad address specified!"
|
|
||||||
msgstr "Adresse invalide !"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:66
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:78
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:83
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:88
|
|
||||||
msgid "Download"
|
|
||||||
msgstr "Téléchargement"
|
|
||||||
|
|
||||||
#: luci-app-iperf/root/usr/share/rpcd/acl.d/luci-app-iperf.json:3
|
|
||||||
msgid "Grant UCI access for luci-app-iperf"
|
|
||||||
msgstr "Accorder l'accès UCI pour luci-app-iperf"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:114
|
|
||||||
msgid "Internet protocol"
|
|
||||||
msgstr "Protocole Internet"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:26
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:66
|
|
||||||
msgid "Loading"
|
|
||||||
msgstr "Chargement"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:105
|
|
||||||
msgid "Mode of operation"
|
|
||||||
msgstr "Mode de fonctionnement"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:133
|
|
||||||
msgid "Number of parallel client streams to run"
|
|
||||||
msgstr "Nombre de client en parallèle"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:139
|
|
||||||
msgid "Omit the first n seconds"
|
|
||||||
msgstr "Passe les n premières secondes"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:151
|
|
||||||
msgid "Server"
|
|
||||||
msgstr "Serveur"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:165
|
|
||||||
msgid "Server VPS IP is bypassed, so this will test only default route speed."
|
|
||||||
msgstr ""
|
|
||||||
"L'IP du serveur VPS est contournée, donc cela testera uniquement la vitesse "
|
|
||||||
"de route par défaut."
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:102
|
|
||||||
msgid "Settings"
|
|
||||||
msgstr "Paramètres"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:123
|
|
||||||
msgid "Target bitrate (Mbits/s)"
|
|
||||||
msgstr "Vitesse souhaitée (Mbits/s)"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:169
|
|
||||||
msgid "Test"
|
|
||||||
msgstr "Essai"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:100
|
|
||||||
msgid "This iPerf interface is in bêta. No support for this."
|
|
||||||
msgstr "Cette interface pour iPerf est en bêta. Pas de support pour ça."
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:145
|
|
||||||
msgid "Time to transmit for (s)"
|
|
||||||
msgstr "Temps de transmission (s)"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:26
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:38
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:43
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:48
|
|
||||||
msgid "Upload"
|
|
||||||
msgstr "Téléverser"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:27
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:67
|
|
||||||
msgid "Waiting for command to complete..."
|
|
||||||
msgstr "En attente de la réponse de la commande..."
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/controller/iperf.lua:8
|
|
||||||
#: luci-app-iperf/root/usr/share/luci/menu.d/luci-app-iperf.json:3
|
|
||||||
msgid "iPerf"
|
|
||||||
msgstr "iPerf"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:99
|
|
||||||
msgid "iPerf speed tests"
|
|
||||||
msgstr "Tests de vitesse iPerf"
|
|
||||||
|
|
||||||
#~ msgid "iperf"
|
|
||||||
#~ msgstr "iperf"
|
|
|
@ -1,99 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: \n"
|
|
||||||
"POT-Creation-Date: \n"
|
|
||||||
"PO-Revision-Date: 2020-09-30 08:50+0000\n"
|
|
||||||
"Last-Translator: Weblate Admin <contact@openmptcprouter.com>\n"
|
|
||||||
"Language-Team: French <http://weblate.openmptcprouter.com/projects/omr/"
|
|
||||||
"luciapplicationsiperf/fr/>\n"
|
|
||||||
"Language: fr\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"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.0.4\n"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:128
|
|
||||||
msgid "0 for unlimited. Need to be limited for UDP test"
|
|
||||||
msgstr "0 pour sans limite. Nécessite d'être limité pour les tests UDP."
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:48
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:88
|
|
||||||
msgid "Bad address specified!"
|
|
||||||
msgstr "Adresse invalide !"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:66
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:78
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:83
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:88
|
|
||||||
msgid "Download"
|
|
||||||
msgstr "Téléchargement"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:114
|
|
||||||
msgid "Internet protocol"
|
|
||||||
msgstr "Protocole Internet"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:26
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:66
|
|
||||||
msgid "Loading"
|
|
||||||
msgstr "Chargement"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:105
|
|
||||||
msgid "Mode of operation"
|
|
||||||
msgstr "Mode de fonctionnement"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:133
|
|
||||||
msgid "Number of parallel client streams to run"
|
|
||||||
msgstr "Nombre de client en parallèle"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:139
|
|
||||||
msgid "Omit the first n seconds"
|
|
||||||
msgstr "Passe les n premières secondes"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:151
|
|
||||||
msgid "Server"
|
|
||||||
msgstr "Serveur"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:102
|
|
||||||
msgid "Settings"
|
|
||||||
msgstr "Paramètres"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:123
|
|
||||||
msgid "Target bitrate (Mbits/s)"
|
|
||||||
msgstr "Vitesse souhaitée (Mbits/s)"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:165
|
|
||||||
msgid "Test"
|
|
||||||
msgstr "Teste"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:100
|
|
||||||
msgid "This iPerf interface is in bêta. No support for this."
|
|
||||||
msgstr "Cette interface pour iPerf est en bêta. Pas de support pour ça."
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:145
|
|
||||||
msgid "Time to transmit for (s)"
|
|
||||||
msgstr "Temps de transmission (s)"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:26
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:38
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:43
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:48
|
|
||||||
msgid "Upload"
|
|
||||||
msgstr "Envoie"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:27
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:67
|
|
||||||
msgid "Waiting for command to complete..."
|
|
||||||
msgstr "En attente de la réponse de la commande..."
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/controller/iperf.lua:8
|
|
||||||
msgid "iPerf"
|
|
||||||
msgstr "iPerf"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:99
|
|
||||||
msgid "iPerf speed tests"
|
|
||||||
msgstr "Tests de vitesse iPerf"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/controller/iperf.lua:7
|
|
||||||
msgid "iperf"
|
|
||||||
msgstr "iperf"
|
|
|
@ -1,104 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"PO-Revision-Date: 2020-09-21 12:51+0000\n"
|
|
||||||
"Last-Translator: Weblate Admin <contact@openmptcprouter.com>\n"
|
|
||||||
"Language-Team: Italian <http://weblate.openmptcprouter.com/projects/omr/"
|
|
||||||
"luciapplicationsiperf/it/>\n"
|
|
||||||
"Language: it\n"
|
|
||||||
"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.0.4\n"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:128
|
|
||||||
msgid "0 for unlimited. Need to be limited for UDP test"
|
|
||||||
msgstr "0 per illimitato. Deve essere limitato per il test UDP"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:48
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:88
|
|
||||||
msgid "Bad address specified!"
|
|
||||||
msgstr "È stato specificato un indirizzo errato!"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:66
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:78
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:83
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:88
|
|
||||||
msgid "Download"
|
|
||||||
msgstr "Scarica"
|
|
||||||
|
|
||||||
#: luci-app-iperf/root/usr/share/rpcd/acl.d/luci-app-iperf.json:3
|
|
||||||
msgid "Grant UCI access for luci-app-iperf"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:114
|
|
||||||
msgid "Internet protocol"
|
|
||||||
msgstr "Internet Protocol (Protocollo Internet)"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:26
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:66
|
|
||||||
msgid "Loading"
|
|
||||||
msgstr "Caricamento in corso"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:105
|
|
||||||
msgid "Mode of operation"
|
|
||||||
msgstr "Modalità di funzionamento"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:133
|
|
||||||
msgid "Number of parallel client streams to run"
|
|
||||||
msgstr "Numero di flussi client paralleli da eseguire"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:139
|
|
||||||
msgid "Omit the first n seconds"
|
|
||||||
msgstr "Ometti i primi n secondi"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:151
|
|
||||||
msgid "Server"
|
|
||||||
msgstr "Server"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:165
|
|
||||||
msgid "Server VPS IP is bypassed, so this will test only default route speed."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:102
|
|
||||||
msgid "Settings"
|
|
||||||
msgstr "Impostazioni"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:123
|
|
||||||
msgid "Target bitrate (Mbits/s)"
|
|
||||||
msgstr "Bitrate desiderato (Mbits/s)"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:169
|
|
||||||
msgid "Test"
|
|
||||||
msgstr "Test"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:100
|
|
||||||
msgid "This iPerf interface is in bêta. No support for this."
|
|
||||||
msgstr "Questa interfaccia iPerf è in bêta."
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:145
|
|
||||||
msgid "Time to transmit for (s)"
|
|
||||||
msgstr "È ora di trasmettere per (s)"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:26
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:38
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:43
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:48
|
|
||||||
msgid "Upload"
|
|
||||||
msgstr "Carica"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:27
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:67
|
|
||||||
msgid "Waiting for command to complete..."
|
|
||||||
msgstr "In attesa del completamento del comando ..."
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/controller/iperf.lua:8
|
|
||||||
#: luci-app-iperf/root/usr/share/luci/menu.d/luci-app-iperf.json:3
|
|
||||||
msgid "iPerf"
|
|
||||||
msgstr "iPerf"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:99
|
|
||||||
msgid "iPerf speed tests"
|
|
||||||
msgstr "Prove di velocità iPerf"
|
|
||||||
|
|
||||||
#~ msgid "iperf"
|
|
||||||
#~ msgstr "iPerf"
|
|
|
@ -1,96 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"PO-Revision-Date: 2020-09-21 12:51+0000\n"
|
|
||||||
"Last-Translator: Weblate Admin <contact@openmptcprouter.com>\n"
|
|
||||||
"Language-Team: Italian <http://weblate.openmptcprouter.com/projects/omr/"
|
|
||||||
"luciapplicationsiperf/it/>\n"
|
|
||||||
"Language: it\n"
|
|
||||||
"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.0.4\n"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:128
|
|
||||||
msgid "0 for unlimited. Need to be limited for UDP test"
|
|
||||||
msgstr "0 per illimitato. Deve essere limitato per il test UDP"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:48
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:88
|
|
||||||
msgid "Bad address specified!"
|
|
||||||
msgstr "È stato specificato un indirizzo errato!"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:66
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:78
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:83
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:88
|
|
||||||
msgid "Download"
|
|
||||||
msgstr "Scarica"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:114
|
|
||||||
msgid "Internet protocol"
|
|
||||||
msgstr "Internet Protocol (Protocollo Internet)"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:26
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:66
|
|
||||||
msgid "Loading"
|
|
||||||
msgstr "Caricamento in corso"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:105
|
|
||||||
msgid "Mode of operation"
|
|
||||||
msgstr "Modalità di funzionamento"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:133
|
|
||||||
msgid "Number of parallel client streams to run"
|
|
||||||
msgstr "Numero di flussi client paralleli da eseguire"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:139
|
|
||||||
msgid "Omit the first n seconds"
|
|
||||||
msgstr "Ometti i primi n secondi"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:151
|
|
||||||
msgid "Server"
|
|
||||||
msgstr "Server"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:102
|
|
||||||
msgid "Settings"
|
|
||||||
msgstr "Impostazioni"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:123
|
|
||||||
msgid "Target bitrate (Mbits/s)"
|
|
||||||
msgstr "Bitrate desiderato (Mbits/s)"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:165
|
|
||||||
msgid "Test"
|
|
||||||
msgstr "Test"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:100
|
|
||||||
msgid "This iPerf interface is in bêta. No support for this."
|
|
||||||
msgstr "Questa interfaccia iPerf è in bêta."
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:145
|
|
||||||
msgid "Time to transmit for (s)"
|
|
||||||
msgstr "È ora di trasmettere per (s)"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:26
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:38
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:43
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:48
|
|
||||||
msgid "Upload"
|
|
||||||
msgstr "Carica"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:27
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:67
|
|
||||||
msgid "Waiting for command to complete..."
|
|
||||||
msgstr "In attesa del completamento del comando ..."
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/controller/iperf.lua:8
|
|
||||||
msgid "iPerf"
|
|
||||||
msgstr "iPerf"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:99
|
|
||||||
msgid "iPerf speed tests"
|
|
||||||
msgstr "Prove di velocità iPerf"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/controller/iperf.lua:7
|
|
||||||
msgid "iperf"
|
|
||||||
msgstr "iPerf"
|
|
|
@ -1,104 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"PO-Revision-Date: 2020-08-21 20:21+0000\n"
|
|
||||||
"Last-Translator: Quentin PAGÈS <githubou@quentino.fr>\n"
|
|
||||||
"Language-Team: Occitan <http://weblate.openmptcprouter.com/projects/omr/"
|
|
||||||
"luciapplicationsiperf/oc/>\n"
|
|
||||||
"Language: oc\n"
|
|
||||||
"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.0.4\n"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:128
|
|
||||||
msgid "0 for unlimited. Need to be limited for UDP test"
|
|
||||||
msgstr "0 per cap de limit. Requerís un limit pels ensages UDP"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:48
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:88
|
|
||||||
msgid "Bad address specified!"
|
|
||||||
msgstr "Adreça invalida !"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:66
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:78
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:83
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:88
|
|
||||||
msgid "Download"
|
|
||||||
msgstr "Telecargament"
|
|
||||||
|
|
||||||
#: luci-app-iperf/root/usr/share/rpcd/acl.d/luci-app-iperf.json:3
|
|
||||||
msgid "Grant UCI access for luci-app-iperf"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:114
|
|
||||||
msgid "Internet protocol"
|
|
||||||
msgstr "Protocòl Internet"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:26
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:66
|
|
||||||
msgid "Loading"
|
|
||||||
msgstr "Cargament"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:105
|
|
||||||
msgid "Mode of operation"
|
|
||||||
msgstr "Mòde de foncionament"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:133
|
|
||||||
msgid "Number of parallel client streams to run"
|
|
||||||
msgstr "Nombre de clients en parallèl"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:139
|
|
||||||
msgid "Omit the first n seconds"
|
|
||||||
msgstr "Sautar las primièras n segondas"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:151
|
|
||||||
msgid "Server"
|
|
||||||
msgstr "Servidor"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:165
|
|
||||||
msgid "Server VPS IP is bypassed, so this will test only default route speed."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:102
|
|
||||||
msgid "Settings"
|
|
||||||
msgstr "Paramètres"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:123
|
|
||||||
msgid "Target bitrate (Mbits/s)"
|
|
||||||
msgstr "Velocitat desirada (Mbits/s)"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:169
|
|
||||||
msgid "Test"
|
|
||||||
msgstr "Pròva"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:100
|
|
||||||
msgid "This iPerf interface is in bêta. No support for this."
|
|
||||||
msgstr "Aquesta interfàcia per iPerf es en beta. Cap de support per aquò."
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:145
|
|
||||||
msgid "Time to transmit for (s)"
|
|
||||||
msgstr "Temps de transmission (s)"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:26
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:38
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:43
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:48
|
|
||||||
msgid "Upload"
|
|
||||||
msgstr "Mandadís"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:27
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:67
|
|
||||||
msgid "Waiting for command to complete..."
|
|
||||||
msgstr "En espèra d’una responsa de la comanda..."
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/controller/iperf.lua:8
|
|
||||||
#: luci-app-iperf/root/usr/share/luci/menu.d/luci-app-iperf.json:3
|
|
||||||
msgid "iPerf"
|
|
||||||
msgstr "iPerf"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:99
|
|
||||||
msgid "iPerf speed tests"
|
|
||||||
msgstr "Pròva de velocitat iPerf"
|
|
||||||
|
|
||||||
#~ msgid "iperf"
|
|
||||||
#~ msgstr "iperf"
|
|
|
@ -1,96 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"PO-Revision-Date: 2020-08-21 20:21+0000\n"
|
|
||||||
"Last-Translator: Quentin PAGÈS <githubou@quentino.fr>\n"
|
|
||||||
"Language-Team: Occitan <http://weblate.openmptcprouter.com/projects/omr/"
|
|
||||||
"luciapplicationsiperf/oc/>\n"
|
|
||||||
"Language: oc\n"
|
|
||||||
"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.0.4\n"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:128
|
|
||||||
msgid "0 for unlimited. Need to be limited for UDP test"
|
|
||||||
msgstr "0 per cap de limit. Requerís un limit pels ensages UDP"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:48
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:88
|
|
||||||
msgid "Bad address specified!"
|
|
||||||
msgstr "Adreça invalida !"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:66
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:78
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:83
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:88
|
|
||||||
msgid "Download"
|
|
||||||
msgstr "Telecargament"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:114
|
|
||||||
msgid "Internet protocol"
|
|
||||||
msgstr "Protocòl Internet"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:26
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:66
|
|
||||||
msgid "Loading"
|
|
||||||
msgstr "Cargament"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:105
|
|
||||||
msgid "Mode of operation"
|
|
||||||
msgstr "Mòde de foncionament"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:133
|
|
||||||
msgid "Number of parallel client streams to run"
|
|
||||||
msgstr "Nombre de clients en parallèl"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:139
|
|
||||||
msgid "Omit the first n seconds"
|
|
||||||
msgstr "Sautar las primièras n segondas"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:151
|
|
||||||
msgid "Server"
|
|
||||||
msgstr "Servidor"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:102
|
|
||||||
msgid "Settings"
|
|
||||||
msgstr "Paramètres"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:123
|
|
||||||
msgid "Target bitrate (Mbits/s)"
|
|
||||||
msgstr "Velocitat desirada (Mbits/s)"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:165
|
|
||||||
msgid "Test"
|
|
||||||
msgstr "Pròva"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:100
|
|
||||||
msgid "This iPerf interface is in bêta. No support for this."
|
|
||||||
msgstr "Aquesta interfàcia per iPerf es en beta. Cap de support per aquò."
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:145
|
|
||||||
msgid "Time to transmit for (s)"
|
|
||||||
msgstr "Temps de transmission (s)"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:26
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:38
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:43
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:48
|
|
||||||
msgid "Upload"
|
|
||||||
msgstr "Mandadís"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:27
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:67
|
|
||||||
msgid "Waiting for command to complete..."
|
|
||||||
msgstr "En espèra d’una responsa de la comanda..."
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/controller/iperf.lua:8
|
|
||||||
msgid "iPerf"
|
|
||||||
msgstr "iPerf"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:99
|
|
||||||
msgid "iPerf speed tests"
|
|
||||||
msgstr "Pròva de velocitat iPerf"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/controller/iperf.lua:7
|
|
||||||
msgid "iperf"
|
|
||||||
msgstr "iperf"
|
|
|
@ -1,104 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"PO-Revision-Date: 2021-06-16 10:51+0000\n"
|
|
||||||
"Last-Translator: Dmitry Galenko <d@monteops.com>\n"
|
|
||||||
"Language-Team: Russian <http://weblate.openmptcprouter.com/projects/omr/"
|
|
||||||
"luciapplicationsiperf/ru/>\n"
|
|
||||||
"Language: ru\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"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.6.1\n"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:128
|
|
||||||
msgid "0 for unlimited. Need to be limited for UDP test"
|
|
||||||
msgstr "0 - без ограничений. Для теста UDP число должно быть больше 0"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:48
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:88
|
|
||||||
msgid "Bad address specified!"
|
|
||||||
msgstr "Указан не правильный адрес!"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:66
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:78
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:83
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:88
|
|
||||||
msgid "Download"
|
|
||||||
msgstr "Получение"
|
|
||||||
|
|
||||||
#: luci-app-iperf/root/usr/share/rpcd/acl.d/luci-app-iperf.json:3
|
|
||||||
msgid "Grant UCI access for luci-app-iperf"
|
|
||||||
msgstr "Разрешить доступ к UCI для luci-app-iperf"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:114
|
|
||||||
msgid "Internet protocol"
|
|
||||||
msgstr "Интернет протокол"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:26
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:66
|
|
||||||
msgid "Loading"
|
|
||||||
msgstr "Загрузка"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:105
|
|
||||||
msgid "Mode of operation"
|
|
||||||
msgstr "Режим работы"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:133
|
|
||||||
msgid "Number of parallel client streams to run"
|
|
||||||
msgstr "Количество параллельных потоковых клиентов"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:139
|
|
||||||
msgid "Omit the first n seconds"
|
|
||||||
msgstr "Пропустить первые n секунд"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:151
|
|
||||||
msgid "Server"
|
|
||||||
msgstr "Сервер"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:165
|
|
||||||
msgid "Server VPS IP is bypassed, so this will test only default route speed."
|
|
||||||
msgstr ""
|
|
||||||
"Включен режим байпаса для IP VPS, будет проверена скорость только маршрута "
|
|
||||||
"по умолчанию."
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:102
|
|
||||||
msgid "Settings"
|
|
||||||
msgstr "Настройки"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:123
|
|
||||||
msgid "Target bitrate (Mbits/s)"
|
|
||||||
msgstr "Целевой битрейт (Mbits/s)"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:169
|
|
||||||
msgid "Test"
|
|
||||||
msgstr "Тест"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:100
|
|
||||||
msgid "This iPerf interface is in bêta. No support for this."
|
|
||||||
msgstr "Этот iPerf interface в режиме beta. Недоступно."
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:145
|
|
||||||
msgid "Time to transmit for (s)"
|
|
||||||
msgstr "Время передачи (s)"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:26
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:38
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:43
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:48
|
|
||||||
msgid "Upload"
|
|
||||||
msgstr "Отправка"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:27
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:67
|
|
||||||
msgid "Waiting for command to complete..."
|
|
||||||
msgstr "Ожидание завершения команды..."
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/controller/iperf.lua:8
|
|
||||||
#: luci-app-iperf/root/usr/share/luci/menu.d/luci-app-iperf.json:3
|
|
||||||
msgid "iPerf"
|
|
||||||
msgstr "iPerf"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:99
|
|
||||||
msgid "iPerf speed tests"
|
|
||||||
msgstr "iPerf тест скорости"
|
|
|
@ -1,92 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr "Content-Type: text/plain; charset=UTF-8"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:128
|
|
||||||
msgid "0 for unlimited. Need to be limited for UDP test"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:48
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:88
|
|
||||||
msgid "Bad address specified!"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:66
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:78
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:83
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:88
|
|
||||||
msgid "Download"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: luci-app-iperf/root/usr/share/rpcd/acl.d/luci-app-iperf.json:3
|
|
||||||
msgid "Grant UCI access for luci-app-iperf"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:114
|
|
||||||
msgid "Internet protocol"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:26
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:66
|
|
||||||
msgid "Loading"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:105
|
|
||||||
msgid "Mode of operation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:133
|
|
||||||
msgid "Number of parallel client streams to run"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:139
|
|
||||||
msgid "Omit the first n seconds"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:151
|
|
||||||
msgid "Server"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:165
|
|
||||||
msgid "Server VPS IP is bypassed, so this will test only default route speed."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:102
|
|
||||||
msgid "Settings"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:123
|
|
||||||
msgid "Target bitrate (Mbits/s)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:169
|
|
||||||
msgid "Test"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:100
|
|
||||||
msgid "This iPerf interface is in bêta. No support for this."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:145
|
|
||||||
msgid "Time to transmit for (s)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:26
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:38
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:43
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:48
|
|
||||||
msgid "Upload"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:27
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:67
|
|
||||||
msgid "Waiting for command to complete..."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/controller/iperf.lua:8
|
|
||||||
#: luci-app-iperf/root/usr/share/luci/menu.d/luci-app-iperf.json:3
|
|
||||||
msgid "iPerf"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:99
|
|
||||||
msgid "iPerf speed tests"
|
|
||||||
msgstr ""
|
|
|
@ -1,104 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"PO-Revision-Date: 2021-05-13 21:38+0000\n"
|
|
||||||
"Last-Translator: justbin <419989953@qq.com>\n"
|
|
||||||
"Language-Team: Chinese (Simplified) <http://weblate.openmptcprouter.com/"
|
|
||||||
"projects/omr/luciapplicationsiperf/zh_Hans/>\n"
|
|
||||||
"Language: zh_Hans\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
||||||
"X-Generator: Weblate 4.6.1\n"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:128
|
|
||||||
msgid "0 for unlimited. Need to be limited for UDP test"
|
|
||||||
msgstr "0代表无限.需要限制UDP测试"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:48
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:88
|
|
||||||
msgid "Bad address specified!"
|
|
||||||
msgstr "指定地址错误!"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:66
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:78
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:83
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:88
|
|
||||||
msgid "Download"
|
|
||||||
msgstr "下载"
|
|
||||||
|
|
||||||
#: luci-app-iperf/root/usr/share/rpcd/acl.d/luci-app-iperf.json:3
|
|
||||||
msgid "Grant UCI access for luci-app-iperf"
|
|
||||||
msgstr "授予luci-app-iperf UCI访问权限"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:114
|
|
||||||
msgid "Internet protocol"
|
|
||||||
msgstr "互联网协议"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:26
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:66
|
|
||||||
msgid "Loading"
|
|
||||||
msgstr "载入中"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:105
|
|
||||||
msgid "Mode of operation"
|
|
||||||
msgstr "操作模式"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:133
|
|
||||||
msgid "Number of parallel client streams to run"
|
|
||||||
msgstr "要运行的并行客户端流的数量"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:139
|
|
||||||
msgid "Omit the first n seconds"
|
|
||||||
msgstr "忽略前n秒"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:151
|
|
||||||
msgid "Server"
|
|
||||||
msgstr "服务器"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:165
|
|
||||||
msgid "Server VPS IP is bypassed, so this will test only default route speed."
|
|
||||||
msgstr "VPS IP被绕过,因此这将只测试默认的路由速度。"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:102
|
|
||||||
msgid "Settings"
|
|
||||||
msgstr "设置"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:123
|
|
||||||
msgid "Target bitrate (Mbits/s)"
|
|
||||||
msgstr "目标比特率(Mbits/s)"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:169
|
|
||||||
msgid "Test"
|
|
||||||
msgstr "测试"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:100
|
|
||||||
msgid "This iPerf interface is in bêta. No support for this."
|
|
||||||
msgstr "此iPerf界面位于测试中.对此不支持."
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:145
|
|
||||||
msgid "Time to transmit for (s)"
|
|
||||||
msgstr "传输时间 (秒)"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:26
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:38
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:43
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:48
|
|
||||||
msgid "Upload"
|
|
||||||
msgstr "上传"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:27
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:67
|
|
||||||
msgid "Waiting for command to complete..."
|
|
||||||
msgstr "等待命令完成..."
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/controller/iperf.lua:8
|
|
||||||
#: luci-app-iperf/root/usr/share/luci/menu.d/luci-app-iperf.json:3
|
|
||||||
msgid "iPerf"
|
|
||||||
msgstr "iPerf测速"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:99
|
|
||||||
msgid "iPerf speed tests"
|
|
||||||
msgstr "iPerf速度测试"
|
|
||||||
|
|
||||||
#~ msgid "iperf"
|
|
||||||
#~ msgstr "iperf测速"
|
|
|
@ -1,96 +0,0 @@
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"PO-Revision-Date: 2021-04-30 16:03+0000\n"
|
|
||||||
"Last-Translator: niergouge <1150108426@qq.com>\n"
|
|
||||||
"Language-Team: Chinese (Simplified) <http://weblate.openmptcprouter.com/"
|
|
||||||
"projects/omr/luciapplicationsiperf/zh_Hans/>\n"
|
|
||||||
"Language: zh_Hans\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
||||||
"X-Generator: Weblate 4.5.2\n"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:128
|
|
||||||
msgid "0 for unlimited. Need to be limited for UDP test"
|
|
||||||
msgstr "0代表无限.需要限制UDP测试"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:48
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:88
|
|
||||||
msgid "Bad address specified!"
|
|
||||||
msgstr "指定地址错误!"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:66
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:78
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:83
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:88
|
|
||||||
msgid "Download"
|
|
||||||
msgstr "下载"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:114
|
|
||||||
msgid "Internet protocol"
|
|
||||||
msgstr "互联网协议"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:26
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:66
|
|
||||||
msgid "Loading"
|
|
||||||
msgstr "载入中"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:105
|
|
||||||
msgid "Mode of operation"
|
|
||||||
msgstr "操作模式"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:133
|
|
||||||
msgid "Number of parallel client streams to run"
|
|
||||||
msgstr "要运行的并行客户端流的数量"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:139
|
|
||||||
msgid "Omit the first n seconds"
|
|
||||||
msgstr "忽略前n秒"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:151
|
|
||||||
msgid "Server"
|
|
||||||
msgstr "服务器"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:102
|
|
||||||
msgid "Settings"
|
|
||||||
msgstr "设置"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:123
|
|
||||||
msgid "Target bitrate (Mbits/s)"
|
|
||||||
msgstr "目标比特率(Mbits/s)"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:165
|
|
||||||
msgid "Test"
|
|
||||||
msgstr "测试"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:100
|
|
||||||
msgid "This iPerf interface is in bêta. No support for this."
|
|
||||||
msgstr "此iPerf界面位于测试中.对此不支持."
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:145
|
|
||||||
msgid "Time to transmit for (s)"
|
|
||||||
msgstr "传输时间 (秒)"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:26
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:38
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:43
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:48
|
|
||||||
msgid "Upload"
|
|
||||||
msgstr "上传"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:27
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:67
|
|
||||||
msgid "Waiting for command to complete..."
|
|
||||||
msgstr "等待命令完成..."
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/controller/iperf.lua:8
|
|
||||||
msgid "iPerf"
|
|
||||||
msgstr "iPerf测速"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/view/iperf/test.htm:99
|
|
||||||
msgid "iPerf speed tests"
|
|
||||||
msgstr "iPerf速度测试"
|
|
||||||
|
|
||||||
#: luci-app-iperf/luasrc/controller/iperf.lua:7
|
|
||||||
msgid "iperf"
|
|
||||||
msgstr "iperf测速"
|
|
|
@ -1,96 +0,0 @@
|
||||||
config server 'bouygues'
|
|
||||||
option host 'bouygues.iperf.fr'
|
|
||||||
option ipv4 '1'
|
|
||||||
option ipv6 '1'
|
|
||||||
option speed '10000'
|
|
||||||
option ports '5200,5201,5202,5203,5204,5205,5206,5207,5208,5209'
|
|
||||||
option tcp '1'
|
|
||||||
option udp '0'
|
|
||||||
option location 'Europe'
|
|
||||||
|
|
||||||
config server 'online_ipv4'
|
|
||||||
option host 'ping.online.net'
|
|
||||||
option ipv4 '1'
|
|
||||||
option ipv6 '0'
|
|
||||||
option speed '10000'
|
|
||||||
option ports '5200,5201,5202,5203,5204,5205,5206,5207,5208,5209'
|
|
||||||
option tcp '1'
|
|
||||||
option udp '1'
|
|
||||||
option location 'Europe'
|
|
||||||
|
|
||||||
config server 'online_ipv6'
|
|
||||||
option host 'ping.online.net'
|
|
||||||
option ipv4 '0'
|
|
||||||
option ipv6 '1'
|
|
||||||
option speed '10000'
|
|
||||||
option ports '5200,5201,5202,5203,5204,5205,5206,5207,5208,5209'
|
|
||||||
option tcp '1'
|
|
||||||
option udp '1'
|
|
||||||
option location 'Europe'
|
|
||||||
|
|
||||||
config server 'serverius'
|
|
||||||
option host 'speedtest.serverius.net'
|
|
||||||
option ipv4 '1'
|
|
||||||
option ipv6 '1'
|
|
||||||
option speed '10000'
|
|
||||||
option ports '5002'
|
|
||||||
option tcp '1'
|
|
||||||
option udp '1'
|
|
||||||
option location 'Europe'
|
|
||||||
|
|
||||||
config server 'eenet'
|
|
||||||
option host 'iperf.eenet.ee'
|
|
||||||
option ipv4 '1'
|
|
||||||
option ipv6 '0'
|
|
||||||
option ports '5201'
|
|
||||||
option tcp '1'
|
|
||||||
option udp '1'
|
|
||||||
option location 'Europe'
|
|
||||||
|
|
||||||
config server 'volia'
|
|
||||||
option host 'iperf.volia.net'
|
|
||||||
option ipv4 '1'
|
|
||||||
option ipv6 '0'
|
|
||||||
option ports '5201'
|
|
||||||
option tcp '1'
|
|
||||||
option udp '1'
|
|
||||||
option location 'Europe'
|
|
||||||
|
|
||||||
config server 'it_north'
|
|
||||||
option host 'iperf.it-north.net'
|
|
||||||
option ipv4 '1'
|
|
||||||
option ipv6 '0'
|
|
||||||
option speed '1000'
|
|
||||||
option ports '5200,5201,5202,5203,5204,5205,5206,5207,5208,5209'
|
|
||||||
option tcp '1'
|
|
||||||
option udp '1'
|
|
||||||
option location 'Asia'
|
|
||||||
|
|
||||||
config server 'biznet'
|
|
||||||
option host 'iperf.biznetnetworkds.com'
|
|
||||||
option ipv4 '1'
|
|
||||||
option ipv6 '1'
|
|
||||||
option speed '1000'
|
|
||||||
option ports '5201,5202,5203'
|
|
||||||
option tcp '1'
|
|
||||||
option udp '0'
|
|
||||||
option location 'Asia'
|
|
||||||
|
|
||||||
config server 'scottlinux'
|
|
||||||
option host 'iperf.scottlinux.com'
|
|
||||||
option ipv4 '1'
|
|
||||||
option ipv6 '1'
|
|
||||||
option speed '1000'
|
|
||||||
option ports '5201'
|
|
||||||
option tcp '1'
|
|
||||||
option udp '1'
|
|
||||||
option location 'America'
|
|
||||||
|
|
||||||
config server 'he'
|
|
||||||
option host 'iperf.he.net'
|
|
||||||
option ipv4 '1'
|
|
||||||
option ipv6 '1'
|
|
||||||
option ports '5201'
|
|
||||||
option tcp '1'
|
|
||||||
option udp '1'
|
|
||||||
option location 'America'
|
|
|
@ -1,13 +0,0 @@
|
||||||
{
|
|
||||||
"admin/services/iperf": {
|
|
||||||
"title": "iPerf",
|
|
||||||
"order": 10,
|
|
||||||
"action": {
|
|
||||||
"type": "template",
|
|
||||||
"path": "iperf/test"
|
|
||||||
},
|
|
||||||
"depends": {
|
|
||||||
"acl": [ "luci-app-iperf" ]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,11 +0,0 @@
|
||||||
{
|
|
||||||
"luci-app-iperf": {
|
|
||||||
"description": "Grant UCI access for luci-app-iperf",
|
|
||||||
"read": {
|
|
||||||
"uci": [ "iperf" ]
|
|
||||||
},
|
|
||||||
"write": {
|
|
||||||
"uci": [ "iperf" ]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -76,7 +76,7 @@ MY_DEPENDS := \
|
||||||
!TARGET_mvebu:kmod-usb-net-huawei-cdc-ncm !TARGET_mvebu:kmod-usb-net-rndis !TARGET_mvebu:kmod-usb-net-cdc-ether !TARGET_mvebu:kmod-usb-net-ipheth !TARGET_mvebu:usbmuxd \
|
!TARGET_mvebu:kmod-usb-net-huawei-cdc-ncm !TARGET_mvebu:kmod-usb-net-rndis !TARGET_mvebu:kmod-usb-net-cdc-ether !TARGET_mvebu:kmod-usb-net-ipheth !TARGET_mvebu:usbmuxd \
|
||||||
kmod-rt2800-usb kmod-rtl8xxxu kmod-rtl8192cu kmod-net-rtl8192su kmod-rtl8812au-ct \
|
kmod-rt2800-usb kmod-rtl8xxxu kmod-rtl8192cu kmod-net-rtl8192su kmod-rtl8812au-ct \
|
||||||
!TARGET_mvebu:luci-proto-qmi wpad-basic kmod-mt7601u kmod-rtl8187 TARGET_r4s:kmod-r8168 (TARGET_x86||TARGET_x86_64):kmod-usb-net-rtl8152 \
|
!TARGET_mvebu:luci-proto-qmi wpad-basic kmod-mt7601u kmod-rtl8187 TARGET_r4s:kmod-r8168 (TARGET_x86||TARGET_x86_64):kmod-usb-net-rtl8152 \
|
||||||
luci-app-mlvpn mlvpn 464xlat !TARGET_mvebu:kmod-usb-net-smsc75xx kmod-zram kmod-swconfig swconfig kmod-ipt-nat luci-app-https-dns-proxy kmod-tcp-nanqinlang (TARGET_x86_64||aarch64):kmod-tcp-bbr2 iptables-mod-ipopt igmpproxy ss iptraf-ng \
|
luci-app-mlvpn mlvpn 464xlat !TARGET_mvebu:kmod-usb-net-smsc75xx kmod-zram kmod-swconfig swconfig kmod-ipt-nat kmod-tcp-nanqinlang (TARGET_x86_64||aarch64):kmod-tcp-bbr2 iptables-mod-ipopt igmpproxy ss iptraf-ng \
|
||||||
luci-app-acl block-mount blockd fstools luci-app-shutdown libwebp luci-proto-gre tcptraceroute luci-proto-mbim kmod-rtl8xxxu kmod-ath9k-htc luci-app-ttyd luci-mod-dashboard (TARGET_x86||TARGET_x86_64):rtl8192eu-firmware kmod-usb2 libustream-openssl (TARGET_x86||TARGET_x86_64):kmod-ixgbevf (TARGET_x86||TARGET_x86_64):kmod-igbvf \
|
luci-app-acl block-mount blockd fstools luci-app-shutdown libwebp luci-proto-gre tcptraceroute luci-proto-mbim kmod-rtl8xxxu kmod-ath9k-htc luci-app-ttyd luci-mod-dashboard (TARGET_x86||TARGET_x86_64):rtl8192eu-firmware kmod-usb2 libustream-openssl (TARGET_x86||TARGET_x86_64):kmod-ixgbevf (TARGET_x86||TARGET_x86_64):kmod-igbvf \
|
||||||
hwinfo (TARGET_x86||TARGET_x86_64):dmidecode luci-app-packet-capture kmod-bonding luci-proto-bonding luci-app-sysupgrade \
|
hwinfo (TARGET_x86||TARGET_x86_64):dmidecode luci-app-packet-capture kmod-bonding luci-proto-bonding luci-app-sysupgrade \
|
||||||
luci-theme-openwrt-2020 luci-proto-wireguard luci-app-wireguard (TARGET_x86||TARGET_x86_64):kmod-r8125 TARGET_x86_64:kmod-atlantic \
|
luci-theme-openwrt-2020 luci-proto-wireguard luci-app-wireguard (TARGET_x86||TARGET_x86_64):kmod-r8125 TARGET_x86_64:kmod-atlantic \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue