treewide: sync i18n translations
Sync translations. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
parent
8b7c47fcdd
commit
cd3d614c56
44 changed files with 8014 additions and 6687 deletions
|
@ -394,131 +394,10 @@ msgstr ""
|
|||
msgid "frp Client"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26
|
||||
msgid ""
|
||||
"AdminAddr specifies the address that the admin server binds to.<br>By "
|
||||
"default, this value is \"127.0.0.1\"."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27
|
||||
msgid ""
|
||||
"AdminPort specifies the port for the admin server to listen on. If this "
|
||||
"value is 0, the admin server will not be started.<br>By default, this value "
|
||||
"is 0."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
|
||||
msgid ""
|
||||
"AdminPwd specifies the password that the admin server will use for login."
|
||||
"<br>By default, this value is \"admin\"."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
|
||||
msgid ""
|
||||
"AdminUser specifies the username that the admin server will use for login."
|
||||
"<br>By default, this value is \"admin\"."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30
|
||||
msgid ""
|
||||
"AssetsDir specifies the local directory that the admin server will load "
|
||||
"resources from. If this value is \"\", assets will be loaded from the "
|
||||
"bundled executable using statik.<br>By default, this value is \"\"."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36
|
||||
msgid ""
|
||||
"HeartBeatInterval specifies at what interval heartbeats are sent to the "
|
||||
"server, in seconds. It is not recommended to change this value.<br>By "
|
||||
"default, this value is 30."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:37
|
||||
msgid ""
|
||||
"HeartBeatTimeout specifies the maximum allowed heartbeat response delay "
|
||||
"before the connection is terminated, in seconds. It is not recommended to "
|
||||
"change this value.<br>By default, this value is 90."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22
|
||||
msgid ""
|
||||
"HttpProxy specifies a proxy address to connect to the server through. If "
|
||||
"this value is \"\", the server will be connected to directly.<br>By default, "
|
||||
"this value is read from the \"http_proxy\" environment variable."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23
|
||||
msgid ""
|
||||
"LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug"
|
||||
"\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"."
|
||||
msgstr ""
|
||||
"LogLevel সর্বনিম্ন লগ লেভেল নির্দিষ্ট করে। বৈধ মান হল \"trace\", \"debug\", "
|
||||
"\"info\", \"warn\" এবং \"error\"।<br>ডিফল্টরূপে, এই মান হল \"info\"।"
|
||||
|
||||
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33
|
||||
msgid ""
|
||||
"LoginFailExit controls whether or not the client should exit after a failed "
|
||||
"login attempt. If false, the client will retry until a login attempt "
|
||||
"succeeds.<br>By default, this value is true."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34
|
||||
msgid ""
|
||||
"Protocol specifies the protocol to use when interacting with the server. "
|
||||
"Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this "
|
||||
"value is \"tcp\"."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42
|
||||
msgid ""
|
||||
"ProxyType specifies the type of this proxy. Valid values include \"tcp\", "
|
||||
"\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this "
|
||||
"value is \"tcp\"."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
|
||||
msgid ""
|
||||
"ServerAddr specifies the address of the server to connect to.<br>By default, "
|
||||
"this value is \"0.0.0.0\"."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
|
||||
msgid ""
|
||||
"ServerPort specifies the port to connect to the server on.<br>By default, "
|
||||
"this value is 7000."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31
|
||||
msgid ""
|
||||
"TcpMux toggles TCP stream multiplexing. This allows multiple requests from a "
|
||||
"client to share a single TCP connection. If this value is true, the server "
|
||||
"must have TCP multiplexing enabled as well.<br>By default, this value is "
|
||||
"true."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25
|
||||
msgid ""
|
||||
"Token specifies the authorization token used to create keys to be sent to "
|
||||
"the server. The server must have a matching token for authorization to "
|
||||
"succeed. <br>By default, this value is \"\"."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44
|
||||
msgid ""
|
||||
"UseCompression controls whether or not communication with the server will be "
|
||||
"compressed.<br>By default, this value is false."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43
|
||||
msgid ""
|
||||
"UseEncryption controls whether or not communication with the server will be "
|
||||
"encrypted. Encryption is done using the tokens supplied in the server and "
|
||||
"client configuration.<br>By default, this value is false."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32
|
||||
msgid ""
|
||||
"User specifies a prefix for proxy names to distinguish them from other "
|
||||
"clients. If this value is not \"\", proxy names will automatically be "
|
||||
"changed to \"{user}.{proxy_name}\".<br>By default, this value is \"\"."
|
||||
msgstr ""
|
||||
#~ msgid ""
|
||||
#~ "LogLevel specifies the minimum log level. Valid values are \"trace\", "
|
||||
#~ "\"debug\", \"info\", \"warn\", and \"error\".<br>By default, this value "
|
||||
#~ "is \"info\"."
|
||||
#~ msgstr ""
|
||||
#~ "LogLevel সর্বনিম্ন লগ লেভেল নির্দিষ্ট করে। বৈধ মান হল \"trace\", \"debug\", "
|
||||
#~ "\"info\", \"warn\" এবং \"error\"।<br>ডিফল্টরূপে, এই মান হল \"info\"।"
|
||||
|
|
|
@ -34,8 +34,8 @@ msgstr ""
|
|||
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27
|
||||
msgid ""
|
||||
"AdminPort specifies the port for the admin server to listen on. If this "
|
||||
"value is 0, the admin server will not be started.<br />By default, this value "
|
||||
"is 0."
|
||||
"value is 0, the admin server will not be started.<br />By default, this "
|
||||
"value is 0."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
|
||||
|
@ -156,8 +156,8 @@ msgstr ""
|
|||
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22
|
||||
msgid ""
|
||||
"HttpProxy specifies a proxy address to connect to the server through. If "
|
||||
"this value is \"\", the server will be connected to directly.<br />By default, "
|
||||
"this value is read from the \"http_proxy\" environment variable."
|
||||
"this value is \"\", the server will be connected to directly.<br />By "
|
||||
"default, this value is read from the \"http_proxy\" environment variable."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:50
|
||||
|
@ -201,7 +201,8 @@ msgstr ""
|
|||
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23
|
||||
msgid ""
|
||||
"LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug"
|
||||
"\", \"info\", \"warn\", and \"error\".<br />By default, this value is \"info\"."
|
||||
"\", \"info\", \"warn\", and \"error\".<br />By default, this value is \"info"
|
||||
"\"."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33
|
||||
|
@ -286,8 +287,8 @@ msgstr ""
|
|||
|
||||
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
|
||||
msgid ""
|
||||
"ServerAddr specifies the address of the server to connect to.<br />By default, "
|
||||
"this value is \"0.0.0.0\"."
|
||||
"ServerAddr specifies the address of the server to connect to.<br />By "
|
||||
"default, this value is \"0.0.0.0\"."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
|
||||
|
|
|
@ -346,214 +346,193 @@ msgstr ""
|
|||
msgid "frp Server"
|
||||
msgstr "frp সার্ভার"
|
||||
|
||||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:40
|
||||
msgid ""
|
||||
"AllowPorts specifies a set of ports that clients are able to proxy to. If "
|
||||
"the length of this value is 0, all ports are allowed.<br>By default, this "
|
||||
"value is an empty set."
|
||||
msgstr ""
|
||||
"AllowPorts পোর্টের একটি সেট নির্দিষ্ট করে যা ক্লায়েন্টরা প্রক্সি করতে সক্ষম। যদি এই "
|
||||
"মানটির দৈর্ঘ্য শূন্য হয়, তাহলে সমস্ত পোর্ট অনুমোদিত।<br>এই মানটির ডিফল্টভাবে একটি "
|
||||
"খালি সেট।"
|
||||
#~ msgid ""
|
||||
#~ "AllowPorts specifies a set of ports that clients are able to proxy to. If "
|
||||
#~ "the length of this value is 0, all ports are allowed.<br>By default, this "
|
||||
#~ "value is an empty set."
|
||||
#~ msgstr ""
|
||||
#~ "AllowPorts পোর্টের একটি সেট নির্দিষ্ট করে যা ক্লায়েন্টরা প্রক্সি করতে সক্ষম। যদি "
|
||||
#~ "এই মানটির দৈর্ঘ্য শূন্য হয়, তাহলে সমস্ত পোর্ট অনুমোদিত।<br>এই মানটির ডিফল্টভাবে "
|
||||
#~ "একটি খালি সেট।"
|
||||
|
||||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:31
|
||||
msgid ""
|
||||
"AssetsDir specifies the local directory that the dashboard will load "
|
||||
"resources from. If this value is \"\", assets will be loaded from the "
|
||||
"bundled executable using statik.<br>By default, this value is \"\"."
|
||||
msgstr ""
|
||||
"যে ড্যাশবোর্ড থেকে রিসোর্স লোড হবে AssetsDir সেই স্থানীয় ডিরেক্টরি নির্দেশ করে। "
|
||||
"যদি এই মান \"\" হয়, তাহলে স্ট্যাটিক ব্যবহার করে বান্ডেলকৃত এক্সিকিউটেবল থেকে "
|
||||
"রিসোর্স লোড করা হবে।<br>এর ডিফল্ট মান \"\"।"
|
||||
#~ msgid ""
|
||||
#~ "AssetsDir specifies the local directory that the dashboard will load "
|
||||
#~ "resources from. If this value is \"\", assets will be loaded from the "
|
||||
#~ "bundled executable using statik.<br>By default, this value is \"\"."
|
||||
#~ msgstr ""
|
||||
#~ "যে ড্যাশবোর্ড থেকে রিসোর্স লোড হবে AssetsDir সেই স্থানীয় ডিরেক্টরি নির্দেশ করে। "
|
||||
#~ "যদি এই মান \"\" হয়, তাহলে স্ট্যাটিক ব্যবহার করে বান্ডেলকৃত এক্সিকিউটেবল থেকে "
|
||||
#~ "রিসোর্স লোড করা হবে।<br>এর ডিফল্ট মান \"\"।"
|
||||
|
||||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
|
||||
msgid ""
|
||||
"BindAddr specifies the address that the server binds to.<br>By default, this "
|
||||
"value is \"0.0.0.0\"."
|
||||
msgstr ""
|
||||
"BindAddr সার্ভারের সাথে সংযুক্ত ঠিকানাটি নির্দিষ্ট করে <br>, এই মানটি ডিফল্টভাবে "
|
||||
"\"0.0.0.0\"।"
|
||||
#~ msgid ""
|
||||
#~ "BindAddr specifies the address that the server binds to.<br>By default, "
|
||||
#~ "this value is \"0.0.0.0\"."
|
||||
#~ msgstr ""
|
||||
#~ "BindAddr সার্ভারের সাথে সংযুক্ত ঠিকানাটি নির্দিষ্ট করে <br>, এই মানটি "
|
||||
#~ "ডিফল্টভাবে \"0.0.0.0\"।"
|
||||
|
||||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:22
|
||||
msgid ""
|
||||
"BindKcpPort specifies the KCP port that the server listens on. If this value "
|
||||
"is 0, the server will not listen for KCP connections.<br>By default, this "
|
||||
"value is 0."
|
||||
msgstr ""
|
||||
"BindKcpPort সার্ভার শোনার জন্য KCP পোর্ট নির্দিষ্ট করে। এই মান 0 হলে, সার্ভার KCP "
|
||||
"সংযোগের জন্য শুনবে না।<br>ডিফল্টরূপে, এই মান 0।"
|
||||
#~ msgid ""
|
||||
#~ "BindKcpPort specifies the KCP port that the server listens on. If this "
|
||||
#~ "value is 0, the server will not listen for KCP connections.<br>By "
|
||||
#~ "default, this value is 0."
|
||||
#~ msgstr ""
|
||||
#~ "BindKcpPort সার্ভার শোনার জন্য KCP পোর্ট নির্দিষ্ট করে। এই মান 0 হলে, সার্ভার "
|
||||
#~ "KCP সংযোগের জন্য শুনবে না।<br>ডিফল্টরূপে, এই মান 0।"
|
||||
|
||||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:20
|
||||
msgid ""
|
||||
"BindPort specifies the port that the server listens on.<br>By default, this "
|
||||
"value is 7000."
|
||||
msgstr "BindPort সার্ভারের শোনার পোর্টটি নির্দিষ্ট করে ।<br>ডিফল্টরূপে, এই মান 7000।"
|
||||
#~ msgid ""
|
||||
#~ "BindPort specifies the port that the server listens on.<br>By default, "
|
||||
#~ "this value is 7000."
|
||||
#~ msgstr ""
|
||||
#~ "BindPort সার্ভারের শোনার পোর্টটি নির্দিষ্ট করে ।<br>ডিফল্টরূপে, এই মান 7000।"
|
||||
|
||||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
|
||||
msgid ""
|
||||
"BindUdpPort specifies the UDP port that the server listens on. If this value "
|
||||
"is 0, the server will not listen for UDP connections.<br>By default, this "
|
||||
"value is 0"
|
||||
msgstr ""
|
||||
"BindUdpPort যা সার্ভার শোনার জন্য UDP পোর্ট নির্দিষ্ট করে। যদি এই মান 0 হয়, "
|
||||
"সার্ভার UDP সংযোগের জন্য শুনবে না।<br>ডিফল্টরূপে, এই মান 0"
|
||||
#~ msgid ""
|
||||
#~ "BindUdpPort specifies the UDP port that the server listens on. If this "
|
||||
#~ "value is 0, the server will not listen for UDP connections.<br>By "
|
||||
#~ "default, this value is 0"
|
||||
#~ msgstr ""
|
||||
#~ "BindUdpPort যা সার্ভার শোনার জন্য UDP পোর্ট নির্দিষ্ট করে। যদি এই মান 0 হয়, "
|
||||
#~ "সার্ভার UDP সংযোগের জন্য শুনবে না।<br>ডিফল্টরূপে, এই মান 0"
|
||||
|
||||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:39
|
||||
msgid ""
|
||||
"Custom404Page specifies a path to a custom 404 page to display. If this "
|
||||
"value is \"\", a default page will be displayed.<br>By default, this value "
|
||||
"is \"\"."
|
||||
msgstr ""
|
||||
"Custom404Page একটি কাস্টম 404 পৃষ্ঠার পথ নির্দিষ্ট করে। যদি এই মানটি \"\" হয়, "
|
||||
"একটি ডিফল্ট পৃষ্ঠা প্রদর্শিত হবে।<br>ডিফল্টরূপে, এই মানটি \"\"।"
|
||||
#~ msgid ""
|
||||
#~ "Custom404Page specifies a path to a custom 404 page to display. If this "
|
||||
#~ "value is \"\", a default page will be displayed.<br>By default, this "
|
||||
#~ "value is \"\"."
|
||||
#~ msgstr ""
|
||||
#~ "Custom404Page একটি কাস্টম 404 পৃষ্ঠার পথ নির্দিষ্ট করে। যদি এই মানটি \"\" হয়, "
|
||||
#~ "একটি ডিফল্ট পৃষ্ঠা প্রদর্শিত হবে।<br>ডিফল্টরূপে, এই মানটি \"\"।"
|
||||
|
||||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
|
||||
msgid ""
|
||||
"DashboardAddr specifies the address that the dashboard binds to.<br>By "
|
||||
"default, this value is \"0.0.0.0\"."
|
||||
msgstr ""
|
||||
"DashboardAddr ড্যাশবোর্ডের সাথে আবদ্ধ ঠিকানাটি নির্দিষ্ট করে। <br> ডিফল্টরূপে, এই "
|
||||
"মানটি \"0.0.0.0\"।"
|
||||
#~ msgid ""
|
||||
#~ "DashboardAddr specifies the address that the dashboard binds to.<br>By "
|
||||
#~ "default, this value is \"0.0.0.0\"."
|
||||
#~ msgstr ""
|
||||
#~ "DashboardAddr ড্যাশবোর্ডের সাথে আবদ্ধ ঠিকানাটি নির্দিষ্ট করে। <br> ডিফল্টরূপে, "
|
||||
#~ "এই মানটি \"0.0.0.0\"।"
|
||||
|
||||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:28
|
||||
msgid ""
|
||||
"DashboardPort specifies the port that the dashboard listens on. If this "
|
||||
"value is 0, the dashboard will not be started.<br>By default, this value is "
|
||||
"0."
|
||||
msgstr ""
|
||||
"DashboardPort ড্যাশবোর্ডের পোর্ট নির্দিষ্ট করে যা। এই মান 0 হলে, ড্যাশবোর্ড আরম্ভ "
|
||||
"করা হবে না।<br> ডিফল্টরূপে, এই মান 0।"
|
||||
#~ msgid ""
|
||||
#~ "DashboardPort specifies the port that the dashboard listens on. If this "
|
||||
#~ "value is 0, the dashboard will not be started.<br>By default, this value "
|
||||
#~ "is 0."
|
||||
#~ msgstr ""
|
||||
#~ "DashboardPort ড্যাশবোর্ডের পোর্ট নির্দিষ্ট করে যা। এই মান 0 হলে, ড্যাশবোর্ড আরম্ভ "
|
||||
#~ "করা হবে না।<br> ডিফল্টরূপে, এই মান 0।"
|
||||
|
||||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:30
|
||||
msgid ""
|
||||
"DashboardPwd specifies the password that the dashboard will use for login."
|
||||
"<br>By default, this value is \"admin\"."
|
||||
msgstr ""
|
||||
"DashboardPwd পাসওয়ার্ড নির্দিষ্ট করে যা ড্যাশবোর্ড লগইন করার জন্য ব্যবহার করবে।"
|
||||
"<br>ডিফল্টরূপে, এই মান হল \"admin\"।"
|
||||
#~ msgid ""
|
||||
#~ "DashboardPwd specifies the password that the dashboard will use for login."
|
||||
#~ "<br>By default, this value is \"admin\"."
|
||||
#~ msgstr ""
|
||||
#~ "DashboardPwd পাসওয়ার্ড নির্দিষ্ট করে যা ড্যাশবোর্ড লগইন করার জন্য ব্যবহার করবে।"
|
||||
#~ "<br>ডিফল্টরূপে, এই মান হল \"admin\"।"
|
||||
|
||||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:29
|
||||
msgid ""
|
||||
"DashboardUser specifies the username that the dashboard will use for login."
|
||||
"<br>By default, this value is \"admin\"."
|
||||
msgstr ""
|
||||
"DashboardUser ব্যবহারকারীর নাম উল্লেখ করে যা ড্যাশবোর্ড লগইন করার জন্য ব্যবহার "
|
||||
"করবে।<br>ডিফল্টরূপে, এই মানটি \"admin\"।"
|
||||
#~ msgid ""
|
||||
#~ "DashboardUser specifies the username that the dashboard will use for "
|
||||
#~ "login.<br>By default, this value is \"admin\"."
|
||||
#~ msgstr ""
|
||||
#~ "DashboardUser ব্যবহারকারীর নাম উল্লেখ করে যা ড্যাশবোর্ড লগইন করার জন্য ব্যবহার "
|
||||
#~ "করবে।<br>ডিফল্টরূপে, এই মানটি \"admin\"।"
|
||||
|
||||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
|
||||
msgid ""
|
||||
"DisableLogColor disables log colors when LogWay == \"console\" when set to "
|
||||
"true.<br>By default, this value is false."
|
||||
msgstr ""
|
||||
"DisableLogColor রঙ্গিন লগ নিষ্ক্রিয় করে যখন LogWay == \"console\" true এ সেট "
|
||||
"করা হয়।<br>ডিফল্টরূপে, এই মানটি মিথ্যা।"
|
||||
#~ msgid ""
|
||||
#~ "DisableLogColor disables log colors when LogWay == \"console\" when set "
|
||||
#~ "to true.<br>By default, this value is false."
|
||||
#~ msgstr ""
|
||||
#~ "DisableLogColor রঙ্গিন লগ নিষ্ক্রিয় করে যখন LogWay == \"console\" true এ সেট "
|
||||
#~ "করা হয়।<br>ডিফল্টরূপে, এই মানটি মিথ্যা।"
|
||||
|
||||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
|
||||
msgid ""
|
||||
"HeartBeatTimeout specifies the maximum time to wait for a heartbeat before "
|
||||
"terminating the connection. It is not recommended to change this value."
|
||||
"<br>By default, this value is 90."
|
||||
msgstr ""
|
||||
"HeartBeatTimeout সংযোগ বন্ধ করার আগে হার্টবিটের জন্য অপেক্ষা করার সর্বোচ্চ সময় "
|
||||
"নির্দিষ্ট করে। এই মান পরিবর্তন না করাই উত্তম।<br>ডিফল্টরূপে, এই মান 90।"
|
||||
#~ msgid ""
|
||||
#~ "HeartBeatTimeout specifies the maximum time to wait for a heartbeat "
|
||||
#~ "before terminating the connection. It is not recommended to change this "
|
||||
#~ "value.<br>By default, this value is 90."
|
||||
#~ msgstr ""
|
||||
#~ "HeartBeatTimeout সংযোগ বন্ধ করার আগে হার্টবিটের জন্য অপেক্ষা করার সর্বোচ্চ সময় "
|
||||
#~ "নির্দিষ্ট করে। এই মান পরিবর্তন না করাই উত্তম।<br>ডিফল্টরূপে, এই মান 90।"
|
||||
|
||||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:32
|
||||
msgid ""
|
||||
"LogFile specifies a file where logs will be written to. This value will only "
|
||||
"be used if LogWay is set appropriately.<br>By default, this value is "
|
||||
"\"console\"."
|
||||
msgstr ""
|
||||
"LogFile একটি ফাইল নির্দিষ্ট করে যেখানে লগগুলি লেখা হবে। লগওয়ে যথাযথভাবে সেট করা "
|
||||
"হলেই এই মানটি ব্যবহার করা হবে।<br>ডিফল্টরূপে, এই মানটি \"console\"।"
|
||||
#~ msgid ""
|
||||
#~ "LogFile specifies a file where logs will be written to. This value will "
|
||||
#~ "only be used if LogWay is set appropriately.<br>By default, this value is "
|
||||
#~ "\"console\"."
|
||||
#~ msgstr ""
|
||||
#~ "LogFile একটি ফাইল নির্দিষ্ট করে যেখানে লগগুলি লেখা হবে। লগওয়ে যথাযথভাবে সেট "
|
||||
#~ "করা হলেই এই মানটি ব্যবহার করা হবে।<br>ডিফল্টরূপে, এই মানটি \"console\"।"
|
||||
|
||||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:33
|
||||
msgid ""
|
||||
"LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug"
|
||||
"\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"."
|
||||
msgstr ""
|
||||
"LogLevel সর্বনিম্ন লগ লেভেল নির্দিষ্ট করে। বৈধ মান হল \"trace\", \"debug\", "
|
||||
"\"info\", \"warn\" এবং \"error\"।<br>ডিফল্টরূপে, এই মান হল \"info\"।"
|
||||
#~ msgid ""
|
||||
#~ "LogLevel specifies the minimum log level. Valid values are \"trace\", "
|
||||
#~ "\"debug\", \"info\", \"warn\", and \"error\".<br>By default, this value "
|
||||
#~ "is \"info\"."
|
||||
#~ msgstr ""
|
||||
#~ "LogLevel সর্বনিম্ন লগ লেভেল নির্দিষ্ট করে। বৈধ মান হল \"trace\", \"debug\", "
|
||||
#~ "\"info\", \"warn\" এবং \"error\"।<br>ডিফল্টরূপে, এই মান হল \"info\"।"
|
||||
|
||||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:34
|
||||
msgid ""
|
||||
"LogMaxDays specifies the maximum number of days to store log information "
|
||||
"before deletion. This is only used if LogWay == \"file\".<br>By default, "
|
||||
"this value is 0."
|
||||
msgstr ""
|
||||
"LogMaxDays মুছে ফেলার আগে লগ তথ্য সংরক্ষণের জন্য সর্বাধিক দিন নির্দিষ্ট করে। LogWay "
|
||||
"== \"file\" হলেই এটি ব্যবহার করা হয়। <br> ডিফল্টরূপে, এই মানটি 0।"
|
||||
#~ msgid ""
|
||||
#~ "LogMaxDays specifies the maximum number of days to store log information "
|
||||
#~ "before deletion. This is only used if LogWay == \"file\".<br>By default, "
|
||||
#~ "this value is 0."
|
||||
#~ msgstr ""
|
||||
#~ "LogMaxDays মুছে ফেলার আগে লগ তথ্য সংরক্ষণের জন্য সর্বাধিক দিন নির্দিষ্ট করে। "
|
||||
#~ "LogWay == \"file\" হলেই এটি ব্যবহার করা হয়। <br> ডিফল্টরূপে, এই মানটি 0।"
|
||||
|
||||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:41
|
||||
msgid ""
|
||||
"MaxPortsPerClient specifies the maximum number of ports a single client may "
|
||||
"proxy to. If this value is 0, no limit will be applied.<br>By default, this "
|
||||
"value is 0."
|
||||
msgstr ""
|
||||
"MaxPortsPerClient সর্বাধিক সংখ্যক পোর্ট নির্দিষ্ট করে যা একক ক্লায়েন্ট প্রক্সি করতে "
|
||||
"পারে। যদি এই মান 0 হয়, তবে কোন সীমা প্রয়োগ করা হবে না।<br>ডিফল্টরূপে, এই মানটি "
|
||||
"0।"
|
||||
#~ msgid ""
|
||||
#~ "MaxPortsPerClient specifies the maximum number of ports a single client "
|
||||
#~ "may proxy to. If this value is 0, no limit will be applied.<br>By "
|
||||
#~ "default, this value is 0."
|
||||
#~ msgstr ""
|
||||
#~ "MaxPortsPerClient সর্বাধিক সংখ্যক পোর্ট নির্দিষ্ট করে যা একক ক্লায়েন্ট প্রক্সি "
|
||||
#~ "করতে পারে। যদি এই মান 0 হয়, তবে কোন সীমা প্রয়োগ করা হবে না।<br>ডিফল্টরূপে, "
|
||||
#~ "এই মানটি 0।"
|
||||
|
||||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:23
|
||||
msgid ""
|
||||
"ProxyBindAddr specifies the address that the proxy binds to. This value may "
|
||||
"be the same as BindAddr.<br>By default, this value is \"0.0.0.0\"."
|
||||
msgstr ""
|
||||
"ProxyBindAddr সেই ঠিকানা উল্লেখ করে যা প্রক্সি আবদ্ধ করে। এই মানটি BindAddr এর "
|
||||
"মত হতে পারে।<br>ডিফল্টরূপে, এই মানটি \"0.0.0.0\"।"
|
||||
#~ msgid ""
|
||||
#~ "ProxyBindAddr specifies the address that the proxy binds to. This value "
|
||||
#~ "may be the same as BindAddr.<br>By default, this value is \"0.0.0.0\"."
|
||||
#~ msgstr ""
|
||||
#~ "ProxyBindAddr সেই ঠিকানা উল্লেখ করে যা প্রক্সি আবদ্ধ করে। এই মানটি BindAddr "
|
||||
#~ "এর মত হতে পারে।<br>ডিফল্টরূপে, এই মানটি \"0.0.0.0\"।"
|
||||
|
||||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:37
|
||||
msgid ""
|
||||
"SubDomainHost specifies the domain that will be attached to sub-domains "
|
||||
"requested by the client when using Vhost proxying. For example, if this "
|
||||
"value is set to \"frps.com\" and the client requested the subdomain \"test"
|
||||
"\", the resulting URL would be \"test.frps.com\".<br>By default, this value "
|
||||
"is \"\"."
|
||||
msgstr ""
|
||||
"SubDomainHost সেই ডোমেইনটি নির্দিষ্ট করে যা Vhost প্রক্সি ব্যবহার করার সময় "
|
||||
"ক্লায়েন্টের অনুরোধ করা সাব-ডোমেইনের সাথে সংযুক্ত থাকবে। উদাহরণস্বরূপ, যদি এই মানটি "
|
||||
"\"frps.com\" এ সেট করা হয় এবং ক্লায়েন্ট \"test\" সাবডোমেইন অনুরোধ করে, তাহলে "
|
||||
"URL হবে \"test.frps.com\"।<br>ডিফল্টরূপে, এই মানটি \"\"।"
|
||||
#~ msgid ""
|
||||
#~ "SubDomainHost specifies the domain that will be attached to sub-domains "
|
||||
#~ "requested by the client when using Vhost proxying. For example, if this "
|
||||
#~ "value is set to \"frps.com\" and the client requested the subdomain \"test"
|
||||
#~ "\", the resulting URL would be \"test.frps.com\".<br>By default, this "
|
||||
#~ "value is \"\"."
|
||||
#~ msgstr ""
|
||||
#~ "SubDomainHost সেই ডোমেইনটি নির্দিষ্ট করে যা Vhost প্রক্সি ব্যবহার করার সময় "
|
||||
#~ "ক্লায়েন্টের অনুরোধ করা সাব-ডোমেইনের সাথে সংযুক্ত থাকবে। উদাহরণস্বরূপ, যদি এই "
|
||||
#~ "মানটি \"frps.com\" এ সেট করা হয় এবং ক্লায়েন্ট \"test\" সাবডোমেইন অনুরোধ করে, "
|
||||
#~ "তাহলে URL হবে \"test.frps.com\"।<br>ডিফল্টরূপে, এই মানটি \"\"।"
|
||||
|
||||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:38
|
||||
msgid ""
|
||||
"TcpMux toggles TCP stream multiplexing. This allows multiple requests from a "
|
||||
"client to share a single TCP connection.<br>By default, this value is true."
|
||||
msgstr ""
|
||||
"TcpMux টিসিপি স্ট্রিম মাল্টিপ্লেক্সিং নিয়ন্ত্রণ করে। এটি ক্লায়েন্টের একাধিক অনুরোধ "
|
||||
"একটি টিসিপি সংযোগ শেয়ার করার জন্য অনুমতি দেয়।<br>ডিফল্টরূপে, এই মানটি সত্য।"
|
||||
#~ msgid ""
|
||||
#~ "TcpMux toggles TCP stream multiplexing. This allows multiple requests "
|
||||
#~ "from a client to share a single TCP connection.<br>By default, this value "
|
||||
#~ "is true."
|
||||
#~ msgstr ""
|
||||
#~ "TcpMux টিসিপি স্ট্রিম মাল্টিপ্লেক্সিং নিয়ন্ত্রণ করে। এটি ক্লায়েন্টের একাধিক অনুরোধ "
|
||||
#~ "একটি টিসিপি সংযোগ শেয়ার করার জন্য অনুমতি দেয়।<br>ডিফল্টরূপে, এই মানটি সত্য।"
|
||||
|
||||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:36
|
||||
msgid ""
|
||||
"Token specifies the authorization token used to authenticate keys received "
|
||||
"from clients. Clients must have a matching token to be authorized to use the "
|
||||
"server.<br>By default, this value is \"\"."
|
||||
msgstr ""
|
||||
"Token ক্লায়েন্টদের কাছ থেকে প্রাপ্ত কীগুলি প্রমাণীকরণের জন্য ব্যবহৃত অনুমোদন টোকেন "
|
||||
"নির্দিষ্ট করে। সার্ভার ব্যবহার করার জন্য ক্লায়েন্টদের অবশ্যই একটি সদৃশ টোকেন থাকতে "
|
||||
"হবে।<br>ডিফল্টরূপে, এই মানটি \"\"।"
|
||||
#~ msgid ""
|
||||
#~ "Token specifies the authorization token used to authenticate keys "
|
||||
#~ "received from clients. Clients must have a matching token to be "
|
||||
#~ "authorized to use the server.<br>By default, this value is \"\"."
|
||||
#~ msgstr ""
|
||||
#~ "Token ক্লায়েন্টদের কাছ থেকে প্রাপ্ত কীগুলি প্রমাণীকরণের জন্য ব্যবহৃত অনুমোদন টোকেন "
|
||||
#~ "নির্দিষ্ট করে। সার্ভার ব্যবহার করার জন্য ক্লায়েন্টদের অবশ্যই একটি সদৃশ টোকেন থাকতে "
|
||||
#~ "হবে।<br>ডিফল্টরূপে, এই মানটি \"\"।"
|
||||
|
||||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:24
|
||||
msgid ""
|
||||
"VhostHttpPort specifies the port that the server listens for HTTP Vhost "
|
||||
"requests. If this value is 0, the server will not listen for HTTP requests."
|
||||
"<br>By default, this value is 0."
|
||||
msgstr ""
|
||||
"VhostHttpPort পোর্টটি নির্দিষ্ট করে যা সার্ভার HTTP ভোস্ট অনুরোধের জন্য শোনে। যদি "
|
||||
"এই মান 0 হয়, সার্ভার HTTP অনুরোধের জন্য শুনবে না।<br>ডিফল্টরূপে, এই মান 0।"
|
||||
#~ msgid ""
|
||||
#~ "VhostHttpPort specifies the port that the server listens for HTTP Vhost "
|
||||
#~ "requests. If this value is 0, the server will not listen for HTTP "
|
||||
#~ "requests.<br>By default, this value is 0."
|
||||
#~ msgstr ""
|
||||
#~ "VhostHttpPort পোর্টটি নির্দিষ্ট করে যা সার্ভার HTTP ভোস্ট অনুরোধের জন্য শোনে। "
|
||||
#~ "যদি এই মান 0 হয়, সার্ভার HTTP অনুরোধের জন্য শুনবে না।<br>ডিফল্টরূপে, এই মান 0।"
|
||||
|
||||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:26
|
||||
msgid ""
|
||||
"VhostHttpTimeout specifies the response header timeout for the Vhost HTTP "
|
||||
"server, in seconds.<br>By default, this value is 60."
|
||||
msgstr ""
|
||||
"VhostHttpTimeout Vhost HTTP সার্ভারের জন্য রেসপন্স হেডার টাইমআউট সেকেন্ডে "
|
||||
"নির্দিষ্ট করে। <br> ডিফল্টরূপে, এই মানটি 60।"
|
||||
#~ msgid ""
|
||||
#~ "VhostHttpTimeout specifies the response header timeout for the Vhost HTTP "
|
||||
#~ "server, in seconds.<br>By default, this value is 60."
|
||||
#~ msgstr ""
|
||||
#~ "VhostHttpTimeout Vhost HTTP সার্ভারের জন্য রেসপন্স হেডার টাইমআউট সেকেন্ডে "
|
||||
#~ "নির্দিষ্ট করে। <br> ডিফল্টরূপে, এই মানটি 60।"
|
||||
|
||||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:25
|
||||
msgid ""
|
||||
"VhostHttpsPort specifies the port that the server listens for HTTPS Vhost "
|
||||
"requests. If this value is 0, the server will not listen for HTTPS requests."
|
||||
"<br>By default, this value is 0."
|
||||
msgstr ""
|
||||
"VhostHttpsPort পোর্টটি নির্দিষ্ট করে যা সার্ভার HTTPS Vhost অনুরোধের জন্য শোনে। এই "
|
||||
"মান 0 হলে, সার্ভার HTTPS অনুরোধের জন্য শুনবে না।<br>ডিফল্টরূপে, এই মানটি 0।"
|
||||
#~ msgid ""
|
||||
#~ "VhostHttpsPort specifies the port that the server listens for HTTPS Vhost "
|
||||
#~ "requests. If this value is 0, the server will not listen for HTTPS "
|
||||
#~ "requests.<br>By default, this value is 0."
|
||||
#~ msgstr ""
|
||||
#~ "VhostHttpsPort পোর্টটি নির্দিষ্ট করে যা সার্ভার HTTPS Vhost অনুরোধের জন্য শোনে। "
|
||||
#~ "এই মান 0 হলে, সার্ভার HTTPS অনুরোধের জন্য শুনবে না।<br>ডিফল্টরূপে, এই মানটি 0।"
|
||||
|
|
|
@ -41,8 +41,8 @@ msgstr ""
|
|||
|
||||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
|
||||
msgid ""
|
||||
"BindAddr specifies the address that the server binds to.<br />By default, this "
|
||||
"value is \"0.0.0.0\"."
|
||||
"BindAddr specifies the address that the server binds to.<br />By default, "
|
||||
"this value is \"0.0.0.0\"."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:22
|
||||
|
@ -54,8 +54,8 @@ msgstr ""
|
|||
|
||||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:20
|
||||
msgid ""
|
||||
"BindPort specifies the port that the server listens on.<br />By default, this "
|
||||
"value is 7000."
|
||||
"BindPort specifies the port that the server listens on.<br />By default, "
|
||||
"this value is 7000."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
|
||||
|
@ -113,8 +113,8 @@ msgstr ""
|
|||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:28
|
||||
msgid ""
|
||||
"DashboardPort specifies the port that the dashboard listens on. If this "
|
||||
"value is 0, the dashboard will not be started.<br />By default, this value is "
|
||||
"0."
|
||||
"value is 0, the dashboard will not be started.<br />By default, this value "
|
||||
"is 0."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:30
|
||||
|
@ -150,8 +150,8 @@ msgstr ""
|
|||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
|
||||
msgid ""
|
||||
"HeartBeatTimeout specifies the maximum time to wait for a heartbeat before "
|
||||
"terminating the connection. It is not recommended to change this value."
|
||||
"<br />By default, this value is 90."
|
||||
"terminating the connection. It is not recommended to change this value.<br /"
|
||||
">By default, this value is 90."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
|
||||
|
@ -192,7 +192,8 @@ msgstr ""
|
|||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:33
|
||||
msgid ""
|
||||
"LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug"
|
||||
"\", \"info\", \"warn\", and \"error\".<br />By default, this value is \"info\"."
|
||||
"\", \"info\", \"warn\", and \"error\".<br />By default, this value is \"info"
|
||||
"\"."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:34
|
||||
|
@ -209,8 +210,8 @@ msgstr ""
|
|||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:41
|
||||
msgid ""
|
||||
"MaxPortsPerClient specifies the maximum number of ports a single client may "
|
||||
"proxy to. If this value is 0, no limit will be applied.<br />By default, this "
|
||||
"value is 0."
|
||||
"proxy to. If this value is 0, no limit will be applied.<br />By default, "
|
||||
"this value is 0."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:118
|
||||
|
@ -259,8 +260,8 @@ msgid ""
|
|||
"SubDomainHost specifies the domain that will be attached to sub-domains "
|
||||
"requested by the client when using Vhost proxying. For example, if this "
|
||||
"value is set to \"frps.com\" and the client requested the subdomain \"test"
|
||||
"\", the resulting URL would be \"test.frps.com\".<br />By default, this value "
|
||||
"is \"\"."
|
||||
"\", the resulting URL would be \"test.frps.com\".<br />By default, this "
|
||||
"value is \"\"."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:37
|
||||
|
|
|
@ -10,34 +10,34 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 4.5-dev\n"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:424
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:425
|
||||
msgid "Additional Args for upstream dns servers"
|
||||
msgstr "Zusätzliche Argumente für Upstream-DNS-Server"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:423
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:424
|
||||
msgid "Additional Server Args"
|
||||
msgstr "Zusätzliche Server Parameter"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:330
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:430
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:331
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:431
|
||||
msgid "Advanced Settings"
|
||||
msgstr "Erweiterte Einstellungen"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:201
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:202
|
||||
msgid ""
|
||||
"Attempts to serve old responses from cache with a TTL of 0 in the response "
|
||||
"without waiting for the actual resolution to finish."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:215
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:216
|
||||
msgid "Cache Size"
|
||||
msgstr "Zwischenspeichergröße"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:146
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:147
|
||||
msgid "Collecting data ..."
|
||||
msgstr "Ermittle Daten..."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:451
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:452
|
||||
msgid ""
|
||||
"Configure IP blacklists that will be filtered from the results of specific "
|
||||
"DNS server."
|
||||
|
@ -45,129 +45,129 @@ msgstr ""
|
|||
"Definition einer IP basierten Blockierliste, welche Ergebnisse eines "
|
||||
"spezifischen DNS Servers filtert."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:157
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:158
|
||||
msgid "Custom Settings"
|
||||
msgstr "Benutzerdefinierte Einstellungen"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:339
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:340
|
||||
msgid "DNS Server Name"
|
||||
msgstr "DNS Server Name"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:367
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:368
|
||||
msgid ""
|
||||
"DNS Server group belongs to, used with nameserver, such as office, home."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:342
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:343
|
||||
msgid "DNS Server ip"
|
||||
msgstr "DNS-Server IP"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:347
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:348
|
||||
msgid "DNS Server port"
|
||||
msgstr "DNS-Server-Port"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:356
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:357
|
||||
msgid "DNS Server type"
|
||||
msgstr "DNS-Server Typ"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:215
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:216
|
||||
msgid "DNS domain result cache size"
|
||||
msgstr "DNS Domain Ergebnisspeichergröße"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:95
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:96
|
||||
msgid "Dnsmasq Forwared To Smartdns Failure"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:263
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:264
|
||||
msgid "Do not check speed."
|
||||
msgstr "Geschwindigkeit nicht testen."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:433
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:434
|
||||
msgid "Domain Address"
|
||||
msgstr "Domain Adresse"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:219
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:220
|
||||
msgid "Domain TTL"
|
||||
msgstr "Domain TTL"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:232
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:233
|
||||
msgid "Domain TTL Max"
|
||||
msgstr "Domain TTL Max"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:223
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:224
|
||||
msgid "Domain TTL Min"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:194
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:195
|
||||
msgid "Domain prefetch"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:475
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:476
|
||||
msgid "Donate"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:474
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:475
|
||||
msgid "Donate to smartdns"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:188
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:189
|
||||
msgid "Dual-stack IP Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:160
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:237
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:333
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:161
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:238
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:334
|
||||
msgid "Enable"
|
||||
msgstr "Aktivieren"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:189
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:190
|
||||
msgid "Enable IP selection between IPV4 and IPV6"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:183
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:184
|
||||
msgid "Enable IPV6 DNS Server"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:178
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:250
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:179
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:251
|
||||
msgid "Enable TCP DNS Server"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:195
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:196
|
||||
msgid "Enable domain prefetch, accelerate domain response speed."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:238
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:239
|
||||
msgid "Enable or disable second DNS server."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:160
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:161
|
||||
msgid "Enable or disable smartdns server"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:377
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:378
|
||||
msgid "Filtering IP with blacklist"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:302
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:303
|
||||
msgid "Force AAAA SOA"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:302
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:303
|
||||
msgid "Force AAAA SOA."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:152
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:155
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:329
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:153
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:156
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:330
|
||||
msgid "General Settings"
|
||||
msgstr "Allgemeine Einstellungen"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:318
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:319
|
||||
msgid "Generate Coredump"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:319
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:320
|
||||
msgid ""
|
||||
"Generate Coredump file when smartdns crash, coredump file is located at /tmp/"
|
||||
"smartdns.xxx.core."
|
||||
|
@ -177,283 +177,283 @@ msgstr ""
|
|||
msgid "Grant access to LuCI app smartdns"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:403
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:404
|
||||
msgid "HTTP Host"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:434
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:435
|
||||
msgid "IP Blacklist"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:376
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:377
|
||||
msgid "IP Blacklist Filtering"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:103
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:104
|
||||
msgid "IPV4 53 Port Redirect Failure"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:109
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:110
|
||||
msgid "IPV6 53 Port Redirect Failure"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:183
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:184
|
||||
msgid "IPV6 Server"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:462
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:463
|
||||
msgid "If you like this software, please buy me a cup of coffee."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:171
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:243
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:172
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:244
|
||||
msgid "Local Port"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:233
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:234
|
||||
msgid "Maximum TTL for all domain result."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:224
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:225
|
||||
msgid "Minimum TTL for all domain result."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:86
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:87
|
||||
msgid "NOT RUNNING"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:256
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:257
|
||||
msgid "Query DNS through specific dns server group, such as office, home."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:84
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:85
|
||||
msgid "RUNNING"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:206
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:207
|
||||
msgid "Redirect"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:210
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:211
|
||||
msgid "Redirect 53 port to SmartDNS"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:209
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:210
|
||||
msgid "Run as dnsmasq upstream server"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:156
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:157
|
||||
msgid "Second Server Settings"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:200
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:201
|
||||
msgid "Serve expired"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:255
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:367
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:256
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:368
|
||||
msgid "Server Group"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:165
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:166
|
||||
msgid "Server Name"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:433
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:434
|
||||
msgid "Set Specific domain ip address."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:434
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:435
|
||||
msgid "Set Specific ip blacklist."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:384
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:385
|
||||
msgid "Set TLS hostname to verify."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:404
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:405
|
||||
msgid ""
|
||||
"Set the HTTP host used for the query. Use this parameter when the host of "
|
||||
"the URL address is an IP address."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:394
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:395
|
||||
msgid "Sets the server name indication for query."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:152
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:153
|
||||
msgid "Settings"
|
||||
msgstr "Einstellungen"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:268
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:269
|
||||
msgid "Skip Address Rules"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:297
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:298
|
||||
msgid "Skip Cache"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:297
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:298
|
||||
msgid "Skip Cache."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:291
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:292
|
||||
msgid "Skip Dualstack Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:292
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:293
|
||||
msgid "Skip Dualstack Selection."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:280
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:281
|
||||
msgid "Skip Ipset Rule"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:274
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:275
|
||||
msgid "Skip Nameserver Rule"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:286
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:287
|
||||
msgid "Skip SOA Address Rule"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:287
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:288
|
||||
msgid "Skip SOA address rules."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:262
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:263
|
||||
msgid "Skip Speed Check"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:269
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:270
|
||||
msgid "Skip address rules."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:281
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:282
|
||||
msgid "Skip ipset rules."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:275
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:276
|
||||
msgid "Skip nameserver rules."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:128
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:129
|
||||
#: applications/luci-app-smartdns/root/usr/share/luci/menu.d/luci-app-smartdns.json:3
|
||||
msgid "SmartDNS"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:129
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:130
|
||||
msgid "SmartDNS Server"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:130
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:131
|
||||
msgid ""
|
||||
"SmartDNS is a local high-performance DNS server, supports finding fastest "
|
||||
"IP, supports ad filtering, and supports avoiding DNS poisoning."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:466
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:467
|
||||
msgid "SmartDNS official website"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:206
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:207
|
||||
msgid "SmartDNS redirect mode"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:171
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:243
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:172
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:244
|
||||
msgid "Smartdns local server port"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:165
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:166
|
||||
msgid "Smartdns server name"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:438
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:439
|
||||
msgid ""
|
||||
"Specify an IP address to return for any host in the given domains, Queries "
|
||||
"in the domains are never forwarded and always replied to with the specified "
|
||||
"IP address which may be IPv4 or IPv6."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:178
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:250
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:179
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:251
|
||||
msgid "TCP Server"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:383
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:384
|
||||
msgid "TLS Hostname Verify"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:393
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:394
|
||||
msgid "TLS SNI name"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:412
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:413
|
||||
msgid "TLS SPKI Pinning"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:219
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:220
|
||||
msgid "TTL for all domain result."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:461
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:462
|
||||
msgid "Technical Support"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:323
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:324
|
||||
msgid "Upstream Servers"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:324
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:325
|
||||
msgid ""
|
||||
"Upstream Servers, support UDP, TCP protocol. Please configure multiple DNS "
|
||||
"servers, including multiple foreign DNS servers."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:413
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:414
|
||||
msgid ""
|
||||
"Used to verify the validity of the TLS server, The value is Base64 encoded "
|
||||
"SPKI fingerprint, leaving blank to indicate that the validity of TLS is not "
|
||||
"verified."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:361
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:362
|
||||
msgid "https"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:342
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:343
|
||||
msgid "ip"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:208
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:209
|
||||
msgid "none"
|
||||
msgstr "kein"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:467
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:468
|
||||
msgid "open website"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:347
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:348
|
||||
msgid "port"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:308
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:309
|
||||
msgid "smartdns custom settings"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:359
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:360
|
||||
msgid "tcp"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:360
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:361
|
||||
msgid "tls"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:356
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:357
|
||||
msgid "type"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:358
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:359
|
||||
msgid "udp"
|
||||
msgstr ""
|
||||
|
|
|
@ -13,20 +13,20 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 4.8-dev\n"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:424
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:425
|
||||
msgid "Additional Args for upstream dns servers"
|
||||
msgstr "Args adicionales para servidores DNS aguas arriba"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:423
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:424
|
||||
msgid "Additional Server Args"
|
||||
msgstr "Args adicionales del servidor"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:330
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:430
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:331
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:431
|
||||
msgid "Advanced Settings"
|
||||
msgstr "Configuración avanzada"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:201
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:202
|
||||
msgid ""
|
||||
"Attempts to serve old responses from cache with a TTL of 0 in the response "
|
||||
"without waiting for the actual resolution to finish."
|
||||
|
@ -34,15 +34,15 @@ msgstr ""
|
|||
"Intenta servir respuestas antiguas de la memoria caché con un TTL de 0 en la "
|
||||
"respuesta sin esperar a que finalice la resolución real."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:215
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:216
|
||||
msgid "Cache Size"
|
||||
msgstr "Tamaño del caché"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:146
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:147
|
||||
msgid "Collecting data ..."
|
||||
msgstr "Recolectando datos..."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:451
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:452
|
||||
msgid ""
|
||||
"Configure IP blacklists that will be filtered from the results of specific "
|
||||
"DNS server."
|
||||
|
@ -50,133 +50,133 @@ msgstr ""
|
|||
"Configure listas negras de IP que se filtrarán de los resultados de un "
|
||||
"servidor DNS específico."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:157
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:158
|
||||
msgid "Custom Settings"
|
||||
msgstr "Configuraciones personalizadas"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:339
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:340
|
||||
msgid "DNS Server Name"
|
||||
msgstr "Nombre del servidor DNS"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:367
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:368
|
||||
msgid ""
|
||||
"DNS Server group belongs to, used with nameserver, such as office, home."
|
||||
msgstr ""
|
||||
"El grupo del servidor DNS pertenece a, usado con el servidor de nombres, "
|
||||
"como la oficina, el hogar."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:342
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:343
|
||||
msgid "DNS Server ip"
|
||||
msgstr "IP del servidor DNS"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:347
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:348
|
||||
msgid "DNS Server port"
|
||||
msgstr "Puerto del servidor DNS"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:356
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:357
|
||||
msgid "DNS Server type"
|
||||
msgstr "Tipo de servidor DNS"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:215
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:216
|
||||
msgid "DNS domain result cache size"
|
||||
msgstr "Tamaño del caché de resultados del dominio DNS"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:95
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:96
|
||||
msgid "Dnsmasq Forwared To Smartdns Failure"
|
||||
msgstr "Fallo en el reenvío de dnsmasq a SmartDNS"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:263
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:264
|
||||
msgid "Do not check speed."
|
||||
msgstr "No verifique la velocidad."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:433
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:434
|
||||
msgid "Domain Address"
|
||||
msgstr "Dirección de dominio"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:219
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:220
|
||||
msgid "Domain TTL"
|
||||
msgstr "TTL del dominio"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:232
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:233
|
||||
msgid "Domain TTL Max"
|
||||
msgstr "TTL Máx. del dominio"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:223
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:224
|
||||
msgid "Domain TTL Min"
|
||||
msgstr "TTL Mín. del dominio"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:194
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:195
|
||||
msgid "Domain prefetch"
|
||||
msgstr "Prebúsqueda de dominios"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:475
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:476
|
||||
msgid "Donate"
|
||||
msgstr "Donar"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:474
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:475
|
||||
msgid "Donate to smartdns"
|
||||
msgstr "Donar a smartdns"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:188
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:189
|
||||
msgid "Dual-stack IP Selection"
|
||||
msgstr "Selección de IP de doble pila"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:160
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:237
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:333
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:161
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:238
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:334
|
||||
msgid "Enable"
|
||||
msgstr "Activar"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:189
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:190
|
||||
msgid "Enable IP selection between IPV4 and IPV6"
|
||||
msgstr "Activar la selección de IP entre IPv4 e IPv6"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:183
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:184
|
||||
msgid "Enable IPV6 DNS Server"
|
||||
msgstr "Activar servidor DNS IPv6"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:178
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:250
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:179
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:251
|
||||
msgid "Enable TCP DNS Server"
|
||||
msgstr "Activar el servidor DNS TCP"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:195
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:196
|
||||
msgid "Enable domain prefetch, accelerate domain response speed."
|
||||
msgstr ""
|
||||
"Active la captación previa del dominio, acelere la velocidad de respuesta "
|
||||
"del dominio."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:238
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:239
|
||||
msgid "Enable or disable second DNS server."
|
||||
msgstr "Activar o desactivar el segundo servidor DNS."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:160
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:161
|
||||
msgid "Enable or disable smartdns server"
|
||||
msgstr "Activar o desactivar el servidor smartdns"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:377
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:378
|
||||
msgid "Filtering IP with blacklist"
|
||||
msgstr "Filtrado de IP con lista negra"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:302
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:303
|
||||
msgid "Force AAAA SOA"
|
||||
msgstr "Forzar AAAA SOA"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:302
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:303
|
||||
msgid "Force AAAA SOA."
|
||||
msgstr "Forzar AAAA SOA."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:152
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:155
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:329
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:153
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:156
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:330
|
||||
msgid "General Settings"
|
||||
msgstr "Configuración general"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:318
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:319
|
||||
msgid "Generate Coredump"
|
||||
msgstr "Generar Coredump"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:319
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:320
|
||||
msgid ""
|
||||
"Generate Coredump file when smartdns crash, coredump file is located at /tmp/"
|
||||
"smartdns.xxx.core."
|
||||
|
@ -188,104 +188,104 @@ msgstr ""
|
|||
msgid "Grant access to LuCI app smartdns"
|
||||
msgstr "Conceder acceso a la aplicación LuCI smartdns"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:403
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:404
|
||||
msgid "HTTP Host"
|
||||
msgstr "Host HTTP"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:434
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:435
|
||||
msgid "IP Blacklist"
|
||||
msgstr "Lista negra de IP"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:376
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:377
|
||||
msgid "IP Blacklist Filtering"
|
||||
msgstr "Filtrado de la lista negra de IP"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:103
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:104
|
||||
msgid "IPV4 53 Port Redirect Failure"
|
||||
msgstr "Error de reenvío de puerto IPv4 53"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:109
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:110
|
||||
msgid "IPV6 53 Port Redirect Failure"
|
||||
msgstr "Error de reenvío de puerto IPv6 53"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:183
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:184
|
||||
msgid "IPV6 Server"
|
||||
msgstr "Servidor IPv6"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:462
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:463
|
||||
msgid "If you like this software, please buy me a cup of coffee."
|
||||
msgstr "Si le gusta este software, cómpreme una taza de café."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:171
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:243
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:172
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:244
|
||||
msgid "Local Port"
|
||||
msgstr "Puerto local"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:233
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:234
|
||||
msgid "Maximum TTL for all domain result."
|
||||
msgstr "TTL máximo para todos los resultados de dominio."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:224
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:225
|
||||
msgid "Minimum TTL for all domain result."
|
||||
msgstr "TTL mínimo para todos los resultados de dominio."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:86
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:87
|
||||
#, fuzzy
|
||||
msgid "NOT RUNNING"
|
||||
msgstr "NO SE ESTÁ EJECUTANDO"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:256
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:257
|
||||
msgid "Query DNS through specific dns server group, such as office, home."
|
||||
msgstr ""
|
||||
"Consulta DNS a través de un grupo de servidores dns específico, como "
|
||||
"oficina, hogar."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:84
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:85
|
||||
msgid "RUNNING"
|
||||
msgstr "EJECUTANDO"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:206
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:207
|
||||
msgid "Redirect"
|
||||
msgstr "Redirigir"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:210
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:211
|
||||
msgid "Redirect 53 port to SmartDNS"
|
||||
msgstr "Redirigir el puerto 53 a SmartDNS"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:209
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:210
|
||||
msgid "Run as dnsmasq upstream server"
|
||||
msgstr "Ejecutar como servidor dnsmasq aguas arriba"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:156
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:157
|
||||
msgid "Second Server Settings"
|
||||
msgstr "Segunda configuración del servidor"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:200
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:201
|
||||
msgid "Serve expired"
|
||||
msgstr "Servir expirado"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:255
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:367
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:256
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:368
|
||||
msgid "Server Group"
|
||||
msgstr "Grupo de servidores"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:165
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:166
|
||||
msgid "Server Name"
|
||||
msgstr "Nombre del servidor"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:433
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:434
|
||||
msgid "Set Specific domain ip address."
|
||||
msgstr "Establecer dirección IP de dominio específico."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:434
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:435
|
||||
msgid "Set Specific ip blacklist."
|
||||
msgstr "Establecer lista negra de IP específica."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:384
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:385
|
||||
msgid "Set TLS hostname to verify."
|
||||
msgstr "Establezca el nombre de host TLS para verificar."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:404
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:405
|
||||
msgid ""
|
||||
"Set the HTTP host used for the query. Use this parameter when the host of "
|
||||
"the URL address is an IP address."
|
||||
|
@ -293,76 +293,76 @@ msgstr ""
|
|||
"Establezca el host HTTP utilizado para la consulta. Use este parámetro "
|
||||
"cuando el host de la dirección URL sea una dirección IP."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:394
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:395
|
||||
msgid "Sets the server name indication for query."
|
||||
msgstr "Establece la indicación del nombre del servidor para la consulta."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:152
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:153
|
||||
msgid "Settings"
|
||||
msgstr "Configuraciones"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:268
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:269
|
||||
msgid "Skip Address Rules"
|
||||
msgstr "Omitir reglas de dirección"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:297
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:298
|
||||
msgid "Skip Cache"
|
||||
msgstr "Omitir caché"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:297
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:298
|
||||
msgid "Skip Cache."
|
||||
msgstr "Omitir caché."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:291
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:292
|
||||
msgid "Skip Dualstack Selection"
|
||||
msgstr "Omitir selección de pila doble"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:292
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:293
|
||||
msgid "Skip Dualstack Selection."
|
||||
msgstr "Omitir selección de pila doble."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:280
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:281
|
||||
msgid "Skip Ipset Rule"
|
||||
msgstr "Omitir regla de Ipset"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:274
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:275
|
||||
msgid "Skip Nameserver Rule"
|
||||
msgstr "Omitir regla de servidor de nombres"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:286
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:287
|
||||
msgid "Skip SOA Address Rule"
|
||||
msgstr "Omitir regla de dirección SOA"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:287
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:288
|
||||
msgid "Skip SOA address rules."
|
||||
msgstr "Omita las reglas de dirección SOA."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:262
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:263
|
||||
msgid "Skip Speed Check"
|
||||
msgstr "Omitir comprobación de velocidad"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:269
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:270
|
||||
msgid "Skip address rules."
|
||||
msgstr "Omitir reglas de dirección."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:281
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:282
|
||||
msgid "Skip ipset rules."
|
||||
msgstr "Omitir las reglas de ipset."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:275
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:276
|
||||
msgid "Skip nameserver rules."
|
||||
msgstr "Omitir las reglas del servidor de nombres."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:128
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:129
|
||||
#: applications/luci-app-smartdns/root/usr/share/luci/menu.d/luci-app-smartdns.json:3
|
||||
msgid "SmartDNS"
|
||||
msgstr "SmartDNS"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:129
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:130
|
||||
msgid "SmartDNS Server"
|
||||
msgstr "Servidor SmartDNS"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:130
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:131
|
||||
msgid ""
|
||||
"SmartDNS is a local high-performance DNS server, supports finding fastest "
|
||||
"IP, supports ad filtering, and supports avoiding DNS poisoning."
|
||||
|
@ -371,24 +371,24 @@ msgstr ""
|
|||
"la IP más rápida, admite el filtrado de anuncios y evita el envenenamiento "
|
||||
"de DNS."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:466
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:467
|
||||
msgid "SmartDNS official website"
|
||||
msgstr "Sitio web oficial de SmartDNS"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:206
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:207
|
||||
msgid "SmartDNS redirect mode"
|
||||
msgstr "Modo de redireccionamiento SmartDNS"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:171
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:243
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:172
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:244
|
||||
msgid "Smartdns local server port"
|
||||
msgstr "Puerto del servidor local Smartdns"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:165
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:166
|
||||
msgid "Smartdns server name"
|
||||
msgstr "Nombre del servidor de Smartdns"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:438
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:439
|
||||
msgid ""
|
||||
"Specify an IP address to return for any host in the given domains, Queries "
|
||||
"in the domains are never forwarded and always replied to with the specified "
|
||||
|
@ -398,36 +398,36 @@ msgstr ""
|
|||
"dominios dados, las consultas en los dominios nunca se reenvían y siempre se "
|
||||
"responden con la dirección IP especificada que puede ser IPv4 o IPv6."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:178
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:250
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:179
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:251
|
||||
msgid "TCP Server"
|
||||
msgstr "Servidor TCP"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:383
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:384
|
||||
msgid "TLS Hostname Verify"
|
||||
msgstr "Verificar nombre de host TLS"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:393
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:394
|
||||
msgid "TLS SNI name"
|
||||
msgstr "Nombre SNI de TLS"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:412
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:413
|
||||
msgid "TLS SPKI Pinning"
|
||||
msgstr "TLS SPKI Anclado"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:219
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:220
|
||||
msgid "TTL for all domain result."
|
||||
msgstr "TTL para todos los resultados de dominio."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:461
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:462
|
||||
msgid "Technical Support"
|
||||
msgstr "Soporte técnico"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:323
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:324
|
||||
msgid "Upstream Servers"
|
||||
msgstr "Servidores aguas arriba"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:324
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:325
|
||||
msgid ""
|
||||
"Upstream Servers, support UDP, TCP protocol. Please configure multiple DNS "
|
||||
"servers, including multiple foreign DNS servers."
|
||||
|
@ -435,7 +435,7 @@ msgstr ""
|
|||
"Servidores aguas arriba, soporte UDP, protocolo TCP. Configure varios "
|
||||
"servidores DNS, incluidos varios servidores DNS externos."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:413
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:414
|
||||
msgid ""
|
||||
"Used to verify the validity of the TLS server, The value is Base64 encoded "
|
||||
"SPKI fingerprint, leaving blank to indicate that the validity of TLS is not "
|
||||
|
@ -445,43 +445,43 @@ msgstr ""
|
|||
"digital SPKI codificada en Base64, y se deja en blanco para indicar que no "
|
||||
"se verifica la validez de TLS."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:361
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:362
|
||||
msgid "https"
|
||||
msgstr "https"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:342
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:343
|
||||
msgid "ip"
|
||||
msgstr "ip"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:208
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:209
|
||||
msgid "none"
|
||||
msgstr "ninguno"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:467
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:468
|
||||
msgid "open website"
|
||||
msgstr "abrir sitio web"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:347
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:348
|
||||
msgid "port"
|
||||
msgstr "puerto"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:308
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:309
|
||||
msgid "smartdns custom settings"
|
||||
msgstr "configuraciones personalizadas de smartdns"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:359
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:360
|
||||
msgid "tcp"
|
||||
msgstr "tcp"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:360
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:361
|
||||
msgid "tls"
|
||||
msgstr "tls"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:356
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:357
|
||||
msgid "type"
|
||||
msgstr "tipo"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:358
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:359
|
||||
msgid "udp"
|
||||
msgstr "udp"
|
||||
|
||||
|
|
|
@ -10,20 +10,20 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||
"X-Generator: Weblate 4.7.2-dev\n"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:424
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:425
|
||||
msgid "Additional Args for upstream dns servers"
|
||||
msgstr "Args adicionais para servidores dns upstream"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:423
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:424
|
||||
msgid "Additional Server Args"
|
||||
msgstr "Args Adicionais Sobre o Servidor"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:330
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:430
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:331
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:431
|
||||
msgid "Advanced Settings"
|
||||
msgstr "Configurações Avançadas"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:201
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:202
|
||||
msgid ""
|
||||
"Attempts to serve old responses from cache with a TTL of 0 in the response "
|
||||
"without waiting for the actual resolution to finish."
|
||||
|
@ -31,15 +31,15 @@ msgstr ""
|
|||
"Tentativas de servir respostas antigas do cache com um TTL de 0 na resposta "
|
||||
"sem esperar o término da resolução real."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:215
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:216
|
||||
msgid "Cache Size"
|
||||
msgstr "Tamanho do Cache"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:146
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:147
|
||||
msgid "Collecting data ..."
|
||||
msgstr "Coletando dados ..."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:451
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:452
|
||||
msgid ""
|
||||
"Configure IP blacklists that will be filtered from the results of specific "
|
||||
"DNS server."
|
||||
|
@ -47,133 +47,133 @@ msgstr ""
|
|||
"Configure as listas negras dos IP que serão filtradas a partir dos "
|
||||
"resultados de um servidor DNS específico."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:157
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:158
|
||||
msgid "Custom Settings"
|
||||
msgstr "Configurações Personalizadas"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:339
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:340
|
||||
msgid "DNS Server Name"
|
||||
msgstr "Nome do Servidor DNS"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:367
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:368
|
||||
msgid ""
|
||||
"DNS Server group belongs to, used with nameserver, such as office, home."
|
||||
msgstr ""
|
||||
"O grupo do Servidor DNS pertence a, usado em conjunto com o nameserver (nome "
|
||||
"do servidor), assim como em office, em casa."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:342
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:343
|
||||
msgid "DNS Server ip"
|
||||
msgstr "Endereço IP do Servidor DNS"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:347
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:348
|
||||
msgid "DNS Server port"
|
||||
msgstr "Porta do Servidor DNS"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:356
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:357
|
||||
msgid "DNS Server type"
|
||||
msgstr "Tipo do Servidor DNS"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:215
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:216
|
||||
msgid "DNS domain result cache size"
|
||||
msgstr "Tamanho do cache para o resultado do domínio DNS"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:95
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:96
|
||||
msgid "Dnsmasq Forwared To Smartdns Failure"
|
||||
msgstr "Encaminhamento do Dnsmasq para Falha do Smartdns"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:263
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:264
|
||||
msgid "Do not check speed."
|
||||
msgstr "Não verifique a velocidade."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:433
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:434
|
||||
msgid "Domain Address"
|
||||
msgstr "Endereço do domínio"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:219
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:220
|
||||
msgid "Domain TTL"
|
||||
msgstr "TTL do domínio"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:232
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:233
|
||||
msgid "Domain TTL Max"
|
||||
msgstr "TTL Max. do Domínio"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:223
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:224
|
||||
msgid "Domain TTL Min"
|
||||
msgstr "TTL Min. do Domínio"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:194
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:195
|
||||
msgid "Domain prefetch"
|
||||
msgstr "Pré-aquisição do Domínio"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:475
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:476
|
||||
msgid "Donate"
|
||||
msgstr "Doe"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:474
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:475
|
||||
msgid "Donate to smartdns"
|
||||
msgstr "Doar para o smartdns"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:188
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:189
|
||||
msgid "Dual-stack IP Selection"
|
||||
msgstr "Seleção IP com pilha dupla"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:160
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:237
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:333
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:161
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:238
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:334
|
||||
msgid "Enable"
|
||||
msgstr "Ativar"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:189
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:190
|
||||
msgid "Enable IP selection between IPV4 and IPV6"
|
||||
msgstr "Ative a seleção do IP entre o IPV4 e o IPV6"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:183
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:184
|
||||
msgid "Enable IPV6 DNS Server"
|
||||
msgstr "Ativar o Servidor IPV6 do DNS"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:178
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:250
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:179
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:251
|
||||
msgid "Enable TCP DNS Server"
|
||||
msgstr "Ative o TCP do servidor DNS"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:195
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:196
|
||||
msgid "Enable domain prefetch, accelerate domain response speed."
|
||||
msgstr ""
|
||||
"Ative a pré-aquisição do domínio, acelera a velocidade de resposta do "
|
||||
"domínio."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:238
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:239
|
||||
msgid "Enable or disable second DNS server."
|
||||
msgstr "Ative ou desative o segundo servidor DNS."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:160
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:161
|
||||
msgid "Enable or disable smartdns server"
|
||||
msgstr "Ative ou desative o servidor smartdns"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:377
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:378
|
||||
msgid "Filtering IP with blacklist"
|
||||
msgstr "Filtrando o IP com um alista negra"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:302
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:303
|
||||
msgid "Force AAAA SOA"
|
||||
msgstr "Impor AAAA SOA"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:302
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:303
|
||||
msgid "Force AAAA SOA."
|
||||
msgstr "Impor AAAA SOA."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:152
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:155
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:329
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:153
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:156
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:330
|
||||
msgid "General Settings"
|
||||
msgstr "Configurações gerais"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:318
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:319
|
||||
msgid "Generate Coredump"
|
||||
msgstr "Gerar Coredump"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:319
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:320
|
||||
msgid ""
|
||||
"Generate Coredump file when smartdns crash, coredump file is located at /tmp/"
|
||||
"smartdns.xxx.core."
|
||||
|
@ -185,103 +185,103 @@ msgstr ""
|
|||
msgid "Grant access to LuCI app smartdns"
|
||||
msgstr "Conceda acesso ao LuCI app smartdns"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:403
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:404
|
||||
msgid "HTTP Host"
|
||||
msgstr "Host HTTP"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:434
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:435
|
||||
msgid "IP Blacklist"
|
||||
msgstr "Lista negra de IPs"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:376
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:377
|
||||
msgid "IP Blacklist Filtering"
|
||||
msgstr "Filtragem da Lista Negra dos IPs"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:103
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:104
|
||||
msgid "IPV4 53 Port Redirect Failure"
|
||||
msgstr "Falha no Redirecionamento da Porta IPV4 53"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:109
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:110
|
||||
msgid "IPV6 53 Port Redirect Failure"
|
||||
msgstr "Falha no Redirecionamento da Porta IPV6 53"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:183
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:184
|
||||
msgid "IPV6 Server"
|
||||
msgstr "Servidor IPV6"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:462
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:463
|
||||
msgid "If you like this software, please buy me a cup of coffee."
|
||||
msgstr "Caso goste deste software, por favor, me pague uma xícara de café."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:171
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:243
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:172
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:244
|
||||
msgid "Local Port"
|
||||
msgstr "Porta Local"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:233
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:234
|
||||
msgid "Maximum TTL for all domain result."
|
||||
msgstr "TTL máximo para todos os resultados do domínio."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:224
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:225
|
||||
msgid "Minimum TTL for all domain result."
|
||||
msgstr "TTL mínimo para todos os resultados do domínio."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:86
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:87
|
||||
msgid "NOT RUNNING"
|
||||
msgstr "NÃO ESTÁ EM EXECUÇÃO"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:256
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:257
|
||||
msgid "Query DNS through specific dns server group, such as office, home."
|
||||
msgstr ""
|
||||
"Consulta o DNS através de um grupo específico de servidores dns, como "
|
||||
"office, casa."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:84
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:85
|
||||
msgid "RUNNING"
|
||||
msgstr "EM EXECUÇÃO"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:206
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:207
|
||||
msgid "Redirect"
|
||||
msgstr "Redirecione"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:210
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:211
|
||||
msgid "Redirect 53 port to SmartDNS"
|
||||
msgstr "Redirecionar a porta 53 para o SmartDNS"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:209
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:210
|
||||
msgid "Run as dnsmasq upstream server"
|
||||
msgstr "Executar como servidor dnsmasq upstream"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:156
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:157
|
||||
msgid "Second Server Settings"
|
||||
msgstr "Configurações do Segundo Servidor"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:200
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:201
|
||||
msgid "Serve expired"
|
||||
msgstr "O servir expirou"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:255
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:367
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:256
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:368
|
||||
msgid "Server Group"
|
||||
msgstr "Grupo dos Servidores"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:165
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:166
|
||||
msgid "Server Name"
|
||||
msgstr "Nome do Servidor"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:433
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:434
|
||||
msgid "Set Specific domain ip address."
|
||||
msgstr "Defina um endereço IP específico para o domínio."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:434
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:435
|
||||
msgid "Set Specific ip blacklist."
|
||||
msgstr "Defina um IP específico para a lista negra."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:384
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:385
|
||||
msgid "Set TLS hostname to verify."
|
||||
msgstr "Defina o nome do host TLS para verificar."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:404
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:405
|
||||
msgid ""
|
||||
"Set the HTTP host used for the query. Use this parameter when the host of "
|
||||
"the URL address is an IP address."
|
||||
|
@ -289,76 +289,76 @@ msgstr ""
|
|||
"Defina o host HTTP utilizado para a consulta. Use este parâmetro quando o "
|
||||
"host da URL do endereço for um endereço IP."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:394
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:395
|
||||
msgid "Sets the server name indication for query."
|
||||
msgstr "Define a indicação do nome do servidor para consulta."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:152
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:153
|
||||
msgid "Settings"
|
||||
msgstr "Configurações"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:268
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:269
|
||||
msgid "Skip Address Rules"
|
||||
msgstr "Ignora as Regras do Endereço"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:297
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:298
|
||||
msgid "Skip Cache"
|
||||
msgstr "Ignora a Cache"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:297
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:298
|
||||
msgid "Skip Cache."
|
||||
msgstr "Ignora a Cache."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:291
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:292
|
||||
msgid "Skip Dualstack Selection"
|
||||
msgstr "Ignora a Seleção da Pilha Dupla"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:292
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:293
|
||||
msgid "Skip Dualstack Selection."
|
||||
msgstr "Ignora a Seleção da Pilha Dupla."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:280
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:281
|
||||
msgid "Skip Ipset Rule"
|
||||
msgstr "Ignora a Regra Ipset"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:274
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:275
|
||||
msgid "Skip Nameserver Rule"
|
||||
msgstr "Ignora a Regra do Servidor de Nomes"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:286
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:287
|
||||
msgid "Skip SOA Address Rule"
|
||||
msgstr "Ignorar a Regra do Endereço SOA"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:287
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:288
|
||||
msgid "Skip SOA address rules."
|
||||
msgstr "Ignorar a Regra do Endereço SOA."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:262
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:263
|
||||
msgid "Skip Speed Check"
|
||||
msgstr "Ignorar a Verificação da Velocidade"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:269
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:270
|
||||
msgid "Skip address rules."
|
||||
msgstr "Ignora as Regras do Endereço."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:281
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:282
|
||||
msgid "Skip ipset rules."
|
||||
msgstr "Ignore as regras do ipset."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:275
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:276
|
||||
msgid "Skip nameserver rules."
|
||||
msgstr "Ignora a regra do servidor de nomes."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:128
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:129
|
||||
#: applications/luci-app-smartdns/root/usr/share/luci/menu.d/luci-app-smartdns.json:3
|
||||
msgid "SmartDNS"
|
||||
msgstr "SmartDNS"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:129
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:130
|
||||
msgid "SmartDNS Server"
|
||||
msgstr "Servidor SmartDNS"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:130
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:131
|
||||
msgid ""
|
||||
"SmartDNS is a local high-performance DNS server, supports finding fastest "
|
||||
"IP, supports ad filtering, and supports avoiding DNS poisoning."
|
||||
|
@ -367,24 +367,24 @@ msgstr ""
|
|||
"localização rápida do IP, suporta filtragem de anúncios e previne o "
|
||||
"envenenamento do DNS."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:466
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:467
|
||||
msgid "SmartDNS official website"
|
||||
msgstr "Site oficial do SmartDNS"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:206
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:207
|
||||
msgid "SmartDNS redirect mode"
|
||||
msgstr "SmartDNS, modo de redirecionamento"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:171
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:243
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:172
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:244
|
||||
msgid "Smartdns local server port"
|
||||
msgstr "Porta do servidor local Smartdns"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:165
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:166
|
||||
msgid "Smartdns server name"
|
||||
msgstr "Nome do servidor Smartdns"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:438
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:439
|
||||
msgid ""
|
||||
"Specify an IP address to return for any host in the given domains, Queries "
|
||||
"in the domains are never forwarded and always replied to with the specified "
|
||||
|
@ -395,36 +395,36 @@ msgstr ""
|
|||
"respondidas de forma especificada com o endereço IP que tanto pode ser IPv4 "
|
||||
"ou IPv6."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:178
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:250
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:179
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:251
|
||||
msgid "TCP Server"
|
||||
msgstr "Servidor TCP"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:383
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:384
|
||||
msgid "TLS Hostname Verify"
|
||||
msgstr "Verificar o Nome do Host TLS"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:393
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:394
|
||||
msgid "TLS SNI name"
|
||||
msgstr "Nome TLS SNI"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:412
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:413
|
||||
msgid "TLS SPKI Pinning"
|
||||
msgstr "Fixação TLS SPKI"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:219
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:220
|
||||
msgid "TTL for all domain result."
|
||||
msgstr "O TTL para todos os resultados do domínio."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:461
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:462
|
||||
msgid "Technical Support"
|
||||
msgstr "Suporte Técnico"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:323
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:324
|
||||
msgid "Upstream Servers"
|
||||
msgstr "Servidores upstream"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:324
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:325
|
||||
msgid ""
|
||||
"Upstream Servers, support UDP, TCP protocol. Please configure multiple DNS "
|
||||
"servers, including multiple foreign DNS servers."
|
||||
|
@ -432,7 +432,7 @@ msgstr ""
|
|||
"Servidores upstream, suporte UDP, protocolo TCP. Configure os vários "
|
||||
"servidores DNS, incluindo vários servidores DNS externos."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:413
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:414
|
||||
msgid ""
|
||||
"Used to verify the validity of the TLS server, The value is Base64 encoded "
|
||||
"SPKI fingerprint, leaving blank to indicate that the validity of TLS is not "
|
||||
|
@ -442,42 +442,42 @@ msgstr ""
|
|||
"digital SPKI codificada com base64, deixando em branco para indicar que a "
|
||||
"validade do TLS não será verificada."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:361
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:362
|
||||
msgid "https"
|
||||
msgstr "https"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:342
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:343
|
||||
msgid "ip"
|
||||
msgstr "IP"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:208
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:209
|
||||
msgid "none"
|
||||
msgstr "nenhum"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:467
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:468
|
||||
msgid "open website"
|
||||
msgstr "abrir o website"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:347
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:348
|
||||
msgid "port"
|
||||
msgstr "porta"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:308
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:309
|
||||
msgid "smartdns custom settings"
|
||||
msgstr "configurações personalizadas do smartdns"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:359
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:360
|
||||
msgid "tcp"
|
||||
msgstr "tcp"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:360
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:361
|
||||
msgid "tls"
|
||||
msgstr "tls"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:356
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:357
|
||||
msgid "type"
|
||||
msgstr "tipo"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:358
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:359
|
||||
msgid "udp"
|
||||
msgstr "udp"
|
||||
|
|
|
@ -1,162 +1,162 @@
|
|||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=UTF-8"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:424
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:425
|
||||
msgid "Additional Args for upstream dns servers"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:423
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:424
|
||||
msgid "Additional Server Args"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:330
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:430
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:331
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:431
|
||||
msgid "Advanced Settings"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:201
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:202
|
||||
msgid ""
|
||||
"Attempts to serve old responses from cache with a TTL of 0 in the response "
|
||||
"without waiting for the actual resolution to finish."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:215
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:216
|
||||
msgid "Cache Size"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:146
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:147
|
||||
msgid "Collecting data ..."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:451
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:452
|
||||
msgid ""
|
||||
"Configure IP blacklists that will be filtered from the results of specific "
|
||||
"DNS server."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:157
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:158
|
||||
msgid "Custom Settings"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:339
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:340
|
||||
msgid "DNS Server Name"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:367
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:368
|
||||
msgid ""
|
||||
"DNS Server group belongs to, used with nameserver, such as office, home."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:342
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:343
|
||||
msgid "DNS Server ip"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:347
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:348
|
||||
msgid "DNS Server port"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:356
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:357
|
||||
msgid "DNS Server type"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:215
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:216
|
||||
msgid "DNS domain result cache size"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:95
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:96
|
||||
msgid "Dnsmasq Forwared To Smartdns Failure"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:263
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:264
|
||||
msgid "Do not check speed."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:433
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:434
|
||||
msgid "Domain Address"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:219
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:220
|
||||
msgid "Domain TTL"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:232
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:233
|
||||
msgid "Domain TTL Max"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:223
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:224
|
||||
msgid "Domain TTL Min"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:194
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:195
|
||||
msgid "Domain prefetch"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:475
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:476
|
||||
msgid "Donate"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:474
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:475
|
||||
msgid "Donate to smartdns"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:188
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:189
|
||||
msgid "Dual-stack IP Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:160
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:237
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:333
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:161
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:238
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:334
|
||||
msgid "Enable"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:189
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:190
|
||||
msgid "Enable IP selection between IPV4 and IPV6"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:183
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:184
|
||||
msgid "Enable IPV6 DNS Server"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:178
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:250
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:179
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:251
|
||||
msgid "Enable TCP DNS Server"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:195
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:196
|
||||
msgid "Enable domain prefetch, accelerate domain response speed."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:238
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:239
|
||||
msgid "Enable or disable second DNS server."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:160
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:161
|
||||
msgid "Enable or disable smartdns server"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:377
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:378
|
||||
msgid "Filtering IP with blacklist"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:302
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:303
|
||||
msgid "Force AAAA SOA"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:302
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:303
|
||||
msgid "Force AAAA SOA."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:152
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:155
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:329
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:153
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:156
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:330
|
||||
msgid "General Settings"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:318
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:319
|
||||
msgid "Generate Coredump"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:319
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:320
|
||||
msgid ""
|
||||
"Generate Coredump file when smartdns crash, coredump file is located at /tmp/"
|
||||
"smartdns.xxx.core."
|
||||
|
@ -166,283 +166,283 @@ msgstr ""
|
|||
msgid "Grant access to LuCI app smartdns"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:403
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:404
|
||||
msgid "HTTP Host"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:434
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:435
|
||||
msgid "IP Blacklist"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:376
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:377
|
||||
msgid "IP Blacklist Filtering"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:103
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:104
|
||||
msgid "IPV4 53 Port Redirect Failure"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:109
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:110
|
||||
msgid "IPV6 53 Port Redirect Failure"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:183
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:184
|
||||
msgid "IPV6 Server"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:462
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:463
|
||||
msgid "If you like this software, please buy me a cup of coffee."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:171
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:243
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:172
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:244
|
||||
msgid "Local Port"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:233
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:234
|
||||
msgid "Maximum TTL for all domain result."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:224
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:225
|
||||
msgid "Minimum TTL for all domain result."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:86
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:87
|
||||
msgid "NOT RUNNING"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:256
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:257
|
||||
msgid "Query DNS through specific dns server group, such as office, home."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:84
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:85
|
||||
msgid "RUNNING"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:206
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:207
|
||||
msgid "Redirect"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:210
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:211
|
||||
msgid "Redirect 53 port to SmartDNS"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:209
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:210
|
||||
msgid "Run as dnsmasq upstream server"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:156
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:157
|
||||
msgid "Second Server Settings"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:200
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:201
|
||||
msgid "Serve expired"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:255
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:367
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:256
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:368
|
||||
msgid "Server Group"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:165
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:166
|
||||
msgid "Server Name"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:433
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:434
|
||||
msgid "Set Specific domain ip address."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:434
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:435
|
||||
msgid "Set Specific ip blacklist."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:384
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:385
|
||||
msgid "Set TLS hostname to verify."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:404
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:405
|
||||
msgid ""
|
||||
"Set the HTTP host used for the query. Use this parameter when the host of "
|
||||
"the URL address is an IP address."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:394
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:395
|
||||
msgid "Sets the server name indication for query."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:152
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:153
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:268
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:269
|
||||
msgid "Skip Address Rules"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:297
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:298
|
||||
msgid "Skip Cache"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:297
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:298
|
||||
msgid "Skip Cache."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:291
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:292
|
||||
msgid "Skip Dualstack Selection"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:292
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:293
|
||||
msgid "Skip Dualstack Selection."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:280
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:281
|
||||
msgid "Skip Ipset Rule"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:274
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:275
|
||||
msgid "Skip Nameserver Rule"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:286
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:287
|
||||
msgid "Skip SOA Address Rule"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:287
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:288
|
||||
msgid "Skip SOA address rules."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:262
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:263
|
||||
msgid "Skip Speed Check"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:269
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:270
|
||||
msgid "Skip address rules."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:281
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:282
|
||||
msgid "Skip ipset rules."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:275
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:276
|
||||
msgid "Skip nameserver rules."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:128
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:129
|
||||
#: applications/luci-app-smartdns/root/usr/share/luci/menu.d/luci-app-smartdns.json:3
|
||||
msgid "SmartDNS"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:129
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:130
|
||||
msgid "SmartDNS Server"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:130
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:131
|
||||
msgid ""
|
||||
"SmartDNS is a local high-performance DNS server, supports finding fastest "
|
||||
"IP, supports ad filtering, and supports avoiding DNS poisoning."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:466
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:467
|
||||
msgid "SmartDNS official website"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:206
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:207
|
||||
msgid "SmartDNS redirect mode"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:171
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:243
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:172
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:244
|
||||
msgid "Smartdns local server port"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:165
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:166
|
||||
msgid "Smartdns server name"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:438
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:439
|
||||
msgid ""
|
||||
"Specify an IP address to return for any host in the given domains, Queries "
|
||||
"in the domains are never forwarded and always replied to with the specified "
|
||||
"IP address which may be IPv4 or IPv6."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:178
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:250
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:179
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:251
|
||||
msgid "TCP Server"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:383
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:384
|
||||
msgid "TLS Hostname Verify"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:393
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:394
|
||||
msgid "TLS SNI name"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:412
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:413
|
||||
msgid "TLS SPKI Pinning"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:219
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:220
|
||||
msgid "TTL for all domain result."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:461
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:462
|
||||
msgid "Technical Support"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:323
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:324
|
||||
msgid "Upstream Servers"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:324
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:325
|
||||
msgid ""
|
||||
"Upstream Servers, support UDP, TCP protocol. Please configure multiple DNS "
|
||||
"servers, including multiple foreign DNS servers."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:413
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:414
|
||||
msgid ""
|
||||
"Used to verify the validity of the TLS server, The value is Base64 encoded "
|
||||
"SPKI fingerprint, leaving blank to indicate that the validity of TLS is not "
|
||||
"verified."
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:361
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:362
|
||||
msgid "https"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:342
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:343
|
||||
msgid "ip"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:208
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:209
|
||||
msgid "none"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:467
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:468
|
||||
msgid "open website"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:347
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:348
|
||||
msgid "port"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:308
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:309
|
||||
msgid "smartdns custom settings"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:359
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:360
|
||||
msgid "tcp"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:360
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:361
|
||||
msgid "tls"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:356
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:357
|
||||
msgid "type"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:358
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:359
|
||||
msgid "udp"
|
||||
msgstr ""
|
||||
|
|
|
@ -10,162 +10,162 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 4.6-dev\n"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:424
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:425
|
||||
msgid "Additional Args for upstream dns servers"
|
||||
msgstr "额外的上游 DNS 服务器参数"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:423
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:424
|
||||
msgid "Additional Server Args"
|
||||
msgstr "额外的服务器参数"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:330
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:430
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:331
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:431
|
||||
msgid "Advanced Settings"
|
||||
msgstr "高级设置"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:201
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:202
|
||||
msgid ""
|
||||
"Attempts to serve old responses from cache with a TTL of 0 in the response "
|
||||
"without waiting for the actual resolution to finish."
|
||||
msgstr "查询性能优化,有请求时尝试回应TTL为0的过期记录,以避免查询等待。"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:215
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:216
|
||||
msgid "Cache Size"
|
||||
msgstr "缓存大小"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:146
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:147
|
||||
msgid "Collecting data ..."
|
||||
msgstr "正在收集数据..."
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:451
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:452
|
||||
msgid ""
|
||||
"Configure IP blacklists that will be filtered from the results of specific "
|
||||
"DNS server."
|
||||
msgstr "配置需要从指定域名服务器结果过滤的IP黑名单。"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:157
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:158
|
||||
msgid "Custom Settings"
|
||||
msgstr "自定义设置"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:339
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:340
|
||||
msgid "DNS Server Name"
|
||||
msgstr "DNS服务器名称"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:367
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:368
|
||||
msgid ""
|
||||
"DNS Server group belongs to, used with nameserver, such as office, home."
|
||||
msgstr "DNS服务器所属组, 配合nameserver使用,例如:office,home。"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:342
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:343
|
||||
msgid "DNS Server ip"
|
||||
msgstr "DNS服务器IP"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:347
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:348
|
||||
msgid "DNS Server port"
|
||||
msgstr "DNS服务器端口"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:356
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:357
|
||||
msgid "DNS Server type"
|
||||
msgstr "协议类型"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:215
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:216
|
||||
msgid "DNS domain result cache size"
|
||||
msgstr "缓存DNS的结果,缓存大小,配置零则不缓存"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:95
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:96
|
||||
msgid "Dnsmasq Forwared To Smartdns Failure"
|
||||
msgstr "重定向dnsmasq到smartdns失败"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:263
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:264
|
||||
msgid "Do not check speed."
|
||||
msgstr "禁用测速。"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:433
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:434
|
||||
msgid "Domain Address"
|
||||
msgstr "域名地址"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:219
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:220
|
||||
msgid "Domain TTL"
|
||||
msgstr "域名TTL"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:232
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:233
|
||||
msgid "Domain TTL Max"
|
||||
msgstr "域名TTL最大值"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:223
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:224
|
||||
msgid "Domain TTL Min"
|
||||
msgstr "域名TTL最小值"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:194
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:195
|
||||
msgid "Domain prefetch"
|
||||
msgstr "域名预加载"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:475
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:476
|
||||
msgid "Donate"
|
||||
msgstr "捐助"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:474
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:475
|
||||
msgid "Donate to smartdns"
|
||||
msgstr "捐助smartdns项目"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:188
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:189
|
||||
msgid "Dual-stack IP Selection"
|
||||
msgstr "双栈IP优选"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:160
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:237
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:333
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:161
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:238
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:334
|
||||
msgid "Enable"
|
||||
msgstr "启用"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:189
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:190
|
||||
msgid "Enable IP selection between IPV4 and IPV6"
|
||||
msgstr "启用 IPV4 和 IPV6 间的 IP 优选策略"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:183
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:184
|
||||
msgid "Enable IPV6 DNS Server"
|
||||
msgstr "启用IPV6服务器"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:178
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:250
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:179
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:251
|
||||
msgid "Enable TCP DNS Server"
|
||||
msgstr "启用TCP服务器"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:195
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:196
|
||||
msgid "Enable domain prefetch, accelerate domain response speed."
|
||||
msgstr "启用域名预加载,加速域名响应速度。"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:238
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:239
|
||||
msgid "Enable or disable second DNS server."
|
||||
msgstr "是否启用第二DNS服务器。"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:160
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:161
|
||||
msgid "Enable or disable smartdns server"
|
||||
msgstr "启用或禁用SmartDNS服务"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:377
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:378
|
||||
msgid "Filtering IP with blacklist"
|
||||
msgstr "使用IP黑名单过滤"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:302
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:303
|
||||
msgid "Force AAAA SOA"
|
||||
msgstr "停用IPV6地址解析"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:302
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:303
|
||||
msgid "Force AAAA SOA."
|
||||
msgstr "停用IPV6地址解析。"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:152
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:155
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:329
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:153
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:156
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:330
|
||||
msgid "General Settings"
|
||||
msgstr "常规设置"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:318
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:319
|
||||
msgid "Generate Coredump"
|
||||
msgstr "生成coredump"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:319
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:320
|
||||
msgid ""
|
||||
"Generate Coredump file when smartdns crash, coredump file is located at /tmp/"
|
||||
"smartdns.xxx.core."
|
||||
|
@ -176,199 +176,199 @@ msgstr ""
|
|||
msgid "Grant access to LuCI app smartdns"
|
||||
msgstr "授予访问 LuCI 应用 smartdns 的权限"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:403
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:404
|
||||
msgid "HTTP Host"
|
||||
msgstr "HTTP主机"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:434
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:435
|
||||
msgid "IP Blacklist"
|
||||
msgstr "IP黑名单"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:376
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:377
|
||||
msgid "IP Blacklist Filtering"
|
||||
msgstr "IP黑名单过滤"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:103
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:104
|
||||
msgid "IPV4 53 Port Redirect Failure"
|
||||
msgstr "IPV4 53端口重定向失败"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:109
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:110
|
||||
msgid "IPV6 53 Port Redirect Failure"
|
||||
msgstr "IPV6 53端口重定向失败"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:183
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:184
|
||||
msgid "IPV6 Server"
|
||||
msgstr "IPV6服务器"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:462
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:463
|
||||
msgid "If you like this software, please buy me a cup of coffee."
|
||||
msgstr "如果本软件对你有帮助,请给作者加个蛋。"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:171
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:243
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:172
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:244
|
||||
msgid "Local Port"
|
||||
msgstr "本地端口"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:233
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:234
|
||||
msgid "Maximum TTL for all domain result."
|
||||
msgstr "所有域名的最大 TTL 值。"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:224
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:225
|
||||
msgid "Minimum TTL for all domain result."
|
||||
msgstr "所有域名的最小 TTL 值。"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:86
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:87
|
||||
msgid "NOT RUNNING"
|
||||
msgstr "未运行"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:256
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:257
|
||||
msgid "Query DNS through specific dns server group, such as office, home."
|
||||
msgstr "使用指定服务器组查询,比如office, home。"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:84
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:85
|
||||
msgid "RUNNING"
|
||||
msgstr "运行中"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:206
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:207
|
||||
msgid "Redirect"
|
||||
msgstr "重定向"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:210
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:211
|
||||
msgid "Redirect 53 port to SmartDNS"
|
||||
msgstr "重定向53端口到SmartDNS"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:209
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:210
|
||||
msgid "Run as dnsmasq upstream server"
|
||||
msgstr "作为dnsmasq的上游服务器"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:156
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:157
|
||||
msgid "Second Server Settings"
|
||||
msgstr "第二DNS服务器"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:200
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:201
|
||||
msgid "Serve expired"
|
||||
msgstr "缓存过期服务"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:255
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:367
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:256
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:368
|
||||
msgid "Server Group"
|
||||
msgstr "服务器组"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:165
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:166
|
||||
msgid "Server Name"
|
||||
msgstr "服务器名称"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:433
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:434
|
||||
msgid "Set Specific domain ip address."
|
||||
msgstr "设置指定域名的IP地址。"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:434
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:435
|
||||
msgid "Set Specific ip blacklist."
|
||||
msgstr "设置指定的 IP 黑名单列表。"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:384
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:385
|
||||
msgid "Set TLS hostname to verify."
|
||||
msgstr "设置校验TLS主机名。"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:404
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:405
|
||||
msgid ""
|
||||
"Set the HTTP host used for the query. Use this parameter when the host of "
|
||||
"the URL address is an IP address."
|
||||
msgstr "设置查询时使用的HTTP主机,当URL地址的host是IP地址时,使用此参数。"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:394
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:395
|
||||
msgid "Sets the server name indication for query."
|
||||
msgstr "设置查询时使用的服务器SNI名称。"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:152
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:153
|
||||
msgid "Settings"
|
||||
msgstr "设置"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:268
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:269
|
||||
msgid "Skip Address Rules"
|
||||
msgstr "跳过address规则"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:297
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:298
|
||||
msgid "Skip Cache"
|
||||
msgstr "跳过cache"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:297
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:298
|
||||
msgid "Skip Cache."
|
||||
msgstr "跳过cache。"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:291
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:292
|
||||
msgid "Skip Dualstack Selection"
|
||||
msgstr "跳过双栈优选"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:292
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:293
|
||||
msgid "Skip Dualstack Selection."
|
||||
msgstr "跳过双栈优选。"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:280
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:281
|
||||
msgid "Skip Ipset Rule"
|
||||
msgstr "跳过ipset规则"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:274
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:275
|
||||
msgid "Skip Nameserver Rule"
|
||||
msgstr "跳过Nameserver规则"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:286
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:287
|
||||
msgid "Skip SOA Address Rule"
|
||||
msgstr "跳过address SOA(#)规则"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:287
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:288
|
||||
msgid "Skip SOA address rules."
|
||||
msgstr "跳过address SOA(#)规则。"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:262
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:263
|
||||
msgid "Skip Speed Check"
|
||||
msgstr "跳过测速"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:269
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:270
|
||||
msgid "Skip address rules."
|
||||
msgstr "跳过address规则。"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:281
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:282
|
||||
msgid "Skip ipset rules."
|
||||
msgstr "跳过ipset规则。"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:275
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:276
|
||||
msgid "Skip nameserver rules."
|
||||
msgstr "跳过Nameserver规则。"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:128
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:129
|
||||
#: applications/luci-app-smartdns/root/usr/share/luci/menu.d/luci-app-smartdns.json:3
|
||||
msgid "SmartDNS"
|
||||
msgstr "SmartDNS"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:129
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:130
|
||||
msgid "SmartDNS Server"
|
||||
msgstr "SmartDNS 服务器"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:130
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:131
|
||||
msgid ""
|
||||
"SmartDNS is a local high-performance DNS server, supports finding fastest "
|
||||
"IP, supports ad filtering, and supports avoiding DNS poisoning."
|
||||
msgstr "SmartDNS是一个本地高性能DNS服务器,支持返回最快IP,支持广告过滤。"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:466
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:467
|
||||
msgid "SmartDNS official website"
|
||||
msgstr "SmartDNS官方网站"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:206
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:207
|
||||
msgid "SmartDNS redirect mode"
|
||||
msgstr "SmartDNS 重定向模式"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:171
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:243
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:172
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:244
|
||||
msgid "Smartdns local server port"
|
||||
msgstr "SmartDNS本地服务端口"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:165
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:166
|
||||
msgid "Smartdns server name"
|
||||
msgstr "SmartDNS的服务器名称,默认为smartdns,留空为主机名"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:438
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:439
|
||||
msgid ""
|
||||
"Specify an IP address to return for any host in the given domains, Queries "
|
||||
"in the domains are never forwarded and always replied to with the specified "
|
||||
|
@ -377,84 +377,88 @@ msgstr ""
|
|||
"配置特定域名返回特定的IP地址,域名查询将不到上游服务器请求,直接返回配置的IP"
|
||||
"地址,可用于广告屏蔽。"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:178
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:250
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:179
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:251
|
||||
msgid "TCP Server"
|
||||
msgstr "TCP服务器"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:383
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:384
|
||||
msgid "TLS Hostname Verify"
|
||||
msgstr "校验TLS主机名"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:393
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:394
|
||||
msgid "TLS SNI name"
|
||||
msgstr "TLS SNI名称"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:412
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:413
|
||||
msgid "TLS SPKI Pinning"
|
||||
msgstr "TLS SPKI 指纹"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:219
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:220
|
||||
msgid "TTL for all domain result."
|
||||
msgstr "设置所有域名的 TTL 值。"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:461
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:462
|
||||
msgid "Technical Support"
|
||||
msgstr "技术支持"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:323
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:324
|
||||
msgid "Upstream Servers"
|
||||
msgstr "上游服务器"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:324
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:325
|
||||
msgid ""
|
||||
"Upstream Servers, support UDP, TCP protocol. Please configure multiple DNS "
|
||||
"servers, including multiple foreign DNS servers."
|
||||
msgstr "上游 DNS 服务器,支持 UDP,TCP 协议。请配置多个上游 DNS 服务器,包括多个国内外服务器。"
|
||||
msgstr ""
|
||||
"上游 DNS 服务器,支持 UDP,TCP 协议。请配置多个上游 DNS 服务器,包括多个国内"
|
||||
"外服务器。"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:413
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:414
|
||||
msgid ""
|
||||
"Used to verify the validity of the TLS server, The value is Base64 encoded "
|
||||
"SPKI fingerprint, leaving blank to indicate that the validity of TLS is not "
|
||||
"verified."
|
||||
msgstr "用于校验 TLS 服务器的有效性,数值为 Base64 编码的 SPKI 指纹,留空表示不验证 TLS 的合法性。"
|
||||
msgstr ""
|
||||
"用于校验 TLS 服务器的有效性,数值为 Base64 编码的 SPKI 指纹,留空表示不验证 "
|
||||
"TLS 的合法性。"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:361
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:362
|
||||
msgid "https"
|
||||
msgstr "https"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:342
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:343
|
||||
msgid "ip"
|
||||
msgstr "ip"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:208
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:209
|
||||
msgid "none"
|
||||
msgstr "无"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:467
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:468
|
||||
msgid "open website"
|
||||
msgstr "打开网站"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:347
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:348
|
||||
msgid "port"
|
||||
msgstr "端口"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:308
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:309
|
||||
msgid "smartdns custom settings"
|
||||
msgstr "smartdns 自定义设置,具体配置参数参考指导"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:359
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:360
|
||||
msgid "tcp"
|
||||
msgstr "tcp"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:360
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:361
|
||||
msgid "tls"
|
||||
msgstr "tls"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:356
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:357
|
||||
msgid "type"
|
||||
msgstr "类型"
|
||||
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:358
|
||||
#: applications/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js:359
|
||||
msgid "udp"
|
||||
msgstr "udp"
|
||||
|
|
|
@ -223,10 +223,9 @@ msgstr "সতর্কতা"
|
|||
msgid "ttyd Instance"
|
||||
msgstr "ttyd ইনস্ট্যান্স"
|
||||
|
||||
#: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js:14
|
||||
msgid ""
|
||||
"Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
|
||||
"try again."
|
||||
msgstr ""
|
||||
"র্যান্ডম ttyd পোর্ট (port = 0) সমর্থিত নয়। <br> একটি নির্দিষ্ট পোর্টে পরিবর্তন করুন "
|
||||
"এবং আবার চেষ্টা করুন।"
|
||||
#~ msgid ""
|
||||
#~ "Random ttyd port (port=0) is not supported.<br>Change to a fixed port and "
|
||||
#~ "try again."
|
||||
#~ msgstr ""
|
||||
#~ "র্যান্ডম ttyd পোর্ট (port = 0) সমর্থিত নয়। <br> একটি নির্দিষ্ট পোর্টে পরিবর্তন "
|
||||
#~ "করুন এবং আবার চেষ্টা করুন।"
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue