luci-app-frps: fix markup which is not valid XHTML
authorJo-Philipp Wich <jo@mein.io>
Fri, 8 Oct 2021 17:48:52 +0000 (19:48 +0200)
committerJo-Philipp Wich <jo@mein.io>
Fri, 8 Oct 2021 17:53:09 +0000 (19:53 +0200)
Replace `<br>` with `<br />` as XHTML does not allow self-closing tags.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
34 files changed:
applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js
applications/luci-app-frps/po/ar/frps.po
applications/luci-app-frps/po/bg/frps.po
applications/luci-app-frps/po/bn_BD/frps.po
applications/luci-app-frps/po/ca/frps.po
applications/luci-app-frps/po/cs/frps.po
applications/luci-app-frps/po/de/frps.po
applications/luci-app-frps/po/el/frps.po
applications/luci-app-frps/po/en/frps.po
applications/luci-app-frps/po/es/frps.po
applications/luci-app-frps/po/fi/frps.po
applications/luci-app-frps/po/fr/frps.po
applications/luci-app-frps/po/he/frps.po
applications/luci-app-frps/po/hi/frps.po
applications/luci-app-frps/po/hu/frps.po
applications/luci-app-frps/po/it/frps.po
applications/luci-app-frps/po/ja/frps.po
applications/luci-app-frps/po/ko/frps.po
applications/luci-app-frps/po/mr/frps.po
applications/luci-app-frps/po/ms/frps.po
applications/luci-app-frps/po/nb_NO/frps.po
applications/luci-app-frps/po/pl/frps.po
applications/luci-app-frps/po/pt/frps.po
applications/luci-app-frps/po/pt_BR/frps.po
applications/luci-app-frps/po/ro/frps.po
applications/luci-app-frps/po/ru/frps.po
applications/luci-app-frps/po/sk/frps.po
applications/luci-app-frps/po/sv/frps.po
applications/luci-app-frps/po/templates/frps.pot
applications/luci-app-frps/po/tr/frps.po
applications/luci-app-frps/po/uk/frps.po
applications/luci-app-frps/po/vi/frps.po
applications/luci-app-frps/po/zh_Hans/frps.po
applications/luci-app-frps/po/zh_Hant/frps.po

index 25f0714d83bbb07c71b2b347549189ab080ffe0f..83698cbe3044589c814d2667258f549d5dd076b1 100644 (file)
@@ -16,30 +16,30 @@ var startupConf = [
 ];
 
 var commonConf = [
-       [form.Value, 'bind_addr', _('Bind address'), _('BindAddr specifies the address that the server binds to.<br>By default, this value is "0.0.0.0".'), {datatype: 'ipaddr'}],
-       [form.Value, 'bind_port', _('Bind port'), _('BindPort specifies the port that the server listens on.<br>By default, this value is 7000.'), {datatype: 'port'}],
-       [form.Value, 'bind_udp_port', _('UDP bind port'), _('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'), {datatype: 'port'}],
-       [form.Value, 'kcp_bind_port', _('KCP bind port'), _('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.'), {datatype: 'port'}],
-       [form.Value, 'proxy_bind_addr', _('Proxy bind address'), _('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".'), {datatype: 'ipaddr'}],
-       [form.Value, 'vhost_http_port', _('Vhost HTTP port'), _('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.'), {datatype: 'port'}],
-       [form.Value, 'vhost_https_port', _('Vhost HTTPS port'), _('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.'), {datatype: 'port'}],
-       [form.Value, 'vhost_http_timeout', _('Vhost HTTP timeout'), _('VhostHttpTimeout specifies the response header timeout for the Vhost HTTP server, in seconds.<br>By default, this value is 60.'), {datatype: 'uinteger'}],
-       [form.Value, 'dashboard_addr', _('Dashboard address'), _('DashboardAddr specifies the address that the dashboard binds to.<br>By default, this value is "0.0.0.0".'), {datatype: 'ipaddr'}],
-       [form.Value, 'dashboard_port', _('Dashboard port'), _('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.'), {datatype: 'port'}],
-       [form.Value, 'dashboard_user', _('Dashboard user'), _('DashboardUser specifies the username that the dashboard will use for login.<br>By default, this value is "admin".')],
-       [form.Value, 'dashboard_pwd', _('Dashboard password'), _('DashboardPwd specifies the password that the dashboard will use for login.<br>By default, this value is "admin".'), {password: true}],
-       [form.Value, 'assets_dir', _('Assets dir'), _('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 "".')],
-       [form.Value, 'log_file', _('Log file'), _('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".')],
-       [form.ListValue, 'log_level', _('Log level'), _('LogLevel specifies the minimum log level. Valid values are "trace", "debug", "info", "warn", and "error".<br>By default, this value is "info".'), {values: ['trace', 'debug', 'info', 'warn', 'error']}],
-       [form.Value, 'log_max_days', _('Log max days'), _('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.'), {datatype: 'uinteger'}],
-       [form.Flag, 'disable_log_color', _('Disable log color'), _('DisableLogColor disables log colors when LogWay == "console" when set to true.<br>By default, this value is false.'), {datatype: 'bool', default: 'true'}],
-       [form.Value, 'token', _('Token'), _('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 "".')],
-       [form.Value, 'subdomain_host', _('Subdomain host'), _('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 "".')],
-       [form.Flag, 'tcp_mux', _('TCP mux'), _('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.'), {datatype: 'bool', default: 'true'}],
-       [form.Value, 'custom_404_page', _('Custom 404 page'), _('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 "".')],
-       [form.Value, 'allow_ports', _('Allow ports'), _('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.')],
-       [form.Value, 'max_ports_per_client', _('Max ports per client'), _('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.'), {datatype: 'uinteger'}],
-       [form.Value, 'heartbeat_timeout', _('Heartbeat timeout'), _('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.'), {datatype: 'uinteger'}],
+       [form.Value, 'bind_addr', _('Bind address'), _('BindAddr specifies the address that the server binds to.<br />By default, this value is "0.0.0.0".'), {datatype: 'ipaddr'}],
+       [form.Value, 'bind_port', _('Bind port'), _('BindPort specifies the port that the server listens on.<br />By default, this value is 7000.'), {datatype: 'port'}],
+       [form.Value, 'bind_udp_port', _('UDP bind port'), _('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'), {datatype: 'port'}],
+       [form.Value, 'kcp_bind_port', _('KCP bind port'), _('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.'), {datatype: 'port'}],
+       [form.Value, 'proxy_bind_addr', _('Proxy bind address'), _('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".'), {datatype: 'ipaddr'}],
+       [form.Value, 'vhost_http_port', _('Vhost HTTP port'), _('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.'), {datatype: 'port'}],
+       [form.Value, 'vhost_https_port', _('Vhost HTTPS port'), _('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.'), {datatype: 'port'}],
+       [form.Value, 'vhost_http_timeout', _('Vhost HTTP timeout'), _('VhostHttpTimeout specifies the response header timeout for the Vhost HTTP server, in seconds.<br />By default, this value is 60.'), {datatype: 'uinteger'}],
+       [form.Value, 'dashboard_addr', _('Dashboard address'), _('DashboardAddr specifies the address that the dashboard binds to.<br />By default, this value is "0.0.0.0".'), {datatype: 'ipaddr'}],
+       [form.Value, 'dashboard_port', _('Dashboard port'), _('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.'), {datatype: 'port'}],
+       [form.Value, 'dashboard_user', _('Dashboard user'), _('DashboardUser specifies the username that the dashboard will use for login.<br />By default, this value is "admin".')],
+       [form.Value, 'dashboard_pwd', _('Dashboard password'), _('DashboardPwd specifies the password that the dashboard will use for login.<br />By default, this value is "admin".'), {password: true}],
+       [form.Value, 'assets_dir', _('Assets dir'), _('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 "".')],
+       [form.Value, 'log_file', _('Log file'), _('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".')],
+       [form.ListValue, 'log_level', _('Log level'), _('LogLevel specifies the minimum log level. Valid values are "trace", "debug", "info", "warn", and "error".<br />By default, this value is "info".'), {values: ['trace', 'debug', 'info', 'warn', 'error']}],
+       [form.Value, 'log_max_days', _('Log max days'), _('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.'), {datatype: 'uinteger'}],
+       [form.Flag, 'disable_log_color', _('Disable log color'), _('DisableLogColor disables log colors when LogWay == "console" when set to true.<br />By default, this value is false.'), {datatype: 'bool', default: 'true'}],
+       [form.Value, 'token', _('Token'), _('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 "".')],
+       [form.Value, 'subdomain_host', _('Subdomain host'), _('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 "".')],
+       [form.Flag, 'tcp_mux', _('TCP mux'), _('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.'), {datatype: 'bool', default: 'true'}],
+       [form.Value, 'custom_404_page', _('Custom 404 page'), _('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 "".')],
+       [form.Value, 'allow_ports', _('Allow ports'), _('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.')],
+       [form.Value, 'max_ports_per_client', _('Max ports per client'), _('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.'), {datatype: 'uinteger'}],
+       [form.Value, 'heartbeat_timeout', _('Heartbeat timeout'), _('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.'), {datatype: 'uinteger'}],
        [form.DynamicList, '_', _('Additional settings'), _('This list can be used to specify some additional parameters which have not been included in this LuCI.'), {placeholder: 'Key-A=Value-A'}]
 ];
 
index 30f139ae2ee934bcc23063a4291a99f8f2fcfffa..a270f090e404e75d5d1e068d27a0ca8aa18f97b9 100644 (file)
@@ -26,7 +26,7 @@ msgstr ""
 #: 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 "
+"the length of this value is 0, all ports are allowed.<br />By default, this "
 "value is an empty set."
 msgstr ""
 
@@ -38,7 +38,7 @@ msgstr ""
 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 \"\"."
+"bundled executable using statik.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
@@ -51,27 +51,27 @@ 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 "
+"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
 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 "
+"is 0, the server will not listen for KCP connections.<br />By default, this "
 "value is 0."
 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 "
+"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
 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 "
+"is 0, the server will not listen for UDP connections.<br />By default, this "
 "value is 0"
 msgstr ""
 
@@ -94,7 +94,7 @@ msgstr ""
 #: 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 "
+"value is \"\", a default page will be displayed.<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -116,27 +116,27 @@ msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid ""
-"DashboardAddr specifies the address that the dashboard binds to.<br>By "
+"DashboardAddr specifies the address that the dashboard binds to.<br />By "
 "default, this value is \"0.0.0.0\"."
 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 "
+"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
 msgid ""
 "DashboardPwd specifies the password that the dashboard will use for login."
-"<br>By default, this value is \"admin\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: 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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
@@ -146,7 +146,7 @@ msgstr ""
 #: 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."
+"true.<br />By default, this value is false."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
@@ -161,7 +161,7 @@ msgstr ""
 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."
+"<br />By default, this value is 90."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
@@ -195,20 +195,20 @@ msgstr ""
 #: 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 "
+"be used if LogWay is set appropriately.<br />By default, this value is "
 "\"console\"."
 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
 msgid ""
 "LogMaxDays specifies the maximum number of days to store log information "
-"before deletion. This is only used if LogWay == \"file\".<br>By default, "
+"before deletion. This is only used if LogWay == \"file\".<br />By default, "
 "this value is 0."
 msgstr ""
 
@@ -219,7 +219,7 @@ 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 "
+"proxy to. If this value is 0, no limit will be applied.<br />By default, this "
 "value is 0."
 msgstr ""
 
@@ -240,7 +240,7 @@ msgstr ""
 #: 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\"."
+"be the same as BindAddr.<br />By default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
@@ -269,7 +269,7 @@ 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 "
+"\", the resulting URL would be \"test.frps.com\".<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -284,7 +284,7 @@ msgstr ""
 #: 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."
+"client to share a single TCP connection.<br />By default, this value is true."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
@@ -301,7 +301,7 @@ msgstr ""
 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 \"\"."
+"server.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
@@ -324,20 +324,20 @@ msgstr ""
 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: 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."
+"server, in seconds.<br />By default, this value is 60."
 msgstr ""
 
 #: 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
index 69aafe8cdd446289baef3c30812918fbdd1d54f2..3a238480e562ea0a4bed8cbe99a0475ee82fc7dc 100644 (file)
@@ -19,7 +19,7 @@ msgstr ""
 #: 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 "
+"the length of this value is 0, all ports are allowed.<br />By default, this "
 "value is an empty set."
 msgstr ""
 
@@ -31,7 +31,7 @@ msgstr ""
 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 \"\"."
+"bundled executable using statik.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
@@ -44,27 +44,27 @@ 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 "
+"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
 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 "
+"is 0, the server will not listen for KCP connections.<br />By default, this "
 "value is 0."
 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 "
+"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
 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 "
+"is 0, the server will not listen for UDP connections.<br />By default, this "
 "value is 0"
 msgstr ""
 
@@ -87,7 +87,7 @@ msgstr ""
 #: 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 "
+"value is \"\", a default page will be displayed.<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -109,27 +109,27 @@ msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid ""
-"DashboardAddr specifies the address that the dashboard binds to.<br>By "
+"DashboardAddr specifies the address that the dashboard binds to.<br />By "
 "default, this value is \"0.0.0.0\"."
 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 "
+"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
 msgid ""
 "DashboardPwd specifies the password that the dashboard will use for login."
-"<br>By default, this value is \"admin\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: 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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
@@ -139,7 +139,7 @@ msgstr ""
 #: 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."
+"true.<br />By default, this value is false."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
@@ -154,7 +154,7 @@ msgstr ""
 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."
+"<br />By default, this value is 90."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
@@ -188,20 +188,20 @@ msgstr ""
 #: 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 "
+"be used if LogWay is set appropriately.<br />By default, this value is "
 "\"console\"."
 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
 msgid ""
 "LogMaxDays specifies the maximum number of days to store log information "
-"before deletion. This is only used if LogWay == \"file\".<br>By default, "
+"before deletion. This is only used if LogWay == \"file\".<br />By default, "
 "this value is 0."
 msgstr ""
 
@@ -212,7 +212,7 @@ 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 "
+"proxy to. If this value is 0, no limit will be applied.<br />By default, this "
 "value is 0."
 msgstr ""
 
@@ -233,7 +233,7 @@ msgstr ""
 #: 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\"."
+"be the same as BindAddr.<br />By default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
@@ -262,7 +262,7 @@ 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 "
+"\", the resulting URL would be \"test.frps.com\".<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -277,7 +277,7 @@ msgstr ""
 #: 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."
+"client to share a single TCP connection.<br />By default, this value is true."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
@@ -294,7 +294,7 @@ msgstr ""
 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 \"\"."
+"server.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
@@ -317,20 +317,20 @@ msgstr ""
 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: 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."
+"server, in seconds.<br />By default, this value is 60."
 msgstr ""
 
 #: 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
index 13b8654aaf214d5c716d65702e61cbca302c4748..a98e375ba654770cc0b9742538f85eee5eda3b5d 100644 (file)
@@ -19,7 +19,7 @@ msgstr ""
 #: 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 "
+"the length of this value is 0, all ports are allowed.<br />By default, this "
 "value is an empty set."
 msgstr ""
 
@@ -31,7 +31,7 @@ msgstr ""
 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 \"\"."
+"bundled executable using statik.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
@@ -44,27 +44,27 @@ 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 "
+"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
 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 "
+"is 0, the server will not listen for KCP connections.<br />By default, this "
 "value is 0."
 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 "
+"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
 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 "
+"is 0, the server will not listen for UDP connections.<br />By default, this "
 "value is 0"
 msgstr ""
 
@@ -87,7 +87,7 @@ msgstr ""
 #: 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 "
+"value is \"\", a default page will be displayed.<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -109,27 +109,27 @@ msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid ""
-"DashboardAddr specifies the address that the dashboard binds to.<br>By "
+"DashboardAddr specifies the address that the dashboard binds to.<br />By "
 "default, this value is \"0.0.0.0\"."
 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 "
+"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
 msgid ""
 "DashboardPwd specifies the password that the dashboard will use for login."
-"<br>By default, this value is \"admin\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: 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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
@@ -139,7 +139,7 @@ msgstr ""
 #: 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."
+"true.<br />By default, this value is false."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
@@ -154,7 +154,7 @@ msgstr ""
 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."
+"<br />By default, this value is 90."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
@@ -188,20 +188,20 @@ msgstr ""
 #: 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 "
+"be used if LogWay is set appropriately.<br />By default, this value is "
 "\"console\"."
 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
 msgid ""
 "LogMaxDays specifies the maximum number of days to store log information "
-"before deletion. This is only used if LogWay == \"file\".<br>By default, "
+"before deletion. This is only used if LogWay == \"file\".<br />By default, "
 "this value is 0."
 msgstr ""
 
@@ -212,7 +212,7 @@ 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 "
+"proxy to. If this value is 0, no limit will be applied.<br />By default, this "
 "value is 0."
 msgstr ""
 
@@ -233,7 +233,7 @@ msgstr ""
 #: 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\"."
+"be the same as BindAddr.<br />By default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
@@ -262,7 +262,7 @@ 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 "
+"\", the resulting URL would be \"test.frps.com\".<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -277,7 +277,7 @@ msgstr ""
 #: 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."
+"client to share a single TCP connection.<br />By default, this value is true."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
@@ -294,7 +294,7 @@ msgstr ""
 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 \"\"."
+"server.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
@@ -317,20 +317,20 @@ msgstr ""
 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: 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."
+"server, in seconds.<br />By default, this value is 60."
 msgstr ""
 
 #: 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
index 59785e84883439e63be98b20d6e8211f4bf090ef..f63332ad315fc4adb031994e216acad808bf9578 100644 (file)
@@ -19,7 +19,7 @@ msgstr ""
 #: 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 "
+"the length of this value is 0, all ports are allowed.<br />By default, this "
 "value is an empty set."
 msgstr ""
 
@@ -31,7 +31,7 @@ msgstr ""
 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 \"\"."
+"bundled executable using statik.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
@@ -44,27 +44,27 @@ 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 "
+"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
 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 "
+"is 0, the server will not listen for KCP connections.<br />By default, this "
 "value is 0."
 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 "
+"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
 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 "
+"is 0, the server will not listen for UDP connections.<br />By default, this "
 "value is 0"
 msgstr ""
 
@@ -87,7 +87,7 @@ msgstr ""
 #: 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 "
+"value is \"\", a default page will be displayed.<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -109,27 +109,27 @@ msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid ""
-"DashboardAddr specifies the address that the dashboard binds to.<br>By "
+"DashboardAddr specifies the address that the dashboard binds to.<br />By "
 "default, this value is \"0.0.0.0\"."
 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 "
+"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
 msgid ""
 "DashboardPwd specifies the password that the dashboard will use for login."
-"<br>By default, this value is \"admin\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: 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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
@@ -139,7 +139,7 @@ msgstr ""
 #: 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."
+"true.<br />By default, this value is false."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
@@ -154,7 +154,7 @@ msgstr ""
 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."
+"<br />By default, this value is 90."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
@@ -188,20 +188,20 @@ msgstr ""
 #: 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 "
+"be used if LogWay is set appropriately.<br />By default, this value is "
 "\"console\"."
 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
 msgid ""
 "LogMaxDays specifies the maximum number of days to store log information "
-"before deletion. This is only used if LogWay == \"file\".<br>By default, "
+"before deletion. This is only used if LogWay == \"file\".<br />By default, "
 "this value is 0."
 msgstr ""
 
@@ -212,7 +212,7 @@ 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 "
+"proxy to. If this value is 0, no limit will be applied.<br />By default, this "
 "value is 0."
 msgstr ""
 
@@ -233,7 +233,7 @@ msgstr ""
 #: 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\"."
+"be the same as BindAddr.<br />By default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
@@ -262,7 +262,7 @@ 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 "
+"\", the resulting URL would be \"test.frps.com\".<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -277,7 +277,7 @@ msgstr ""
 #: 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."
+"client to share a single TCP connection.<br />By default, this value is true."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
@@ -294,7 +294,7 @@ msgstr ""
 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 \"\"."
+"server.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
@@ -317,20 +317,20 @@ msgstr ""
 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: 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."
+"server, in seconds.<br />By default, this value is 60."
 msgstr ""
 
 #: 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
index f1e72322b790b6b64232566ee4152ee784f7eb2d..bf9a750adcbec36de874f97f991b99bdb44855a9 100644 (file)
@@ -25,7 +25,7 @@ msgstr "Povolit porty"
 #: 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 "
+"the length of this value is 0, all ports are allowed.<br />By default, this "
 "value is an empty set."
 msgstr ""
 
@@ -37,7 +37,7 @@ msgstr ""
 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 \"\"."
+"bundled executable using statik.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
@@ -50,27 +50,27 @@ 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 "
+"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
 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 "
+"is 0, the server will not listen for KCP connections.<br />By default, this "
 "value is 0."
 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 "
+"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
 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 "
+"is 0, the server will not listen for UDP connections.<br />By default, this "
 "value is 0"
 msgstr ""
 
@@ -93,7 +93,7 @@ msgstr ""
 #: 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 "
+"value is \"\", a default page will be displayed.<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -115,27 +115,27 @@ msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid ""
-"DashboardAddr specifies the address that the dashboard binds to.<br>By "
+"DashboardAddr specifies the address that the dashboard binds to.<br />By "
 "default, this value is \"0.0.0.0\"."
 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 "
+"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
 msgid ""
 "DashboardPwd specifies the password that the dashboard will use for login."
-"<br>By default, this value is \"admin\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: 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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
@@ -145,7 +145,7 @@ msgstr ""
 #: 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."
+"true.<br />By default, this value is false."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
@@ -160,7 +160,7 @@ msgstr ""
 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."
+"<br />By default, this value is 90."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
@@ -194,20 +194,20 @@ msgstr ""
 #: 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 "
+"be used if LogWay is set appropriately.<br />By default, this value is "
 "\"console\"."
 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
 msgid ""
 "LogMaxDays specifies the maximum number of days to store log information "
-"before deletion. This is only used if LogWay == \"file\".<br>By default, "
+"before deletion. This is only used if LogWay == \"file\".<br />By default, "
 "this value is 0."
 msgstr ""
 
@@ -218,7 +218,7 @@ 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 "
+"proxy to. If this value is 0, no limit will be applied.<br />By default, this "
 "value is 0."
 msgstr ""
 
@@ -239,7 +239,7 @@ msgstr ""
 #: 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\"."
+"be the same as BindAddr.<br />By default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
@@ -268,7 +268,7 @@ 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 "
+"\", the resulting URL would be \"test.frps.com\".<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -283,7 +283,7 @@ msgstr ""
 #: 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."
+"client to share a single TCP connection.<br />By default, this value is true."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
@@ -300,7 +300,7 @@ msgstr ""
 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 \"\"."
+"server.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
@@ -323,20 +323,20 @@ msgstr ""
 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: 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."
+"server, in seconds.<br />By default, this value is 60."
 msgstr ""
 
 #: 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
index a090bacbbb1df6b24ff065b044ba514e6b1801ba..0abc574663816e2d0e026cf63cd1f0af294b963b 100644 (file)
@@ -25,7 +25,7 @@ msgstr "Erlaube Ports"
 #: 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 "
+"the length of this value is 0, all ports are allowed.<br />By default, this "
 "value is an empty set."
 msgstr ""
 "AllowPorts gibt an auf welchen Ports sich der Client per Proxy verbinden "
@@ -40,11 +40,11 @@ msgstr "Asset-Verzeichnis"
 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 \"\"."
+"bundled executable using statik.<br />By default, this value is \"\"."
 msgstr ""
 "AssetsDir gibt das lokale Verzeichnis an, aus dem das Dashboard Ressourcen "
 "laden soll. Wenn dieser Wert \"\" ist, werden Assets aus der gebündelten "
-"ausführbaren Datei mit statik.<br> Standardmäßig ist dieser Wert \"\"."
+"ausführbaren Datei mit statik.<br /> Standardmäßig ist dieser Wert \"\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
 msgid "Bind address"
@@ -56,7 +56,7 @@ msgstr "Bind Port"
 
 #: 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 "
+"BindAddr specifies the address that the server binds to.<br />By default, this "
 "value is \"0.0.0.0\"."
 msgstr ""
 "BindAddr gibt die Adresse an, an den sich der Server bindet.In der "
@@ -65,29 +65,29 @@ msgstr ""
 #: 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 "
+"is 0, the server will not listen for KCP connections.<br />By default, this "
 "value is 0."
 msgstr ""
 "BindKcpPort gibt den KCP-Port an, auf dem der Server lauscht. Wenn dieser "
-"Wert 0 ist, lauscht der Server nicht auf KCP-Verbindungen.<br>Standardmäßig "
+"Wert 0 ist, lauscht der Server nicht auf KCP-Verbindungen.<br />Standardmäßig "
 "ist dieser Wert 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 "
+"BindPort specifies the port that the server listens on.<br />By default, this "
 "value is 7000."
 msgstr ""
-"BindPort gibt den Port an, auf dem der Server lauscht.<br>Standardmäßig ist "
+"BindPort gibt den Port an, auf dem der Server lauscht.<br />Standardmäßig ist "
 "dieser Wert 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 "
+"is 0, the server will not listen for UDP connections.<br />By default, this "
 "value is 0"
 msgstr ""
 "BindKcpPort gibt den KCP-Port an, auf dem der Server lauscht. Wenn dieser "
-"Wert 0 ist, lauscht der Server nicht auf KCP-Verbindungen.<br>Standardmäßig "
+"Wert 0 ist, lauscht der Server nicht auf KCP-Verbindungen.<br />Standardmäßig "
 "ist dieser Wert 0"
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:143
@@ -109,12 +109,12 @@ msgstr "Benutzerdefinierte 404 Fehlerseite"
 #: 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 "
+"value is \"\", a default page will be displayed.<br />By default, this value "
 "is \"\"."
 msgstr ""
 "Custom404Page gibt einen Pfad zu einer benutzerdefinierten 404-Seite an, die "
 "angezeigt werden soll. Wenn dieser Wert \"\" ist, wird eine Standardseite "
-"angezeigt.<br>Standardmäßig ist dieser Wert \"\"."
+"angezeigt.<br />Standardmäßig ist dieser Wert \"\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid "Dashboard address"
@@ -134,37 +134,37 @@ msgstr "Dashboard Benutzername"
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid ""
-"DashboardAddr specifies the address that the dashboard binds to.<br>By "
+"DashboardAddr specifies the address that the dashboard binds to.<br />By "
 "default, this value is \"0.0.0.0\"."
 msgstr ""
-"DashboardAddr gibt die Adresse an, an die das Dashboard gebunden ist. <br> "
+"DashboardAddr gibt die Adresse an, an die das Dashboard gebunden ist. <br /> "
 "Standardmäßig ist dieser Wert \"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 "
+"value is 0, the dashboard will not be started.<br />By default, this value is "
 "0."
 msgstr ""
 "DashboardPort gibt den Port an, an dem das Dashboard lauscht. Wenn dieser "
-"Wert 0 ist, wird das Dashboard nicht gestartet. <br>Standardmäßig ist dieser "
+"Wert 0 ist, wird das Dashboard nicht gestartet. <br />Standardmäßig ist dieser "
 "Wert 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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 "DashboardPwd gibt das Kennwort an, das das Dashboard für die Anmeldung "
-"verwendet. <br>Standardmäßig lautet dieser Wert \"admin\"."
+"verwendet. <br />Standardmäßig lautet dieser Wert \"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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 "DashboardUser gibt den Benutzernamen an, den das Dashboard für die Anmeldung "
-"verlangt. <br> Standardmäßig lautet dieser Wert \"admin\"."
+"verlangt. <br /> Standardmäßig lautet dieser Wert \"admin\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
 msgid "Disable log color"
@@ -173,10 +173,10 @@ msgstr "Deaktiviere farbiges Log"
 #: 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."
+"true.<br />By default, this value is false."
 msgstr ""
 "DisableLogColor deaktiviert Protokollfarben, wenn LogWay == \"Konsole\" auf "
-"\"true\" gesetzt ist. <br>Standardmäßig ist dieser Wert \"false\"."
+"\"true\" gesetzt ist. <br />Standardmäßig ist dieser Wert \"false\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
 msgid "Environment variable"
@@ -190,11 +190,11 @@ msgstr "Gewähre Zugriff auf LuCI-App frps"
 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."
+"<br />By default, this value is 90."
 msgstr ""
 "HeartBeatTimeout gibt die maximale Zeit an, die auf einen \"heartbeat\" "
 "gewartet werden soll, bevor die Verbindung beendet wird. Es wird nicht "
-"empfohlen, diesen Wert zu ändern.<br>Standardmäßig ist dieser Wert 90."
+"empfohlen, diesen Wert zu ändern.<br />Standardmäßig ist dieser Wert 90."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
 msgid "Heartbeat timeout"
@@ -227,31 +227,31 @@ msgstr "Logge stdout"
 #: 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 "
+"be used if LogWay is set appropriately.<br />By default, this value is "
 "\"console\"."
 msgstr ""
 "LogFile gibt eine Datei an, in die Protokolle geschrieben werden. Dieser "
-"Wert wird nur verwendet, wenn LogWay entsprechend eingestellt ist.<br>In der "
+"Wert wird nur verwendet, wenn LogWay entsprechend eingestellt ist.<br />In der "
 "Voreinstellung ist dieser Wert \"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\"."
+"\", \"info\", \"warn\", and \"error\".<br />By default, this value is \"info\"."
 msgstr ""
 "LogLevel spezifiziert den minimalen Log-Level. Gültige Werte sind \"trace\", "
-"\"debug\", \"info\", \"warn\" und \"error\".<br>Standartwert hierfür ist "
+"\"debug\", \"info\", \"warn\" und \"error\".<br />Standartwert hierfür ist "
 "\"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, "
+"before deletion. This is only used if LogWay == \"file\".<br />By default, "
 "this value is 0."
 msgstr ""
 "LogMaxDays gibt die maximale Anzahl von Tagen an, die die "
 "Protokollinformationen vor dem Löschen gespeichert werden sollen. Dies wird "
-"nur verwendet, wenn LogWay == \"file\".<br>Standardmäßig ist dieser Wert 0."
+"nur verwendet, wenn LogWay == \"file\".<br />Standardmäßig ist dieser Wert 0."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:41
 msgid "Max ports per client"
@@ -260,12 +260,12 @@ msgstr "Maximale Ports pro Client"
 #: 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 "
+"proxy to. If this value is 0, no limit will be applied.<br />By default, this "
 "value is 0."
 msgstr ""
 "MaxPortsPerClient gibt die maximale Anzahl von Ports an, an die ein "
 "einzelner Client proxyen darf. Wenn dieser Wert 0 ist, wird keine "
-"Beschränkung angewendet.<br>In der Voreinstellung ist dieser Wert 0."
+"Beschränkung angewendet.<br />In der Voreinstellung ist dieser Wert 0."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:118
 msgid "NOT RUNNING"
@@ -287,10 +287,10 @@ msgstr "Proxy-Bind-Adresse"
 #: 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\"."
+"be the same as BindAddr.<br />By default, this value is \"0.0.0.0\"."
 msgstr ""
 "ProxyBindAddr gibt die Adresse an, an die der Proxy bindet. Dieser Wert kann "
-"derselbe sein wie BindAddr.<br>Standardmäßig ist dieser Wert \"0.0.0.0\"."
+"derselbe sein wie BindAddr.<br />Standardmäßig ist dieser Wert \"0.0.0.0\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
 msgid "RUNNING"
@@ -318,14 +318,14 @@ 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 "
+"\", the resulting URL would be \"test.frps.com\".<br />By default, this value "
 "is \"\"."
 msgstr ""
 "SubDomainHost gibt die Domäne an, die an vom Client angeforderte Subdomänen "
 "angehängt wird, wenn Vhost-Proxying verwendet wird. Wenn dieser Wert "
 "beispielsweise auf \"frps.com\" gesetzt ist und der Client die Subdomäne "
 "\"test\" angefordert hat, wäre die resultierende URL \"test.frps.com\"."
-"<br>Standardmäßig ist dieser Wert \"\"."
+"<br />Standardmäßig ist dieser Wert \"\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:37
 msgid "Subdomain host"
@@ -338,10 +338,10 @@ msgstr "TCP-mux"
 #: 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."
+"client to share a single TCP connection.<br />By default, this value is true."
 msgstr ""
 "TcpMux schaltet das TCP-Stream-Multiplexing um. Dies erlaubt mehreren "
-"Anfragen von einem Client, sich eine einzige TCP-Verbindung zu teilen.<br>In "
+"Anfragen von einem Client, sich eine einzige TCP-Verbindung zu teilen.<br />In "
 "der Voreinstellung ist dieser Wert wahr."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
@@ -358,12 +358,12 @@ msgstr "Token"
 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 \"\"."
+"server.<br />By default, this value is \"\"."
 msgstr ""
 "Token gibt das Autorisierungstoken an, das zur Authentifizierung von "
 "Schlüsseln verwendet wird, die von Clients empfangen wurden. Clients müssen "
 "über ein passendes Token verfügen, um zur Benutzung des Servers berechtigt "
-"zu sein.<br>Standardmäßig ist dieser Wert \"\"."
+"zu sein.<br />Standardmäßig ist dieser Wert \"\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
 msgid "UDP bind port"
@@ -385,29 +385,29 @@ msgstr "Vhost HTTPS-Port"
 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."
+"<br />By default, this value is 0."
 msgstr ""
 "VhostHttpPort gibt den Port an, den der Server auf HTTP-Vhost-Anfragen "
 "abhört. Wenn dieser Wert 0 ist, lauscht der Server nicht auf HTTP-Anfragen."
-"<br>Standardmäßig ist dieser Wert 0."
+"<br />Standardmäßig ist dieser Wert 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."
+"server, in seconds.<br />By default, this value is 60."
 msgstr ""
 "VhostHttpTimeout gibt das Antwort-Header-Timeout für den Vhost-HTTP-Server "
-"an, in Sekunden.<br>Standardmäßig ist dieser Wert 60."
+"an, in Sekunden.<br />Standardmäßig ist dieser Wert 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."
+"<br />By default, this value is 0."
 msgstr ""
 "VhostHttpPort gibt den Port an, den der Server auf HTTP-Vhost-Anfragen "
 "abhört. Wenn dieser Wert 0 ist, lauscht der Server nicht auf HTTP-Anfragen."
-"<br>Standardmäßig ist dieser Wert 0."
+"<br />Standardmäßig ist dieser Wert 0."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:118
index c59035aecca6f3604cd6b4bd450393ae7c91940f..44a53ad24c99ae48339f8f440758f8c1f758661d 100644 (file)
@@ -25,7 +25,7 @@ msgstr ""
 #: 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 "
+"the length of this value is 0, all ports are allowed.<br />By default, this "
 "value is an empty set."
 msgstr ""
 
@@ -37,7 +37,7 @@ msgstr ""
 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 \"\"."
+"bundled executable using statik.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
@@ -50,27 +50,27 @@ 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 "
+"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
 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 "
+"is 0, the server will not listen for KCP connections.<br />By default, this "
 "value is 0."
 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 "
+"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
 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 "
+"is 0, the server will not listen for UDP connections.<br />By default, this "
 "value is 0"
 msgstr ""
 
@@ -93,7 +93,7 @@ msgstr ""
 #: 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 "
+"value is \"\", a default page will be displayed.<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -115,27 +115,27 @@ msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid ""
-"DashboardAddr specifies the address that the dashboard binds to.<br>By "
+"DashboardAddr specifies the address that the dashboard binds to.<br />By "
 "default, this value is \"0.0.0.0\"."
 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 "
+"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
 msgid ""
 "DashboardPwd specifies the password that the dashboard will use for login."
-"<br>By default, this value is \"admin\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: 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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
@@ -145,7 +145,7 @@ msgstr ""
 #: 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."
+"true.<br />By default, this value is false."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
@@ -160,7 +160,7 @@ msgstr ""
 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."
+"<br />By default, this value is 90."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
@@ -194,20 +194,20 @@ msgstr ""
 #: 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 "
+"be used if LogWay is set appropriately.<br />By default, this value is "
 "\"console\"."
 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
 msgid ""
 "LogMaxDays specifies the maximum number of days to store log information "
-"before deletion. This is only used if LogWay == \"file\".<br>By default, "
+"before deletion. This is only used if LogWay == \"file\".<br />By default, "
 "this value is 0."
 msgstr ""
 
@@ -218,7 +218,7 @@ 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 "
+"proxy to. If this value is 0, no limit will be applied.<br />By default, this "
 "value is 0."
 msgstr ""
 
@@ -239,7 +239,7 @@ msgstr ""
 #: 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\"."
+"be the same as BindAddr.<br />By default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
@@ -268,7 +268,7 @@ 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 "
+"\", the resulting URL would be \"test.frps.com\".<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -283,7 +283,7 @@ msgstr ""
 #: 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."
+"client to share a single TCP connection.<br />By default, this value is true."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
@@ -300,7 +300,7 @@ msgstr ""
 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 \"\"."
+"server.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
@@ -323,20 +323,20 @@ msgstr ""
 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: 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."
+"server, in seconds.<br />By default, this value is 60."
 msgstr ""
 
 #: 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
index fee5957cea1073feb633ab2a36909a9cd64816cf..566b70a7ec497e70909f5b302b8403260d046cd2 100644 (file)
@@ -19,7 +19,7 @@ msgstr ""
 #: 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 "
+"the length of this value is 0, all ports are allowed.<br />By default, this "
 "value is an empty set."
 msgstr ""
 
@@ -31,7 +31,7 @@ msgstr ""
 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 \"\"."
+"bundled executable using statik.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
@@ -44,27 +44,27 @@ 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 "
+"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
 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 "
+"is 0, the server will not listen for KCP connections.<br />By default, this "
 "value is 0."
 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 "
+"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
 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 "
+"is 0, the server will not listen for UDP connections.<br />By default, this "
 "value is 0"
 msgstr ""
 
@@ -87,7 +87,7 @@ msgstr ""
 #: 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 "
+"value is \"\", a default page will be displayed.<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -109,27 +109,27 @@ msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid ""
-"DashboardAddr specifies the address that the dashboard binds to.<br>By "
+"DashboardAddr specifies the address that the dashboard binds to.<br />By "
 "default, this value is \"0.0.0.0\"."
 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 "
+"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
 msgid ""
 "DashboardPwd specifies the password that the dashboard will use for login."
-"<br>By default, this value is \"admin\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: 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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
@@ -139,7 +139,7 @@ msgstr ""
 #: 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."
+"true.<br />By default, this value is false."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
@@ -154,7 +154,7 @@ msgstr ""
 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."
+"<br />By default, this value is 90."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
@@ -188,20 +188,20 @@ msgstr ""
 #: 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 "
+"be used if LogWay is set appropriately.<br />By default, this value is "
 "\"console\"."
 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
 msgid ""
 "LogMaxDays specifies the maximum number of days to store log information "
-"before deletion. This is only used if LogWay == \"file\".<br>By default, "
+"before deletion. This is only used if LogWay == \"file\".<br />By default, "
 "this value is 0."
 msgstr ""
 
@@ -212,7 +212,7 @@ 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 "
+"proxy to. If this value is 0, no limit will be applied.<br />By default, this "
 "value is 0."
 msgstr ""
 
@@ -233,7 +233,7 @@ msgstr ""
 #: 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\"."
+"be the same as BindAddr.<br />By default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
@@ -262,7 +262,7 @@ 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 "
+"\", the resulting URL would be \"test.frps.com\".<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -277,7 +277,7 @@ msgstr ""
 #: 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."
+"client to share a single TCP connection.<br />By default, this value is true."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
@@ -294,7 +294,7 @@ msgstr ""
 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 \"\"."
+"server.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
@@ -317,20 +317,20 @@ msgstr ""
 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: 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."
+"server, in seconds.<br />By default, this value is 60."
 msgstr ""
 
 #: 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
index 731acd7f367f49244c9c14b91d0b20f6270dd787..fde0dc2f58ebe94371b83ad4ac859429ad89f156 100644 (file)
@@ -28,12 +28,12 @@ msgstr "Permitir puertos"
 #: 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 "
+"the length of this value is 0, all ports are allowed.<br />By default, this "
 "value is an empty set."
 msgstr ""
 "AllowPorts especifica un conjunto de puertos a los que los clientes pueden "
 "proxy. Si la longitud de este valor es 0, todos los puertos están permitidos."
-"<br>Por defecto, este valor es un conjunto vacío."
+"<br />Por defecto, este valor es un conjunto vacío."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:31
 msgid "Assets dir"
@@ -43,11 +43,11 @@ msgstr "Directorio de activos"
 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 \"\"."
+"bundled executable using statik.<br />By default, this value is \"\"."
 msgstr ""
 "AssetsDir especifica el directorio local desde el que el tablero cargará los "
 "recursos. Si este valor es \"\", los activos se cargarán desde el ejecutable "
-"incluido usando statik.<br>Por defecto, este valor es \"\"."
+"incluido usando statik.<br />Por defecto, este valor es \"\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
 msgid "Bind address"
@@ -59,38 +59,38 @@ msgstr "Puerto de enlace"
 
 #: 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 "
+"BindAddr specifies the address that the server binds to.<br />By default, this "
 "value is \"0.0.0.0\"."
 msgstr ""
-"BindAddr especifica la dirección a la que se une el servidor.<br>Por "
+"BindAddr especifica la dirección a la que se une el servidor.<br />Por "
 "defecto, este valor es \"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 "
+"is 0, the server will not listen for KCP connections.<br />By default, this "
 "value is 0."
 msgstr ""
 "BindKcpPort especifica el puerto KCP en el que escucha el servidor. Si este "
-"valor es 0, el servidor no escuchará las conexiones KCP.<br>De manera "
+"valor es 0, el servidor no escuchará las conexiones KCP.<br />De manera "
 "predeterminada, este valor es 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 "
+"BindPort specifies the port that the server listens on.<br />By default, this "
 "value is 7000."
 msgstr ""
-"BindPort especifica el puerto en el que escucha el servidor.<br>De manera "
+"BindPort especifica el puerto en el que escucha el servidor.<br />De manera "
 "predeterminada, este valor es 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 "
+"is 0, the server will not listen for UDP connections.<br />By default, this "
 "value is 0"
 msgstr ""
 "BindUdpPort especifica el puerto UDP en el que escucha el servidor. Si este "
-"valor es 0, el servidor no escuchará las conexiones UDP.<br>Por defecto, "
+"valor es 0, el servidor no escuchará las conexiones UDP.<br />Por defecto, "
 "este valor es 0"
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:143
@@ -114,12 +114,12 @@ msgstr "Página 404 personalizada"
 #: 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 "
+"value is \"\", a default page will be displayed.<br />By default, this value "
 "is \"\"."
 msgstr ""
 "Custom404Page especifica una ruta a una página 404 personalizada para "
 "mostrar. Si este valor es \"\", se mostrará una página predeterminada."
-"<br>Por defecto, este valor es \"\"."
+"<br />Por defecto, este valor es \"\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid "Dashboard address"
@@ -139,36 +139,36 @@ msgstr "Usuario del tablero"
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid ""
-"DashboardAddr specifies the address that the dashboard binds to.<br>By "
+"DashboardAddr specifies the address that the dashboard binds to.<br />By "
 "default, this value is \"0.0.0.0\"."
 msgstr ""
-"DashboardAddr especifica la dirección a la que se une el tablero.<br>Por "
+"DashboardAddr especifica la dirección a la que se une el tablero.<br />Por "
 "defecto, este valor es \"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 "
+"value is 0, the dashboard will not be started.<br />By default, this value is "
 "0."
 msgstr ""
 "DashboardPort especifica el puerto en el que escucha el tablero. Si este "
-"valor es 0, el tablero no se iniciará.<br>Por defecto, este valor es 0."
+"valor es 0, el tablero no se iniciará.<br />Por defecto, este valor es 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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 "DashboardPwd especifica la contraseña que usará el tablero para iniciar "
-"sesión.<br>De manera predeterminada, este valor es \"admin\"."
+"sesión.<br />De manera predeterminada, este valor es \"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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 "DashboardUser especifica el nombre de usuario que usará el tablero para "
-"iniciar sesión.<br>Por defecto, este valor es \"admin\"."
+"iniciar sesión.<br />Por defecto, este valor es \"admin\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
 msgid "Disable log color"
@@ -177,10 +177,10 @@ msgstr "Desactivar color de registro"
 #: 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."
+"true.<br />By default, this value is false."
 msgstr ""
 "DisableLogColor desactiva los colores de registro cuando LogWay == \"console"
-"\" cuando se establece en verdadero.<br>De manera predeterminada, este valor "
+"\" cuando se establece en verdadero.<br />De manera predeterminada, este valor "
 "es falso."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
@@ -195,10 +195,10 @@ msgstr "Conceder acceso a la aplicación frps de LuCI"
 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."
+"<br />By default, this value is 90."
 msgstr ""
 "HeartBeatTimeout especifica el tiempo máximo para esperar un latido antes de "
-"finalizar la conexión. No se recomienda cambiar este valor.<br>Por defecto, "
+"finalizar la conexión. No se recomienda cambiar este valor.<br />Por defecto, "
 "este valor es 90."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
@@ -232,31 +232,31 @@ msgstr "Registro de stdout"
 #: 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 "
+"be used if LogWay is set appropriately.<br />By default, this value is "
 "\"console\"."
 msgstr ""
 "LogFile especifica un archivo donde se escribirán los registros. Este valor "
-"solo se utilizará si LogWay está configurado correctamente.<br>De forma "
+"solo se utilizará si LogWay está configurado correctamente.<br />De forma "
 "predeterminada, este valor es \"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\"."
+"\", \"info\", \"warn\", and \"error\".<br />By default, this value is \"info\"."
 msgstr ""
 "LogLevel especifica el nivel mínimo de registro. Los valores válidos son "
-"\"trace\", \"debug\", \"info\", \"warn\" y \"error\".<br>Por defecto, este "
+"\"trace\", \"debug\", \"info\", \"warn\" y \"error\".<br />Por defecto, este "
 "valor es \"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, "
+"before deletion. This is only used if LogWay == \"file\".<br />By default, "
 "this value is 0."
 msgstr ""
 "LogMaxDays especifica el número máximo de días para almacenar la información "
 "de registro antes de la eliminación. Esto solo se usa si LogWay == \"file\"."
-"<br>Por defecto, este valor es 0."
+"<br />Por defecto, este valor es 0."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:41
 msgid "Max ports per client"
@@ -265,12 +265,12 @@ msgstr "Máx. puertos por cliente"
 #: 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 "
+"proxy to. If this value is 0, no limit will be applied.<br />By default, this "
 "value is 0."
 msgstr ""
 "MaxPortsPerClient especifica el número máximo de puertos a los que un solo "
 "cliente puede proxy. Si este valor es 0, no se aplicará ningún límite."
-"<br>Por defecto, este valor es 0."
+"<br />Por defecto, este valor es 0."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:118
 #, fuzzy
@@ -293,10 +293,10 @@ msgstr "Dirección de enlace de proxy"
 #: 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\"."
+"be the same as BindAddr.<br />By default, this value is \"0.0.0.0\"."
 msgstr ""
 "ProxyBindAddr especifica la dirección a la que se une el proxy. Este valor "
-"puede ser el mismo que BindAddr.<br>De forma predeterminada, este valor es "
+"puede ser el mismo que BindAddr.<br />De forma predeterminada, este valor es "
 "\"0.0.0.0\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
@@ -325,13 +325,13 @@ 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 "
+"\", the resulting URL would be \"test.frps.com\".<br />By default, this value "
 "is \"\"."
 msgstr ""
 "SubDomainHost especifica el dominio que se adjuntará a los subdominios "
 "solicitados por el cliente cuando se usa el proxy Vhost. Por ejemplo, si "
 "este valor se establece en \"frps.com\" y el cliente solicitó el subdominio "
-"\"test\", la URL resultante sería \"test.frps.com\".<br>De manera "
+"\"test\", la URL resultante sería \"test.frps.com\".<br />De manera "
 "predeterminada, este valor es \"\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:37
@@ -345,10 +345,10 @@ msgstr "TCP mux"
 #: 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."
+"client to share a single TCP connection.<br />By default, this value is true."
 msgstr ""
 "TcpMux alterna la multiplexación de flujo TCP. Esto permite que múltiples "
-"solicitudes de un cliente compartan una sola conexión TCP.<br>Por defecto, "
+"solicitudes de un cliente compartan una sola conexión TCP.<br />Por defecto, "
 "este valor es verdadero."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
@@ -367,11 +367,11 @@ msgstr "Token"
 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 \"\"."
+"server.<br />By default, this value is \"\"."
 msgstr ""
 "El token especifica el token de autorización utilizado para autenticar las "
 "claves recibidas de los clientes. Los clientes deben tener un token "
-"coincidente para estar autorizados a usar el servidor.<br>De manera "
+"coincidente para estar autorizados a usar el servidor.<br />De manera "
 "predeterminada, este valor es \"\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
@@ -394,29 +394,29 @@ msgstr "Puerto Vhost HTTPS"
 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."
+"<br />By default, this value is 0."
 msgstr ""
 "VhostHttpPort especifica el puerto que el servidor escucha para las "
 "solicitudes HTTP Vhost. Si este valor es 0, el servidor no escuchará las "
-"solicitudes HTTP.<br>De manera predeterminada, este valor es 0."
+"solicitudes HTTP.<br />De manera predeterminada, este valor es 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."
+"server, in seconds.<br />By default, this value is 60."
 msgstr ""
 "VhostHttpTimeout especifica el tiempo de espera del encabezado de respuesta "
-"para el servidor HTTP Vhost, en segundos.<br>Por defecto, este valor es 60."
+"para el servidor HTTP Vhost, en segundos.<br />Por defecto, este valor es 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."
+"<br />By default, this value is 0."
 msgstr ""
 "VhostHttpsPort especifica el puerto que el servidor escucha para las "
 "solicitudes HTTPS Vhost. Si este valor es 0, el servidor no escuchará las "
-"solicitudes HTTPS.<br>Por defecto, este valor es 0."
+"solicitudes HTTPS.<br />Por defecto, este valor es 0."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:118
@@ -477,10 +477,10 @@ msgstr "Servidor frp"
 #~ msgstr "MaxPoolCount"
 
 #~ msgid ""
-#~ "MaxPoolCount specifies the maximum pool size for each proxy.<br>By "
+#~ "MaxPoolCount specifies the maximum pool size for each proxy.<br />By "
 #~ "default, this value is 5."
 #~ msgstr ""
-#~ "MaxPoolCount especifica el tamaño máximo de grupo para cada proxy.<br>Por "
+#~ "MaxPoolCount especifica el tamaño máximo de grupo para cada proxy.<br />Por "
 #~ "defecto, este valor es 5."
 
 #~ msgid "MaxPortsPerClient"
index 063463c60063da05ae712770988ddba08a969979..04395203e71966865504222e5880098457b8c030 100644 (file)
@@ -25,7 +25,7 @@ msgstr ""
 #: 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 "
+"the length of this value is 0, all ports are allowed.<br />By default, this "
 "value is an empty set."
 msgstr ""
 
@@ -37,7 +37,7 @@ msgstr ""
 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 \"\"."
+"bundled executable using statik.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
@@ -50,27 +50,27 @@ 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 "
+"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
 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 "
+"is 0, the server will not listen for KCP connections.<br />By default, this "
 "value is 0."
 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 "
+"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
 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 "
+"is 0, the server will not listen for UDP connections.<br />By default, this "
 "value is 0"
 msgstr ""
 
@@ -93,7 +93,7 @@ msgstr ""
 #: 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 "
+"value is \"\", a default page will be displayed.<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -115,27 +115,27 @@ msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid ""
-"DashboardAddr specifies the address that the dashboard binds to.<br>By "
+"DashboardAddr specifies the address that the dashboard binds to.<br />By "
 "default, this value is \"0.0.0.0\"."
 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 "
+"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
 msgid ""
 "DashboardPwd specifies the password that the dashboard will use for login."
-"<br>By default, this value is \"admin\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: 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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
@@ -145,7 +145,7 @@ msgstr ""
 #: 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."
+"true.<br />By default, this value is false."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
@@ -160,7 +160,7 @@ msgstr ""
 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."
+"<br />By default, this value is 90."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
@@ -194,20 +194,20 @@ msgstr ""
 #: 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 "
+"be used if LogWay is set appropriately.<br />By default, this value is "
 "\"console\"."
 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
 msgid ""
 "LogMaxDays specifies the maximum number of days to store log information "
-"before deletion. This is only used if LogWay == \"file\".<br>By default, "
+"before deletion. This is only used if LogWay == \"file\".<br />By default, "
 "this value is 0."
 msgstr ""
 
@@ -218,7 +218,7 @@ 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 "
+"proxy to. If this value is 0, no limit will be applied.<br />By default, this "
 "value is 0."
 msgstr ""
 
@@ -239,7 +239,7 @@ msgstr ""
 #: 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\"."
+"be the same as BindAddr.<br />By default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
@@ -268,7 +268,7 @@ 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 "
+"\", the resulting URL would be \"test.frps.com\".<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -283,7 +283,7 @@ msgstr ""
 #: 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."
+"client to share a single TCP connection.<br />By default, this value is true."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
@@ -300,7 +300,7 @@ msgstr ""
 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 \"\"."
+"server.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
@@ -323,20 +323,20 @@ msgstr ""
 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: 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."
+"server, in seconds.<br />By default, this value is 60."
 msgstr ""
 
 #: 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
index 3b3e5254dd4ee0353721b29dc997dacad67c7536..896eef74b3f0b4df4daf29e90029cc057f7b0152 100644 (file)
@@ -25,12 +25,12 @@ msgstr "Autoriser les ports"
 #: 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 "
+"the length of this value is 0, all ports are allowed.<br />By default, this "
 "value is an empty set."
 msgstr ""
 "AllowPorts spécifie un ensemble de ports vers lesquels les clients peuvent "
 "être proxy. Si la longueur de cette valeur est 0, tous les ports sont "
-"autorisés.<br>Par défaut, cette valeur est un ensemble vide."
+"autorisés.<br />Par défaut, cette valeur est un ensemble vide."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:31
 msgid "Assets dir"
@@ -40,11 +40,11 @@ msgstr "Répertoire des actifs"
 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 \"\"."
+"bundled executable using statik.<br />By default, this value is \"\"."
 msgstr ""
 "AssetsDir spécifie le répertoire local à partir duquel le tableau de bord "
 "chargera les ressources. Si cette valeur est \"\", les actifs seront chargés "
-"à partir de l'exécutable fourni à l'aide de statik.<br>Par défaut, cette "
+"à partir de l'exécutable fourni à l'aide de statik.<br />Par défaut, cette "
 "valeur est \"\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
@@ -57,38 +57,38 @@ msgstr "Lier port"
 
 #: 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 "
+"BindAddr specifies the address that the server binds to.<br />By default, this "
 "value is \"0.0.0.0\"."
 msgstr ""
-"BindAddr spécifie l'adresse à laquelle le serveur se lie.<br>Par défaut, "
+"BindAddr spécifie l'adresse à laquelle le serveur se lie.<br />Par défaut, "
 "cette valeur est \"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 "
+"is 0, the server will not listen for KCP connections.<br />By default, this "
 "value is 0."
 msgstr ""
 "BindKcpPort spécifie le port KCP sur lequel le serveur écoute. Si cette "
-"valeur est 0, le serveur n'écoutera pas les connexions KCP.<br>Par défaut, "
+"valeur est 0, le serveur n'écoutera pas les connexions KCP.<br />Par défaut, "
 "cette valeur est 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 "
+"BindPort specifies the port that the server listens on.<br />By default, this "
 "value is 7000."
 msgstr ""
-"BindPort spécifie le port sur lequel le serveur écoute.<br>Par défaut, cette "
+"BindPort spécifie le port sur lequel le serveur écoute.<br />Par défaut, cette "
 "valeur est 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 "
+"is 0, the server will not listen for UDP connections.<br />By default, this "
 "value is 0"
 msgstr ""
 "BindUdpPort spécifie le port UDP sur lequel le serveur écoute. Si cette "
-"valeur est 0, le serveur n'écoutera pas les connexions UDP.<br>Par défaut, "
+"valeur est 0, le serveur n'écoutera pas les connexions UDP.<br />Par défaut, "
 "cette valeur est 0"
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:143
@@ -112,11 +112,11 @@ msgstr "Page 404 personnalisée"
 #: 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 "
+"value is \"\", a default page will be displayed.<br />By default, this value "
 "is \"\"."
 msgstr ""
 "Custom404Page spécifie un chemin d'accès à une page 404 personnalisée à "
-"afficher. Si cette valeur est \"\", une page par défaut s'affiche.<br>Par "
+"afficher. Si cette valeur est \"\", une page par défaut s'affiche.<br />Par "
 "défaut, cette valeur est \"\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
@@ -137,37 +137,37 @@ msgstr "Utilisateur du tableau de bord"
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid ""
-"DashboardAddr specifies the address that the dashboard binds to.<br>By "
+"DashboardAddr specifies the address that the dashboard binds to.<br />By "
 "default, this value is \"0.0.0.0\"."
 msgstr ""
 "DashboardAddr spécifie l'adresse à laquelle le tableau de bord se lie."
-"<br>Par défaut, cette valeur est \"0.0.0.0\"."
+"<br />Par défaut, cette valeur est \"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 "
+"value is 0, the dashboard will not be started.<br />By default, this value is "
 "0."
 msgstr ""
 "DashboardPort spécifie le port sur lequel le tableau de bord écoute. Si "
-"cette valeur est 0, le tableau de bord ne sera pas démarré.<br>Par défaut, "
+"cette valeur est 0, le tableau de bord ne sera pas démarré.<br />Par défaut, "
 "cette valeur est 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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 "DashboardPwd spécifie le mot de passe que le tableau de bord utilisera pour "
-"la connexion.<br>Par défaut, cette valeur est \"admin\"."
+"la connexion.<br />Par défaut, cette valeur est \"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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 "DashboardUser spécifie le nom d'utilisateur que le tableau de bord utilisera "
-"pour la connexion.<br>Par défaut, cette valeur est \"admin\"."
+"pour la connexion.<br />Par défaut, cette valeur est \"admin\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
 msgid "Disable log color"
@@ -176,10 +176,10 @@ msgstr "Désactiver la couleur du journal"
 #: 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."
+"true.<br />By default, this value is false."
 msgstr ""
 "DisableLogColor désactive les couleurs des journaux lorsque LogWay == "
-"\"console\" est défini sur true.<br>Par défaut, cette valeur est false."
+"\"console\" est défini sur true.<br />Par défaut, cette valeur est false."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
 msgid "Environment variable"
@@ -193,11 +193,11 @@ msgstr "Accorder l’accès à l’application LuCI frps"
 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."
+"<br />By default, this value is 90."
 msgstr ""
 "HeartBeatTimeout spécifie la durée maximale d'attente d'un battement de cœur "
 "avant de mettre fin à la connexion. Il n'est pas recommandé de modifier "
-"cette valeur.<br>Par défaut, cette valeur est 90."
+"cette valeur.<br />Par défaut, cette valeur est 90."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
 msgid "Heartbeat timeout"
@@ -230,31 +230,31 @@ msgstr "Log stdout"
 #: 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 "
+"be used if LogWay is set appropriately.<br />By default, this value is "
 "\"console\"."
 msgstr ""
 "LogFile spécifie un fichier dans lequel les journaux seront écrits. Cette "
-"valeur ne sera utilisée que si LogWay est correctement défini.<br>Par "
+"valeur ne sera utilisée que si LogWay est correctement défini.<br />Par "
 "défaut, cette valeur est \"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\"."
+"\", \"info\", \"warn\", and \"error\".<br />By default, this value is \"info\"."
 msgstr ""
 "LogLevel spécifie le niveau de journalisation minimum. Les valeurs valides "
-"sont \"trace\", \"debug\", \"info\", \"warn\" et \"error\".<br>Par défaut, "
+"sont \"trace\", \"debug\", \"info\", \"warn\" et \"error\".<br />Par défaut, "
 "cette valeur est \"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, "
+"before deletion. This is only used if LogWay == \"file\".<br />By default, "
 "this value is 0."
 msgstr ""
 "LogMaxDays spécifie le nombre maximum de jours pour stocker les informations "
 "du journal avant la suppression. Ceci n'est utilisé que si LogWay == "
-"\"fichier\".<br>Par défaut, cette valeur est 0."
+"\"fichier\".<br />Par défaut, cette valeur est 0."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:41
 msgid "Max ports per client"
@@ -263,11 +263,11 @@ msgstr "Ports max par client"
 #: 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 "
+"proxy to. If this value is 0, no limit will be applied.<br />By default, this "
 "value is 0."
 msgstr ""
 "MaxPortsPerClient spécifie le nombre maximal de ports qu'un seul client peut "
-"proxy. Si cette valeur est 0, aucune limite ne sera appliquée.<br>Par "
+"proxy. Si cette valeur est 0, aucune limite ne sera appliquée.<br />Par "
 "défaut, cette valeur est 0."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:118
@@ -290,10 +290,10 @@ msgstr "Adresse de liaison proxy"
 #: 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\"."
+"be the same as BindAddr.<br />By default, this value is \"0.0.0.0\"."
 msgstr ""
 "ProxyBindAddr spécifie l'adresse à laquelle le proxy se lie. Cette valeur "
-"peut être identique à BindAddr.<br>Par défaut, cette valeur est \"0.0.0.0\"."
+"peut être identique à BindAddr.<br />Par défaut, cette valeur est \"0.0.0.0\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
 msgid "RUNNING"
@@ -321,13 +321,13 @@ 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 "
+"\", the resulting URL would be \"test.frps.com\".<br />By default, this value "
 "is \"\"."
 msgstr ""
 "SubDomainHost spécifie le domaine qui sera attaché aux sous-domaines "
 "demandés par le client lors de l'utilisation du proxy Vhost. Par exemple, si "
 "cette valeur est définie sur \"frps.com\" et que le client a demandé le sous-"
-"domaine \"test\", l'URL résultante serait \"test.frps.com\".<br>Par défaut, "
+"domaine \"test\", l'URL résultante serait \"test.frps.com\".<br />Par défaut, "
 "cette valeur est \"\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:37
@@ -341,10 +341,10 @@ msgstr "TCP mux"
 #: 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."
+"client to share a single TCP connection.<br />By default, this value is true."
 msgstr ""
 "TcpMux bascule le multiplexage de flux TCP. Cela permet à plusieurs demandes "
-"d'un client de partager une seule connexion TCP.<br>Par défaut, cette valeur "
+"d'un client de partager une seule connexion TCP.<br />Par défaut, cette valeur "
 "est vraie."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
@@ -363,11 +363,11 @@ msgstr "Token"
 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 \"\"."
+"server.<br />By default, this value is \"\"."
 msgstr ""
 "Token spécifie le jeton d'autorisation utilisé pour authentifier les clés "
 "reçues des clients. Les clients doivent avoir un jeton correspondant pour "
-"être autorisés à utiliser le serveur.<br>Par défaut, cette valeur est \"\"."
+"être autorisés à utiliser le serveur.<br />Par défaut, cette valeur est \"\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
 msgid "UDP bind port"
@@ -389,29 +389,29 @@ msgstr "Port HTTPS Vhost"
 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."
+"<br />By default, this value is 0."
 msgstr ""
 "VhostHttpPort spécifie le port que le serveur écoute pour les requêtes HTTP "
 "Vhost. Si cette valeur est 0, le serveur n'écoutera pas les requêtes HTTP."
-"<br>Par défaut, cette valeur est 0."
+"<br />Par défaut, cette valeur est 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."
+"server, in seconds.<br />By default, this value is 60."
 msgstr ""
 "VhostHttpTimeout spécifie le délai d'expiration de l'en-tête de réponse pour "
-"le serveur HTTP Vhost, en secondes.<br>Par défaut, cette valeur est 60."
+"le serveur HTTP Vhost, en secondes.<br />Par défaut, cette valeur est 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."
+"<br />By default, this value is 0."
 msgstr ""
 "VhostHttpsPort spécifie le port que le serveur écoute pour les requêtes "
 "HTTPS Vhost. Si cette valeur est 0, le serveur n'écoutera pas les requêtes "
-"HTTPS.<br>Par défaut, cette valeur est 0."
+"HTTPS.<br />Par défaut, cette valeur est 0."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:118
index 3b8658ecbb7d842fc645de0d3a6428093a096443..474be6dbb8e6d1e2768b4e91d4b82b754273e81e 100644 (file)
@@ -19,7 +19,7 @@ msgstr ""
 #: 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 "
+"the length of this value is 0, all ports are allowed.<br />By default, this "
 "value is an empty set."
 msgstr ""
 
@@ -31,7 +31,7 @@ msgstr ""
 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 \"\"."
+"bundled executable using statik.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
@@ -44,27 +44,27 @@ 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 "
+"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
 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 "
+"is 0, the server will not listen for KCP connections.<br />By default, this "
 "value is 0."
 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 "
+"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
 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 "
+"is 0, the server will not listen for UDP connections.<br />By default, this "
 "value is 0"
 msgstr ""
 
@@ -87,7 +87,7 @@ msgstr ""
 #: 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 "
+"value is \"\", a default page will be displayed.<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -109,27 +109,27 @@ msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid ""
-"DashboardAddr specifies the address that the dashboard binds to.<br>By "
+"DashboardAddr specifies the address that the dashboard binds to.<br />By "
 "default, this value is \"0.0.0.0\"."
 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 "
+"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
 msgid ""
 "DashboardPwd specifies the password that the dashboard will use for login."
-"<br>By default, this value is \"admin\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: 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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
@@ -139,7 +139,7 @@ msgstr ""
 #: 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."
+"true.<br />By default, this value is false."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
@@ -154,7 +154,7 @@ msgstr ""
 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."
+"<br />By default, this value is 90."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
@@ -188,20 +188,20 @@ msgstr ""
 #: 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 "
+"be used if LogWay is set appropriately.<br />By default, this value is "
 "\"console\"."
 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
 msgid ""
 "LogMaxDays specifies the maximum number of days to store log information "
-"before deletion. This is only used if LogWay == \"file\".<br>By default, "
+"before deletion. This is only used if LogWay == \"file\".<br />By default, "
 "this value is 0."
 msgstr ""
 
@@ -212,7 +212,7 @@ 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 "
+"proxy to. If this value is 0, no limit will be applied.<br />By default, this "
 "value is 0."
 msgstr ""
 
@@ -233,7 +233,7 @@ msgstr ""
 #: 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\"."
+"be the same as BindAddr.<br />By default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
@@ -262,7 +262,7 @@ 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 "
+"\", the resulting URL would be \"test.frps.com\".<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -277,7 +277,7 @@ msgstr ""
 #: 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."
+"client to share a single TCP connection.<br />By default, this value is true."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
@@ -294,7 +294,7 @@ msgstr ""
 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 \"\"."
+"server.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
@@ -317,20 +317,20 @@ msgstr ""
 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: 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."
+"server, in seconds.<br />By default, this value is 60."
 msgstr ""
 
 #: 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
index 5284e0d257c08ae02c045eed047b6dd6331e8b47..3e25d0fa14bb49a657192128907abe3c5afadba4 100644 (file)
@@ -19,7 +19,7 @@ msgstr ""
 #: 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 "
+"the length of this value is 0, all ports are allowed.<br />By default, this "
 "value is an empty set."
 msgstr ""
 
@@ -31,7 +31,7 @@ msgstr ""
 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 \"\"."
+"bundled executable using statik.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
@@ -44,27 +44,27 @@ 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 "
+"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
 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 "
+"is 0, the server will not listen for KCP connections.<br />By default, this "
 "value is 0."
 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 "
+"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
 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 "
+"is 0, the server will not listen for UDP connections.<br />By default, this "
 "value is 0"
 msgstr ""
 
@@ -87,7 +87,7 @@ msgstr ""
 #: 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 "
+"value is \"\", a default page will be displayed.<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -109,27 +109,27 @@ msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid ""
-"DashboardAddr specifies the address that the dashboard binds to.<br>By "
+"DashboardAddr specifies the address that the dashboard binds to.<br />By "
 "default, this value is \"0.0.0.0\"."
 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 "
+"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
 msgid ""
 "DashboardPwd specifies the password that the dashboard will use for login."
-"<br>By default, this value is \"admin\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: 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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
@@ -139,7 +139,7 @@ msgstr ""
 #: 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."
+"true.<br />By default, this value is false."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
@@ -154,7 +154,7 @@ msgstr ""
 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."
+"<br />By default, this value is 90."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
@@ -188,20 +188,20 @@ msgstr ""
 #: 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 "
+"be used if LogWay is set appropriately.<br />By default, this value is "
 "\"console\"."
 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
 msgid ""
 "LogMaxDays specifies the maximum number of days to store log information "
-"before deletion. This is only used if LogWay == \"file\".<br>By default, "
+"before deletion. This is only used if LogWay == \"file\".<br />By default, "
 "this value is 0."
 msgstr ""
 
@@ -212,7 +212,7 @@ 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 "
+"proxy to. If this value is 0, no limit will be applied.<br />By default, this "
 "value is 0."
 msgstr ""
 
@@ -233,7 +233,7 @@ msgstr ""
 #: 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\"."
+"be the same as BindAddr.<br />By default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
@@ -262,7 +262,7 @@ 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 "
+"\", the resulting URL would be \"test.frps.com\".<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -277,7 +277,7 @@ msgstr ""
 #: 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."
+"client to share a single TCP connection.<br />By default, this value is true."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
@@ -294,7 +294,7 @@ msgstr ""
 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 \"\"."
+"server.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
@@ -317,20 +317,20 @@ msgstr ""
 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: 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."
+"server, in seconds.<br />By default, this value is 60."
 msgstr ""
 
 #: 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
index b5b3916688c15675ce5b89630b3aed3ff7c1b6c5..e748d25300efe97a73b6c1e2bba8293021fa18b7 100644 (file)
@@ -25,7 +25,7 @@ msgstr ""
 #: 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 "
+"the length of this value is 0, all ports are allowed.<br />By default, this "
 "value is an empty set."
 msgstr ""
 
@@ -37,7 +37,7 @@ msgstr ""
 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 \"\"."
+"bundled executable using statik.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
@@ -50,27 +50,27 @@ 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 "
+"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
 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 "
+"is 0, the server will not listen for KCP connections.<br />By default, this "
 "value is 0."
 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 "
+"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
 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 "
+"is 0, the server will not listen for UDP connections.<br />By default, this "
 "value is 0"
 msgstr ""
 
@@ -93,11 +93,11 @@ msgstr "Saját 404 oldal"
 #: 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 "
+"value is \"\", a default page will be displayed.<br />By default, this value "
 "is \"\"."
 msgstr ""
 "A saját 404 oldal útvonala. Ha az értéke \"\", egy alapértelmezett oldal "
-"jelenik meg.<br>Alapértelmezésben az értéke \"\"."
+"jelenik meg.<br />Alapértelmezésben az értéke \"\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid "Dashboard address"
@@ -117,27 +117,27 @@ msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid ""
-"DashboardAddr specifies the address that the dashboard binds to.<br>By "
+"DashboardAddr specifies the address that the dashboard binds to.<br />By "
 "default, this value is \"0.0.0.0\"."
 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 "
+"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
 msgid ""
 "DashboardPwd specifies the password that the dashboard will use for login."
-"<br>By default, this value is \"admin\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: 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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
@@ -147,7 +147,7 @@ msgstr "Színek kikapcsolása a naplóban"
 #: 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."
+"true.<br />By default, this value is false."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
@@ -162,7 +162,7 @@ msgstr ""
 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."
+"<br />By default, this value is 90."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
@@ -196,20 +196,20 @@ msgstr ""
 #: 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 "
+"be used if LogWay is set appropriately.<br />By default, this value is "
 "\"console\"."
 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
 msgid ""
 "LogMaxDays specifies the maximum number of days to store log information "
-"before deletion. This is only used if LogWay == \"file\".<br>By default, "
+"before deletion. This is only used if LogWay == \"file\".<br />By default, "
 "this value is 0."
 msgstr ""
 
@@ -220,7 +220,7 @@ 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 "
+"proxy to. If this value is 0, no limit will be applied.<br />By default, this "
 "value is 0."
 msgstr ""
 
@@ -241,7 +241,7 @@ msgstr ""
 #: 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\"."
+"be the same as BindAddr.<br />By default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
@@ -270,7 +270,7 @@ 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 "
+"\", the resulting URL would be \"test.frps.com\".<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -285,7 +285,7 @@ msgstr ""
 #: 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."
+"client to share a single TCP connection.<br />By default, this value is true."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
@@ -302,7 +302,7 @@ msgstr "Token"
 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 \"\"."
+"server.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
@@ -325,20 +325,20 @@ msgstr ""
 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: 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."
+"server, in seconds.<br />By default, this value is 60."
 msgstr ""
 
 #: 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
index 4335f4eba266acade37a5ec7e7f94cc3434be276..9d169cfbc119cc89ad24e33d8154a455dc5c0b20 100644 (file)
@@ -25,7 +25,7 @@ msgstr "Consenti porte"
 #: 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 "
+"the length of this value is 0, all ports are allowed.<br />By default, this "
 "value is an empty set."
 msgstr ""
 "Consenti porte specifica un insieme di porte a cui i client possono eseguire "
@@ -40,11 +40,11 @@ msgstr "Attività dir"
 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 \"\"."
+"bundled executable using statik.<br />By default, this value is \"\"."
 msgstr ""
 "Attività dir specifica la directory locale da cui verrà caricato il "
 "dashboard. Se questo valore è \"\", le risorse verranno caricate "
-"dall'eseguibile in bundle utilizzando statik. <br>Per impostazione "
+"dall'eseguibile in bundle utilizzando statik. <br />Per impostazione "
 "predefinita, questo valore è \"\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
@@ -57,7 +57,7 @@ msgstr "Associa porta"
 
 #: 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 "
+"BindAddr specifies the address that the server binds to.<br />By default, this "
 "value is \"0.0.0.0\"."
 msgstr ""
 "Associa indirizzo specifica l'indirizzo a cui il server si lega .br Per "
@@ -66,7 +66,7 @@ msgstr ""
 #: 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 "
+"is 0, the server will not listen for KCP connections.<br />By default, this "
 "value is 0."
 msgstr ""
 "BindKcpPort specifica la porta KCP su cui il server è in ascolto. Se questo "
@@ -75,7 +75,7 @@ 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 "
+"BindPort specifies the port that the server listens on.<br />By default, this "
 "value is 7000."
 msgstr ""
 "Associa porta specifica la porta su cui il server è in ascolto. Per "
@@ -84,7 +84,7 @@ msgstr ""
 #: 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 "
+"is 0, the server will not listen for UDP connections.<br />By default, this "
 "value is 0"
 msgstr ""
 "Associa porta UDP specifica la porta UDP su cui il server è in ascolto. Se "
@@ -111,7 +111,7 @@ msgstr "Pagina 404 personalizzata"
 #: 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 "
+"value is \"\", a default page will be displayed.<br />By default, this value "
 "is \"\"."
 msgstr ""
 "Personalizza pagina 404 specifica un percorso a una pagina 404 "
@@ -136,27 +136,27 @@ msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid ""
-"DashboardAddr specifies the address that the dashboard binds to.<br>By "
+"DashboardAddr specifies the address that the dashboard binds to.<br />By "
 "default, this value is \"0.0.0.0\"."
 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 "
+"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
 msgid ""
 "DashboardPwd specifies the password that the dashboard will use for login."
-"<br>By default, this value is \"admin\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: 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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
@@ -166,7 +166,7 @@ msgstr ""
 #: 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."
+"true.<br />By default, this value is false."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
@@ -181,7 +181,7 @@ msgstr ""
 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."
+"<br />By default, this value is 90."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
@@ -215,20 +215,20 @@ msgstr ""
 #: 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 "
+"be used if LogWay is set appropriately.<br />By default, this value is "
 "\"console\"."
 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
 msgid ""
 "LogMaxDays specifies the maximum number of days to store log information "
-"before deletion. This is only used if LogWay == \"file\".<br>By default, "
+"before deletion. This is only used if LogWay == \"file\".<br />By default, "
 "this value is 0."
 msgstr ""
 
@@ -239,7 +239,7 @@ 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 "
+"proxy to. If this value is 0, no limit will be applied.<br />By default, this "
 "value is 0."
 msgstr ""
 
@@ -260,7 +260,7 @@ msgstr ""
 #: 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\"."
+"be the same as BindAddr.<br />By default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
@@ -289,7 +289,7 @@ 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 "
+"\", the resulting URL would be \"test.frps.com\".<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -304,7 +304,7 @@ msgstr ""
 #: 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."
+"client to share a single TCP connection.<br />By default, this value is true."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
@@ -321,7 +321,7 @@ msgstr ""
 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 \"\"."
+"server.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
@@ -344,20 +344,20 @@ msgstr ""
 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: 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."
+"server, in seconds.<br />By default, this value is 60."
 msgstr ""
 
 #: 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
index cd7e75e23348be9fe259889e43c3bf8de8e8e25a..24a351dab21d8b3546e96d15166b5a1035d77b7d 100644 (file)
@@ -25,7 +25,7 @@ msgstr ""
 #: 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 "
+"the length of this value is 0, all ports are allowed.<br />By default, this "
 "value is an empty set."
 msgstr ""
 
@@ -37,7 +37,7 @@ msgstr ""
 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 \"\"."
+"bundled executable using statik.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
@@ -50,27 +50,27 @@ 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 "
+"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
 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 "
+"is 0, the server will not listen for KCP connections.<br />By default, this "
 "value is 0."
 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 "
+"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
 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 "
+"is 0, the server will not listen for UDP connections.<br />By default, this "
 "value is 0"
 msgstr ""
 
@@ -93,7 +93,7 @@ msgstr ""
 #: 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 "
+"value is \"\", a default page will be displayed.<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -115,27 +115,27 @@ msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid ""
-"DashboardAddr specifies the address that the dashboard binds to.<br>By "
+"DashboardAddr specifies the address that the dashboard binds to.<br />By "
 "default, this value is \"0.0.0.0\"."
 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 "
+"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
 msgid ""
 "DashboardPwd specifies the password that the dashboard will use for login."
-"<br>By default, this value is \"admin\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: 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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
@@ -145,7 +145,7 @@ msgstr "ログの色を無効にする"
 #: 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."
+"true.<br />By default, this value is false."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
@@ -160,7 +160,7 @@ msgstr ""
 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."
+"<br />By default, this value is 90."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
@@ -194,20 +194,20 @@ msgstr ""
 #: 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 "
+"be used if LogWay is set appropriately.<br />By default, this value is "
 "\"console\"."
 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
 msgid ""
 "LogMaxDays specifies the maximum number of days to store log information "
-"before deletion. This is only used if LogWay == \"file\".<br>By default, "
+"before deletion. This is only used if LogWay == \"file\".<br />By default, "
 "this value is 0."
 msgstr ""
 
@@ -218,7 +218,7 @@ 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 "
+"proxy to. If this value is 0, no limit will be applied.<br />By default, this "
 "value is 0."
 msgstr ""
 
@@ -239,7 +239,7 @@ msgstr ""
 #: 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\"."
+"be the same as BindAddr.<br />By default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
@@ -268,7 +268,7 @@ 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 "
+"\", the resulting URL would be \"test.frps.com\".<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -283,7 +283,7 @@ msgstr ""
 #: 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."
+"client to share a single TCP connection.<br />By default, this value is true."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
@@ -300,7 +300,7 @@ msgstr "トークン"
 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 \"\"."
+"server.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
@@ -323,20 +323,20 @@ msgstr ""
 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: 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."
+"server, in seconds.<br />By default, this value is 60."
 msgstr ""
 
 #: 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
index e35808bb47fc1e9c390057672c61a38a7328612c..42de2cb9ca12b6a88256f80e1f5e835b0db22dfd 100644 (file)
@@ -25,7 +25,7 @@ msgstr ""
 #: 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 "
+"the length of this value is 0, all ports are allowed.<br />By default, this "
 "value is an empty set."
 msgstr ""
 
@@ -37,7 +37,7 @@ msgstr ""
 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 \"\"."
+"bundled executable using statik.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
@@ -50,27 +50,27 @@ 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 "
+"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
 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 "
+"is 0, the server will not listen for KCP connections.<br />By default, this "
 "value is 0."
 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 "
+"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
 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 "
+"is 0, the server will not listen for UDP connections.<br />By default, this "
 "value is 0"
 msgstr ""
 
@@ -93,7 +93,7 @@ msgstr ""
 #: 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 "
+"value is \"\", a default page will be displayed.<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -115,27 +115,27 @@ msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid ""
-"DashboardAddr specifies the address that the dashboard binds to.<br>By "
+"DashboardAddr specifies the address that the dashboard binds to.<br />By "
 "default, this value is \"0.0.0.0\"."
 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 "
+"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
 msgid ""
 "DashboardPwd specifies the password that the dashboard will use for login."
-"<br>By default, this value is \"admin\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: 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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
@@ -145,7 +145,7 @@ msgstr ""
 #: 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."
+"true.<br />By default, this value is false."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
@@ -160,7 +160,7 @@ msgstr ""
 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."
+"<br />By default, this value is 90."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
@@ -194,20 +194,20 @@ msgstr ""
 #: 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 "
+"be used if LogWay is set appropriately.<br />By default, this value is "
 "\"console\"."
 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
 msgid ""
 "LogMaxDays specifies the maximum number of days to store log information "
-"before deletion. This is only used if LogWay == \"file\".<br>By default, "
+"before deletion. This is only used if LogWay == \"file\".<br />By default, "
 "this value is 0."
 msgstr ""
 
@@ -218,7 +218,7 @@ 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 "
+"proxy to. If this value is 0, no limit will be applied.<br />By default, this "
 "value is 0."
 msgstr ""
 
@@ -239,7 +239,7 @@ msgstr ""
 #: 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\"."
+"be the same as BindAddr.<br />By default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
@@ -268,7 +268,7 @@ 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 "
+"\", the resulting URL would be \"test.frps.com\".<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -283,7 +283,7 @@ msgstr ""
 #: 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."
+"client to share a single TCP connection.<br />By default, this value is true."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
@@ -300,7 +300,7 @@ msgstr ""
 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 \"\"."
+"server.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
@@ -323,20 +323,20 @@ msgstr ""
 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: 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."
+"server, in seconds.<br />By default, this value is 60."
 msgstr ""
 
 #: 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
index 6029158dec48093142a72e5cbab1c257051a7656..b1efc008d010f6f659cb767ce9bcd63863c44e76 100644 (file)
@@ -25,7 +25,7 @@ msgstr ""
 #: 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 "
+"the length of this value is 0, all ports are allowed.<br />By default, this "
 "value is an empty set."
 msgstr ""
 
@@ -37,7 +37,7 @@ msgstr ""
 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 \"\"."
+"bundled executable using statik.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
@@ -50,27 +50,27 @@ 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 "
+"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
 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 "
+"is 0, the server will not listen for KCP connections.<br />By default, this "
 "value is 0."
 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 "
+"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
 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 "
+"is 0, the server will not listen for UDP connections.<br />By default, this "
 "value is 0"
 msgstr ""
 
@@ -93,7 +93,7 @@ msgstr ""
 #: 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 "
+"value is \"\", a default page will be displayed.<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -115,27 +115,27 @@ msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid ""
-"DashboardAddr specifies the address that the dashboard binds to.<br>By "
+"DashboardAddr specifies the address that the dashboard binds to.<br />By "
 "default, this value is \"0.0.0.0\"."
 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 "
+"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
 msgid ""
 "DashboardPwd specifies the password that the dashboard will use for login."
-"<br>By default, this value is \"admin\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: 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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
@@ -145,7 +145,7 @@ msgstr ""
 #: 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."
+"true.<br />By default, this value is false."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
@@ -160,7 +160,7 @@ msgstr ""
 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."
+"<br />By default, this value is 90."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
@@ -194,20 +194,20 @@ msgstr ""
 #: 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 "
+"be used if LogWay is set appropriately.<br />By default, this value is "
 "\"console\"."
 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
 msgid ""
 "LogMaxDays specifies the maximum number of days to store log information "
-"before deletion. This is only used if LogWay == \"file\".<br>By default, "
+"before deletion. This is only used if LogWay == \"file\".<br />By default, "
 "this value is 0."
 msgstr ""
 
@@ -218,7 +218,7 @@ 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 "
+"proxy to. If this value is 0, no limit will be applied.<br />By default, this "
 "value is 0."
 msgstr ""
 
@@ -239,7 +239,7 @@ msgstr ""
 #: 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\"."
+"be the same as BindAddr.<br />By default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
@@ -268,7 +268,7 @@ 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 "
+"\", the resulting URL would be \"test.frps.com\".<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -283,7 +283,7 @@ msgstr ""
 #: 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."
+"client to share a single TCP connection.<br />By default, this value is true."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
@@ -300,7 +300,7 @@ msgstr ""
 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 \"\"."
+"server.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
@@ -323,20 +323,20 @@ msgstr ""
 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: 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."
+"server, in seconds.<br />By default, this value is 60."
 msgstr ""
 
 #: 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
index fb10d3fd467e46087ff7baac772e5cf1c4a07f40..6f6d3be06aafc749420df0c5c4470e928ed60e40 100644 (file)
@@ -19,7 +19,7 @@ msgstr ""
 #: 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 "
+"the length of this value is 0, all ports are allowed.<br />By default, this "
 "value is an empty set."
 msgstr ""
 
@@ -31,7 +31,7 @@ msgstr ""
 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 \"\"."
+"bundled executable using statik.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
@@ -44,27 +44,27 @@ 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 "
+"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
 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 "
+"is 0, the server will not listen for KCP connections.<br />By default, this "
 "value is 0."
 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 "
+"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
 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 "
+"is 0, the server will not listen for UDP connections.<br />By default, this "
 "value is 0"
 msgstr ""
 
@@ -87,7 +87,7 @@ msgstr ""
 #: 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 "
+"value is \"\", a default page will be displayed.<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -109,27 +109,27 @@ msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid ""
-"DashboardAddr specifies the address that the dashboard binds to.<br>By "
+"DashboardAddr specifies the address that the dashboard binds to.<br />By "
 "default, this value is \"0.0.0.0\"."
 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 "
+"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
 msgid ""
 "DashboardPwd specifies the password that the dashboard will use for login."
-"<br>By default, this value is \"admin\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: 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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
@@ -139,7 +139,7 @@ msgstr ""
 #: 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."
+"true.<br />By default, this value is false."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
@@ -154,7 +154,7 @@ msgstr ""
 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."
+"<br />By default, this value is 90."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
@@ -188,20 +188,20 @@ msgstr ""
 #: 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 "
+"be used if LogWay is set appropriately.<br />By default, this value is "
 "\"console\"."
 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
 msgid ""
 "LogMaxDays specifies the maximum number of days to store log information "
-"before deletion. This is only used if LogWay == \"file\".<br>By default, "
+"before deletion. This is only used if LogWay == \"file\".<br />By default, "
 "this value is 0."
 msgstr ""
 
@@ -212,7 +212,7 @@ 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 "
+"proxy to. If this value is 0, no limit will be applied.<br />By default, this "
 "value is 0."
 msgstr ""
 
@@ -233,7 +233,7 @@ msgstr ""
 #: 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\"."
+"be the same as BindAddr.<br />By default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
@@ -262,7 +262,7 @@ 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 "
+"\", the resulting URL would be \"test.frps.com\".<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -277,7 +277,7 @@ msgstr ""
 #: 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."
+"client to share a single TCP connection.<br />By default, this value is true."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
@@ -294,7 +294,7 @@ msgstr ""
 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 \"\"."
+"server.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
@@ -317,20 +317,20 @@ msgstr ""
 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: 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."
+"server, in seconds.<br />By default, this value is 60."
 msgstr ""
 
 #: 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
index b06eb98ee200ede2170e8a522cc5edf5285649cd..3340c611e643775900ab16dd88bc16137d8a7e35 100644 (file)
@@ -26,7 +26,7 @@ msgstr "Tillat porter"
 #: 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 "
+"the length of this value is 0, all ports are allowed.<br />By default, this "
 "value is an empty set."
 msgstr ""
 
@@ -38,7 +38,7 @@ msgstr ""
 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 \"\"."
+"bundled executable using statik.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
@@ -51,27 +51,27 @@ msgstr "Bind-port"
 
 #: 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 "
+"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
 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 "
+"is 0, the server will not listen for KCP connections.<br />By default, this "
 "value is 0."
 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 "
+"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
 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 "
+"is 0, the server will not listen for UDP connections.<br />By default, this "
 "value is 0"
 msgstr ""
 
@@ -94,7 +94,7 @@ msgstr ""
 #: 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 "
+"value is \"\", a default page will be displayed.<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -116,27 +116,27 @@ msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid ""
-"DashboardAddr specifies the address that the dashboard binds to.<br>By "
+"DashboardAddr specifies the address that the dashboard binds to.<br />By "
 "default, this value is \"0.0.0.0\"."
 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 "
+"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
 msgid ""
 "DashboardPwd specifies the password that the dashboard will use for login."
-"<br>By default, this value is \"admin\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: 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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
@@ -146,7 +146,7 @@ msgstr ""
 #: 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."
+"true.<br />By default, this value is false."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
@@ -161,7 +161,7 @@ msgstr ""
 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."
+"<br />By default, this value is 90."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
@@ -195,20 +195,20 @@ msgstr ""
 #: 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 "
+"be used if LogWay is set appropriately.<br />By default, this value is "
 "\"console\"."
 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
 msgid ""
 "LogMaxDays specifies the maximum number of days to store log information "
-"before deletion. This is only used if LogWay == \"file\".<br>By default, "
+"before deletion. This is only used if LogWay == \"file\".<br />By default, "
 "this value is 0."
 msgstr ""
 
@@ -219,7 +219,7 @@ 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 "
+"proxy to. If this value is 0, no limit will be applied.<br />By default, this "
 "value is 0."
 msgstr ""
 
@@ -240,7 +240,7 @@ msgstr ""
 #: 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\"."
+"be the same as BindAddr.<br />By default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
@@ -269,7 +269,7 @@ 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 "
+"\", the resulting URL would be \"test.frps.com\".<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -284,7 +284,7 @@ msgstr ""
 #: 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."
+"client to share a single TCP connection.<br />By default, this value is true."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
@@ -301,7 +301,7 @@ msgstr ""
 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 \"\"."
+"server.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
@@ -324,20 +324,20 @@ msgstr ""
 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: 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."
+"server, in seconds.<br />By default, this value is 60."
 msgstr ""
 
 #: 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
index 0de93422baa1b166504a03a52a3015855ce481b5..34bc6f0dac81a0a93b8c4aa3366fce3064018e6a 100644 (file)
@@ -26,12 +26,12 @@ msgstr "Zezwalaj na porty"
 #: 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 "
+"the length of this value is 0, all ports are allowed.<br />By default, this "
 "value is an empty set."
 msgstr ""
 "AllowPorts określa zestaw portów, do których klienci są w stanie się "
 "zwracać. Jeśli długość tej wartości wynosi 0, wszystkie porty są dozwolone."
-"<br> Domyślnie jest to pusty zestaw."
+"<br /> Domyślnie jest to pusty zestaw."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:31
 msgid "Assets dir"
@@ -41,11 +41,11 @@ msgstr "Assets dir"
 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 \"\"."
+"bundled executable using statik.<br />By default, this value is \"\"."
 msgstr ""
 "AssetsDir określa katalog lokalny, z którego serwer administracyjny będzie "
 "ładował zasoby. Jeśli ta wartość to \"\", zasoby zostaną załadowane z "
-"pakietu wykonywalnego przy użyciu statik. <br> Domyślnie ta wartość to \"\"."
+"pakietu wykonywalnego przy użyciu statik. <br /> Domyślnie ta wartość to \"\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
 msgid "Bind address"
@@ -57,38 +57,38 @@ msgstr "Zwiąż port"
 
 #: 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 "
+"BindAddr specifies the address that the server binds to.<br />By default, this "
 "value is \"0.0.0.0\"."
 msgstr ""
-"AdminAddr określa adres, który serwer administracyjny łączy z adresem.<br> "
+"AdminAddr określa adres, który serwer administracyjny łączy z adresem.<br /> "
 "Domyślnie jest to wartość \"127.0.0.1\"."
 
 #: 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 "
+"is 0, the server will not listen for KCP connections.<br />By default, this "
 "value is 0."
 msgstr ""
 "BindKcpPort określa port KCP, na którym nasłuchuje serwer. Jeśli ta wartość "
-"wynosi 0, serwer nie będzie nasłuchiwał połączeń KCP. <br> Domyślnie ta "
+"wynosi 0, serwer nie będzie nasłuchiwał połączeń KCP. <br /> Domyślnie ta "
 "wartość wynosi 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 "
+"BindPort specifies the port that the server listens on.<br />By default, this "
 "value is 7000."
 msgstr ""
-"BindPort określa port, na którym nasłuchuje serwer. <br> Domyślnie ta "
+"BindPort określa port, na którym nasłuchuje serwer. <br /> Domyślnie ta "
 "wartość to 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 "
+"is 0, the server will not listen for UDP connections.<br />By default, this "
 "value is 0"
 msgstr ""
 "BindUdpPort określa port UDP, na którym nasłuchuje serwer. Jeśli ta wartość "
-"wynosi 0, serwer nie będzie nasłuchiwał połączeń UDP. <br> Domyślnie ta "
+"wynosi 0, serwer nie będzie nasłuchiwał połączeń UDP. <br /> Domyślnie ta "
 "wartość wynosi 0"
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:143
@@ -110,11 +110,11 @@ msgstr "Niestandardowa strona 404"
 #: 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 "
+"value is \"\", a default page will be displayed.<br />By default, this value "
 "is \"\"."
 msgstr ""
 "Custom404Page określa ścieżkę do niestandardowej strony 404 do wyświetlenia. "
-"Jeśli ta wartość to \"\", zostanie wyświetlona strona domyślna. <br> "
+"Jeśli ta wartość to \"\", zostanie wyświetlona strona domyślna. <br /> "
 "Domyślnie ta wartość to \"\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
@@ -135,37 +135,37 @@ msgstr "Użytkownik pulpitu nawigacyjnego"
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid ""
-"DashboardAddr specifies the address that the dashboard binds to.<br>By "
+"DashboardAddr specifies the address that the dashboard binds to.<br />By "
 "default, this value is \"0.0.0.0\"."
 msgstr ""
-"DashboardAddr określa adres, z którym łączy się pulpit nawigacyjny. <br> "
+"DashboardAddr określa adres, z którym łączy się pulpit nawigacyjny. <br /> "
 "Domyślnie ta wartość to \"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 "
+"value is 0, the dashboard will not be started.<br />By default, this value is "
 "0."
 msgstr ""
 "DashboardPort określa port, na którym nasłuchuje pulpit nawigacyjny. Jeśli "
 "ta wartość wynosi 0, pulpit nawigacyjny nie zostanie uruchomiony. "
-"<br>Domyślnie ta wartość wynosi 0."
+"<br />Domyślnie ta wartość wynosi 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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 "DashboardPwd określa hasło, którego będzie używać pulpit nawigacyjny do "
-"logowania. <br> Domyślnie ta wartość to \"admin\"."
+"logowania. <br /> Domyślnie ta wartość to \"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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 "DashboardUser określa nazwę użytkownika, której pulpit nawigacyjny będzie "
-"używał do logowania. <br> Domyślnie ta wartość to \"admin\"."
+"używał do logowania. <br /> Domyślnie ta wartość to \"admin\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
 msgid "Disable log color"
@@ -174,10 +174,10 @@ msgstr "Wyłącz kolor dziennika"
 #: 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."
+"true.<br />By default, this value is false."
 msgstr ""
 "DisableLogColor wyłącza kolory logów, gdy LogWay == \"konsola\" jest "
-"ustawiona na true.<br> Domyślnie jest to wartość false."
+"ustawiona na true.<br /> Domyślnie jest to wartość false."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
 msgid "Environment variable"
@@ -191,10 +191,10 @@ msgstr "Udziel dostępu LuCI do aplikacji frps"
 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."
+"<br />By default, this value is 90."
 msgstr ""
 "HeartBeatTimeout określa maksymalne dozwolone opóźnienie odpowiedzi przed "
-"zakończeniem połączenia. Nie zaleca się zmiany tej wartości. <br>Domyśl ta "
+"zakończeniem połączenia. Nie zaleca się zmiany tej wartości. <br />Domyśl ta "
 "wartość wynosi 90."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
@@ -228,29 +228,29 @@ msgstr "Dziennik stdout"
 #: 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 "
+"be used if LogWay is set appropriately.<br />By default, this value is "
 "\"console\"."
 msgstr ""
 "LogFile określa plik, w którym będą zapisywane dzienniki. Ta wartość będzie "
-"używana tylko wtedy, gdy LogWay zostanie odpowiednio ustawiony. <br> "
+"używana tylko wtedy, gdy LogWay zostanie odpowiednio ustawiony. <br /> "
 "Domyślnie ta wartość to \"konsola\"."
 
 #: 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 ""
 "LogLevel określa minimalny poziom dziennika. Poprawne wartości to \"trace\", "
-"\"debug\", \"info\", \"warn\" i \"error\".<br> Domyślnie jest to \"info\"."
+"\"debug\", \"info\", \"warn\" i \"error\".<br /> Domyślnie jest to \"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, "
+"before deletion. This is only used if LogWay == \"file\".<br />By default, "
 "this value is 0."
 msgstr ""
 "LogMaxDays określa maksymalną liczbę dni przechowywania informacji dziennika "
-"przed usunięciem. Jest używany tylko wtedy, gdy LogWay == \"plik\". <br> "
+"przed usunięciem. Jest używany tylko wtedy, gdy LogWay == \"plik\". <br /> "
 "Domyślnie ta wartość wynosi 0."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:41
@@ -260,12 +260,12 @@ msgstr "Maksymalna liczba portów na klienta"
 #: 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 "
+"proxy to. If this value is 0, no limit will be applied.<br />By default, this "
 "value is 0."
 msgstr ""
 "MaxPortsPerClient określa maksymalną liczbę portów, do których pojedynczy "
 "klient może się podłączyć. Jeśli ta wartość wynosi 0, nie zostanie "
-"zastosowany żaden limit. <br> Domyślnie ta wartość wynosi 0."
+"zastosowany żaden limit. <br /> Domyślnie ta wartość wynosi 0."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:118
 msgid "NOT RUNNING"
@@ -287,10 +287,10 @@ msgstr "Adres powiązania proxy"
 #: 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\"."
+"be the same as BindAddr.<br />By default, this value is \"0.0.0.0\"."
 msgstr ""
 "ProxyBindAddr określa adres, z którym łączy się serwer proxy. Ta wartość "
-"może być taka sama jak BindAddr. <br> Domyślnie ta wartość to \"0.0.0.0\"."
+"może być taka sama jak BindAddr. <br /> Domyślnie ta wartość to \"0.0.0.0\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
 msgid "RUNNING"
@@ -318,13 +318,13 @@ 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 "
+"\", the resulting URL would be \"test.frps.com\".<br />By default, this value "
 "is \"\"."
 msgstr ""
 "SubDomainHost określa domenę, która zostanie dołączona do subdomen żądanych "
 "przez klienta podczas korzystania z proxy Vhost. Na przykład jeśli ta "
 "wartość jest ustawiona na \"frps.com\", a klient zażąda poddomeny \"test\", "
-"wynikowy adres URL to \"test.frps.com\". <br> Domyślnie ta wartość to \"\"."
+"wynikowy adres URL to \"test.frps.com\". <br /> Domyślnie ta wartość to \"\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:37
 msgid "Subdomain host"
@@ -337,10 +337,10 @@ msgstr "Mux TCP"
 #: 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."
+"client to share a single TCP connection.<br />By default, this value is true."
 msgstr ""
 "TcpMux przełącza multipleksowanie strumienia TCP. Pozwala to na "
-"współdzielenie wielu żądań od klienta na jedno połączenie TCP.<br> Domyślnie "
+"współdzielenie wielu żądań od klienta na jedno połączenie TCP.<br /> Domyślnie "
 "wartość ta jest true."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
@@ -359,7 +359,7 @@ msgstr "Token"
 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 \"\"."
+"server.<br />By default, this value is \"\"."
 msgstr ""
 "Token określa token autoryzacji używany do uwierzytelniania kluczy "
 "otrzymanych od klientów. Klienci muszą mieć pasujący token, aby móc "
@@ -385,28 +385,28 @@ msgstr "Port Vhost HTTPS"
 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."
+"<br />By default, this value is 0."
 msgstr ""
 "VhostHttpPort określa port, który serwer nasłuchuje na żądania HTTP Vhost. "
-"Jeśli ta wartość wynosi 0, serwer nie będzie nasłuchiwał żądań HTTP. <br> "
+"Jeśli ta wartość wynosi 0, serwer nie będzie nasłuchiwał żądań HTTP. <br /> "
 "Domyślnie ta wartość wynosi 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."
+"server, in seconds.<br />By default, this value is 60."
 msgstr ""
 "Limit czasu VhostHttp określa limit czasu nagłówka odpowiedzi dla serwera "
-"HTTP Vhost w sekundach. <br> Domyślnie ta wartość wynosi 60."
+"HTTP Vhost w sekundach. <br /> Domyślnie ta wartość wynosi 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."
+"<br />By default, this value is 0."
 msgstr ""
 "Port VhostHttps określa port, który serwer nasłuchuje dla żądań Vhost HTTPS. "
-"Jeśli ta wartość wynosi 0, serwer nie będzie nasłuchiwał żądań HTTPS. <br> "
+"Jeśli ta wartość wynosi 0, serwer nie będzie nasłuchiwał żądań HTTPS. <br /> "
 "Domyślnie ta wartość wynosi 0."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
index 1d2a33b8c10b7c4e0621546fc40f1abcbc31530f..10e44bc5ab56e796dd4568b4d503c01ed80619d2 100644 (file)
@@ -25,12 +25,12 @@ msgstr "Permitir portas"
 #: 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 "
+"the length of this value is 0, all ports are allowed.<br />By default, this "
 "value is an empty set."
 msgstr ""
 "O AllowPorts determina um conjunto de portas às quais os clientes podem "
 "fazer proxy. Se o comprimento deste valor for 0, todas as portas serão "
-"permitidas. <br>O valor predefinido é um conjunto vazio."
+"permitidas. <br />O valor predefinido é um conjunto vazio."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:31
 msgid "Assets dir"
@@ -40,11 +40,11 @@ msgstr "Diretório de ativos"
 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 \"\"."
+"bundled executable using statik.<br />By default, this value is \"\"."
 msgstr ""
 "AssetsDir determina um diretório local de onde o painel carregará recursos. "
 "Se o valor for \"\", os ativos serão carregados do que estiver embutido no "
-"executável usando o statik. <br>O valor predefinido é \"\"."
+"executável usando o statik. <br />O valor predefinido é \"\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
 msgid "Bind address"
@@ -56,37 +56,37 @@ msgstr "Porta de ligação"
 
 #: 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 "
+"BindAddr specifies the address that the server binds to.<br />By default, this "
 "value is \"0.0.0.0\"."
 msgstr ""
-"BindAddr determina o endereço ao qual o servidor se ligará. <br>O valor "
+"BindAddr determina o endereço ao qual o servidor se ligará. <br />O valor "
 "predefinido é \"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 "
+"is 0, the server will not listen for KCP connections.<br />By default, this "
 "value is 0."
 msgstr ""
 "BindKcpPort determina a porta KCP na qual o servidor escuta. Se esse valor "
-"for 0, o servidor não atenderá às conexões KCP. <br> O valor predefinido é 0."
+"for 0, o servidor não atenderá às conexões KCP. <br /> O valor predefinido é 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 "
+"BindPort specifies the port that the server listens on.<br />By default, this "
 "value is 7000."
 msgstr ""
-"BindPort determina a porta no qual o servidor escuta.<br>O valor predefinido "
+"BindPort determina a porta no qual o servidor escuta.<br />O valor predefinido "
 "é 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 "
+"is 0, the server will not listen for UDP connections.<br />By default, this "
 "value is 0"
 msgstr ""
 "BindUdpPort determina a porta UDP em que o servidor atende. Se esse valor "
-"for 0, o servidor não atenderá às conexões UDP. <br>O valor predefinido é 0"
+"for 0, o servidor não atenderá às conexões UDP. <br />O valor predefinido é 0"
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:143
 msgid "Collecting data ..."
@@ -108,11 +108,11 @@ msgstr "Página personalizada de 404"
 #: 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 "
+"value is \"\", a default page will be displayed.<br />By default, this value "
 "is \"\"."
 msgstr ""
 "Custom404Page determina um caminho para uma página 404 personalizada. Se "
-"esse valor for \"\", uma página predefinida será exibida. <br> O valor "
+"esse valor for \"\", uma página predefinida será exibida. <br /> O valor "
 "predefinido é \"\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
@@ -133,36 +133,36 @@ msgstr "Utilizador do painel"
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid ""
-"DashboardAddr specifies the address that the dashboard binds to.<br>By "
+"DashboardAddr specifies the address that the dashboard binds to.<br />By "
 "default, this value is \"0.0.0.0\"."
 msgstr ""
-"DashboardAddr determina o endereço que será ligado ao painel. <br> O valor "
+"DashboardAddr determina o endereço que será ligado ao painel. <br /> O valor "
 "predefinido é \"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 "
+"value is 0, the dashboard will not be started.<br />By default, this value is "
 "0."
 msgstr ""
 "DashboardPort determina a porta que o painel atende. Se esse valor for 0, o "
-"painel não será iniciado. <br> O valor predefinido é 0."
+"painel não será iniciado. <br /> O valor predefinido é 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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 "DashboardPwd determina a palavra-passe que o painel usará para se "
-"autenticar. <br>O valor predefinido é \"admin\"."
+"autenticar. <br />O valor predefinido é \"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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 "O DashboardUser determina o nome de ustilizador que o painel usará para se "
-"autenticar. <br>O valor predefinido é \"admin\"."
+"autenticar. <br />O valor predefinido é \"admin\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
 msgid "Disable log color"
@@ -171,10 +171,10 @@ msgstr "Desativar cores nos registos"
 #: 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."
+"true.<br />By default, this value is false."
 msgstr ""
 "DisableLogColor desativa as cores no registo quando logWay == \"console\" "
-"quando for definido como verdadeiro. <br>O valor predefinido é falso."
+"quando for definido como verdadeiro. <br />O valor predefinido é falso."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
 msgid "Environment variable"
@@ -188,10 +188,10 @@ msgstr "Conceder acesso UCI à app LuCI frps"
 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."
+"<br />By default, this value is 90."
 msgstr ""
 "HeartBeatTimeout determina o tempo máximo para esperar heartbeat antes de "
-"encerrar a conexão. Não é recomendável alterar este valor. <br>O valor "
+"encerrar a conexão. Não é recomendável alterar este valor. <br />O valor "
 "predefinido é 90."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
@@ -225,31 +225,31 @@ msgstr "Registo do stdout"
 #: 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 "
+"be used if LogWay is set appropriately.<br />By default, this value is "
 "\"console\"."
 msgstr ""
 "LogFile determina um ficheiro onde os registos serão escritos. Este valor só "
-"será usado se o LogWay for definido adequadamente. <br>O valor predefinido é "
+"será usado se o LogWay for definido adequadamente. <br />O valor predefinido é "
 "\"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\"."
+"\", \"info\", \"warn\", and \"error\".<br />By default, this value is \"info\"."
 msgstr ""
 "O LogLevel determina o nível mínimo de registo. Valores válidos são \"trace"
-"\", \"debug\", \"info\", \"warn\" e \"error\". <br>O valor predefinido é "
+"\", \"debug\", \"info\", \"warn\" e \"error\". <br />O valor predefinido é "
 "\"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, "
+"before deletion. This is only used if LogWay == \"file\".<br />By default, "
 "this value is 0."
 msgstr ""
 "LogMaxDays determina a quantidade máxima de dias para armazenar as "
 "informações do registo antes de apagar. Isso só é usado se logWay == \"file"
-"\". <br>O valor predefinido é 0."
+"\". <br />O valor predefinido é 0."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:41
 msgid "Max ports per client"
@@ -258,12 +258,12 @@ msgstr "Máximo de portas por cliente"
 #: 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 "
+"proxy to. If this value is 0, no limit will be applied.<br />By default, this "
 "value is 0."
 msgstr ""
 "MaxPortsPerClient especifica o quantidade máxima de portas para as quais um "
 "único cliente pode ser proxz. Se este valor for 0, nenhum limite será "
-"aplicado.<br>Por defeito, este valor é 0."
+"aplicado.<br />Por defeito, este valor é 0."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:118
 msgid "NOT RUNNING"
@@ -285,10 +285,10 @@ msgstr "Endereço de ligação proxy"
 #: 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\"."
+"be the same as BindAddr.<br />By default, this value is \"0.0.0.0\"."
 msgstr ""
 "ProxyBindAddr determina o endereço onde o proxy será ligado. Este valor pode "
-"ser o mesmo que BindAddr. <br>O valor predefinido é \"0,0.0.0\"."
+"ser o mesmo que BindAddr. <br />O valor predefinido é \"0,0.0.0\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
 msgid "RUNNING"
@@ -316,13 +316,13 @@ 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 "
+"\", the resulting URL would be \"test.frps.com\".<br />By default, this value "
 "is \"\"."
 msgstr ""
 "SubDomainHost determina o domínio que será anexado aos subdomínios "
 "solicitados pelo cliente durante ligações proxy Vhost. Por exemplo, se este "
 "valor for definido como \"frps.com\" e o cliente solicitou o \"teste\" do "
-"subdomínio, a URL resultante será \"test.frps.com\". <br>O valor predefinido "
+"subdomínio, a URL resultante será \"test.frps.com\". <br />O valor predefinido "
 "é \"\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:37
@@ -336,10 +336,10 @@ msgstr "TCP mux"
 #: 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."
+"client to share a single TCP connection.<br />By default, this value is true."
 msgstr ""
 "TcpMux alterna a multiplexação do fluxo TCP. Isso permite que várias "
-"solicitações de um cliente compartilhem uma única ligação TCP.<br>O valor "
+"solicitações de um cliente compartilhem uma única ligação TCP.<br />O valor "
 "predefinido é verdadeiro."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
@@ -358,11 +358,11 @@ msgstr "Chave eletrónica"
 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 \"\"."
+"server.<br />By default, this value is \"\"."
 msgstr ""
 "O token determina o token de autorização usado para autenticar as chaves "
 "recebidas dos clientes. Os clientes devem ter um token correspondente que "
-"autorize o uso no servidor.<br>O valor predefinido é \"\"."
+"autorize o uso no servidor.<br />O valor predefinido é \"\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
 msgid "UDP bind port"
@@ -384,29 +384,29 @@ msgstr "Porta Vhost HTTPS"
 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."
+"<br />By default, this value is 0."
 msgstr ""
 "VhostHttpPort determina a porta no qual o servidor escuta por solicitações "
 "HTTP Vhost. Se esse valor for 0, o servidor não atenderá solicitações http. "
-"<br>O valor predefinido é 0."
+"<br />O valor predefinido é 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."
+"server, in seconds.<br />By default, this value is 60."
 msgstr ""
 "VhostHttpTimeout determina o tempo em segundos do intervalo do cabeçalho de "
-"resposta para o servidor Vhost HTTP. <br>O valor predefinido é 60."
+"resposta para o servidor Vhost HTTP. <br />O valor predefinido é 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."
+"<br />By default, this value is 0."
 msgstr ""
 "VhostHttpsPort determina a porta na qual o servidor escuta por solicitações "
 "HTTPS Vhost. Se esse valor for 0, o servidor não atenderá solicitações "
-"https. <br>O valor predefinido é 0."
+"https. <br />O valor predefinido é 0."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:118
index 9708b3e66eee9802ef3565768aea848f414945d8..ad8b7b82d8e647f24542490cf3474263c330e50c 100644 (file)
@@ -25,12 +25,12 @@ msgstr "Permitir portas"
 #: 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 "
+"the length of this value is 0, all ports are allowed.<br />By default, this "
 "value is an empty set."
 msgstr ""
 "O AllowPorts determina um conjunto de portas às quais os clientes podem "
 "fazer proxy. Se o comprimento deste valor for 0, todas as portas serão "
-"permitidas. <br>O valor predefinido é um conjunto vazio."
+"permitidas. <br />O valor predefinido é um conjunto vazio."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:31
 msgid "Assets dir"
@@ -40,11 +40,11 @@ msgstr "Diretório de ativos"
 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 \"\"."
+"bundled executable using statik.<br />By default, this value is \"\"."
 msgstr ""
 "AssetsDir determina um diretório local de onde o painel carregará recursos. "
 "Se o valor for \"\", os ativos serão carregados do que estiver embutido no "
-"executável usando o statik. <br>O valor predefinido é \"\"."
+"executável usando o statik. <br />O valor predefinido é \"\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
 msgid "Bind address"
@@ -56,37 +56,37 @@ msgstr "Porta de vínculo"
 
 #: 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 "
+"BindAddr specifies the address that the server binds to.<br />By default, this "
 "value is \"0.0.0.0\"."
 msgstr ""
-"BindAddr determina o endereço ao qual o servidor se vinculará. <br>O valor "
+"BindAddr determina o endereço ao qual o servidor se vinculará. <br />O valor "
 "predefinido é \"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 "
+"is 0, the server will not listen for KCP connections.<br />By default, this "
 "value is 0."
 msgstr ""
 "BindKcpPort determina a porta KCP na qual o servidor escuta. Se esse valor "
-"for 0, o servidor não atenderá às conexões KCP. <br> O valor predefinido é 0."
+"for 0, o servidor não atenderá às conexões KCP. <br /> O valor predefinido é 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 "
+"BindPort specifies the port that the server listens on.<br />By default, this "
 "value is 7000."
 msgstr ""
-"BindPort determina a porta em que o servidor atende.<br>O valor predefinido "
+"BindPort determina a porta em que o servidor atende.<br />O valor predefinido "
 "é 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 "
+"is 0, the server will not listen for UDP connections.<br />By default, this "
 "value is 0"
 msgstr ""
 "BindUdpPort determina a porta UDP em que o servidor atende. Se esse valor "
-"for 0, o servidor não atenderá às conexões UDP. <br>O valor predefinido é 0"
+"for 0, o servidor não atenderá às conexões UDP. <br />O valor predefinido é 0"
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:143
 msgid "Collecting data ..."
@@ -108,12 +108,12 @@ msgstr "Página personalizada de 404"
 #: 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 "
+"value is \"\", a default page will be displayed.<br />By default, this value "
 "is \"\"."
 msgstr ""
 "Custom404Page personalização de páginas 404 determina um caminho para uma "
 "página 404 personalizada. Se esse valor for \"\", uma página padrão será "
-"exibida. <br> O valor predefinido é \"\"."
+"exibida. <br /> O valor predefinido é \"\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid "Dashboard address"
@@ -133,36 +133,36 @@ msgstr "Usuário do painel"
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid ""
-"DashboardAddr specifies the address that the dashboard binds to.<br>By "
+"DashboardAddr specifies the address that the dashboard binds to.<br />By "
 "default, this value is \"0.0.0.0\"."
 msgstr ""
-"DashboardAddr determina o endereço que será vinculado ao painel. <br> O "
+"DashboardAddr determina o endereço que será vinculado ao painel. <br /> O "
 "valor predefinido é \"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 "
+"value is 0, the dashboard will not be started.<br />By default, this value is "
 "0."
 msgstr ""
 "DashboardPort determina a porta que o painel atende. Se esse valor for 0, o "
-"painel não será iniciado. <br> O valor predefinido é 0."
+"painel não será iniciado. <br /> O valor predefinido é 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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
-"DashboardPwd determina a senha que o painel usará para se autenticar. <br>O "
+"DashboardPwd determina a senha que o painel usará para se autenticar. <br />O "
 "valor predefinido é \"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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 "O DashboardUser determina o nome de usuário que o painel usará para se "
-"autenticar. <br>O valor predefinido é \"admin\"."
+"autenticar. <br />O valor predefinido é \"admin\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
 msgid "Disable log color"
@@ -171,10 +171,10 @@ msgstr "Desativar cores nos registros de log"
 #: 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."
+"true.<br />By default, this value is false."
 msgstr ""
 "DisableLogColor desativa as cores no registro log quando logWay == \"console"
-"\" quando for definido como verdadeiro. <br>O valor predefinido é falso."
+"\" quando for definido como verdadeiro. <br />O valor predefinido é falso."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
 msgid "Environment variable"
@@ -188,10 +188,10 @@ msgstr "Conceda acesso UCI ao aplicativo LuCI frps"
 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."
+"<br />By default, this value is 90."
 msgstr ""
 "HeartBeatTimeout determina o tempo máximo para esperar heartbeat antes de "
-"encerrar a conexão. Não é recomendável alterar este valor. <br>O valor "
+"encerrar a conexão. Não é recomendável alterar este valor. <br />O valor "
 "predefinido é 90."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
@@ -225,31 +225,31 @@ msgstr "Registro log do stdout"
 #: 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 "
+"be used if LogWay is set appropriately.<br />By default, this value is "
 "\"console\"."
 msgstr ""
 "LogFile determina um arquivo onde os registros serão escritos. Este valor só "
-"será usado se o LogWay for definido adequadamente. <br>O valor predefinido é "
+"será usado se o LogWay for definido adequadamente. <br />O valor predefinido é "
 "\"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\"."
+"\", \"info\", \"warn\", and \"error\".<br />By default, this value is \"info\"."
 msgstr ""
 "O LogLevel determina o nível mínimo de registro no log. Valores válidos são "
-"\"trace\", \"debug\", \"info\", \"warn\" e \"error\". <br>O valor "
+"\"trace\", \"debug\", \"info\", \"warn\" e \"error\". <br />O valor "
 "predefinido é \"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, "
+"before deletion. This is only used if LogWay == \"file\".<br />By default, "
 "this value is 0."
 msgstr ""
 "LogMaxDays determina a quantidade máxima de dias para armazenar as "
 "informações do registro antes da exclusão. Isso só é usado se logWay == "
-"\"arquivo\". <br>O valor predefinido é 0."
+"\"arquivo\". <br />O valor predefinido é 0."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:41
 msgid "Max ports per client"
@@ -258,11 +258,11 @@ msgstr "Máximo de portas por cliente"
 #: 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 "
+"proxy to. If this value is 0, no limit will be applied.<br />By default, this "
 "value is 0."
 msgstr ""
 "MaxPortsPerClient determina o número máximo de portas que um único cliente "
-"pode se conectar. Se esse valor for 0, nenhum limite será imposto. <br>O "
+"pode se conectar. Se esse valor for 0, nenhum limite será imposto. <br />O "
 "valor predefinido é 0."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:118
@@ -285,10 +285,10 @@ msgstr "Endereço de vinculação proxy"
 #: 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\"."
+"be the same as BindAddr.<br />By default, this value is \"0.0.0.0\"."
 msgstr ""
 "ProxyBindAddr determina o endereço onde o proxy será vinculado. Este valor "
-"pode ser o mesmo que BindAddr. <br>O valor predefinido é \"0,0.0.0\"."
+"pode ser o mesmo que BindAddr. <br />O valor predefinido é \"0,0.0.0\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
 msgid "RUNNING"
@@ -316,13 +316,13 @@ 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 "
+"\", the resulting URL would be \"test.frps.com\".<br />By default, this value "
 "is \"\"."
 msgstr ""
 "SubDomainHost determina o domínio que será anexado aos subdomínios "
 "solicitados pelo cliente durante conexões Vhost. Por exemplo, se este valor "
 "for definido como \"frps.com\" e o cliente solicitou o \"teste\" do "
-"subdomínio, a URL resultante será \"test.frps.com\". <br>O valor predefinido "
+"subdomínio, a URL resultante será \"test.frps.com\". <br />O valor predefinido "
 "é \"\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:37
@@ -336,10 +336,10 @@ msgstr "TCP mux"
 #: 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."
+"client to share a single TCP connection.<br />By default, this value is true."
 msgstr ""
 "TcpMux alterna a multiplexação do fluxo TCP. Isso permite que várias "
-"solicitações de um cliente compartilhem uma única conexão TCP.<br>O valor "
+"solicitações de um cliente compartilhem uma única conexão TCP.<br />O valor "
 "predefinido é verdadeiro."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
@@ -358,11 +358,11 @@ msgstr "Token"
 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 \"\"."
+"server.<br />By default, this value is \"\"."
 msgstr ""
 "O token determina o token de autorização usado para autenticar as chaves "
 "recebidas dos clientes. Os clientes devem ter um token correspondente que "
-"autorize o uso no servidor.<br>O valor predefinido é \"\"."
+"autorize o uso no servidor.<br />O valor predefinido é \"\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
 msgid "UDP bind port"
@@ -384,29 +384,29 @@ msgstr "Porta Vhost HTTPS"
 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."
+"<br />By default, this value is 0."
 msgstr ""
 "VhostHttpPort determina a porta que o servidor atende solicitações HTTP "
-"Vhost. Se esse valor for 0, o servidor não atenderá solicitações http. <br>O "
+"Vhost. Se esse valor for 0, o servidor não atenderá solicitações http. <br />O "
 "valor predefinido é 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."
+"server, in seconds.<br />By default, this value is 60."
 msgstr ""
 "VhostHttpTimeout determina o tempo em segundos do intervalo do cabeçalho de "
-"resposta para o servidor Vhost HTTP. <br>O valor predefinido é 60."
+"resposta para o servidor Vhost HTTP. <br />O valor predefinido é 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."
+"<br />By default, this value is 0."
 msgstr ""
 "VhostHttpsPort determina a porta que o servidor atende solicitações HTTPS "
 "Vhost. Se esse valor for 0, o servidor não atenderá solicitações https. "
-"<br>O valor predefinido é 0."
+"<br />O valor predefinido é 0."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:118
index b5b34a6d1bc0434d8936981edd998b4d1556dc1b..8a9626f4c6d9cb06f06623c24032ef4812290af3 100644 (file)
@@ -26,12 +26,12 @@ msgstr "Permite porturi"
 #: 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 "
+"the length of this value is 0, all ports are allowed.<br />By default, this "
 "value is an empty set."
 msgstr ""
 "PermitePorturile specifică un set de porturi la care clienții se pot lega de "
 "la distanță. Dacă dimensiunea acestei valori este 0, toate porturile sunt "
-"permise.<br>Implicit, această valoare este o mulțime goală."
+"permise.<br />Implicit, această valoare este o mulțime goală."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:31
 msgid "Assets dir"
@@ -41,11 +41,11 @@ msgstr "Directorul de resurse"
 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 \"\"."
+"bundled executable using statik.<br />By default, this value is \"\"."
 msgstr ""
 "DirectorulDeResurse specifică un director local din care tabloul de bord va "
 "încărca resurse. Dacă valoarea este \"\", resursele vor fi încărcate din "
-"executabilul împachetat cu statik.<br>Implicit, valoarea este \"\"."
+"executabilul împachetat cu statik.<br />Implicit, valoarea este \"\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
 msgid "Bind address"
@@ -57,27 +57,27 @@ msgstr "Portul legat"
 
 #: 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 "
+"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
 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 "
+"is 0, the server will not listen for KCP connections.<br />By default, this "
 "value is 0."
 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 "
+"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
 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 "
+"is 0, the server will not listen for UDP connections.<br />By default, this "
 "value is 0"
 msgstr ""
 
@@ -100,7 +100,7 @@ msgstr ""
 #: 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 "
+"value is \"\", a default page will be displayed.<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -122,27 +122,27 @@ msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid ""
-"DashboardAddr specifies the address that the dashboard binds to.<br>By "
+"DashboardAddr specifies the address that the dashboard binds to.<br />By "
 "default, this value is \"0.0.0.0\"."
 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 "
+"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
 msgid ""
 "DashboardPwd specifies the password that the dashboard will use for login."
-"<br>By default, this value is \"admin\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: 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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
@@ -152,7 +152,7 @@ msgstr ""
 #: 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."
+"true.<br />By default, this value is false."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
@@ -167,7 +167,7 @@ msgstr ""
 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."
+"<br />By default, this value is 90."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
@@ -201,20 +201,20 @@ msgstr ""
 #: 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 "
+"be used if LogWay is set appropriately.<br />By default, this value is "
 "\"console\"."
 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
 msgid ""
 "LogMaxDays specifies the maximum number of days to store log information "
-"before deletion. This is only used if LogWay == \"file\".<br>By default, "
+"before deletion. This is only used if LogWay == \"file\".<br />By default, "
 "this value is 0."
 msgstr ""
 
@@ -225,7 +225,7 @@ 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 "
+"proxy to. If this value is 0, no limit will be applied.<br />By default, this "
 "value is 0."
 msgstr ""
 
@@ -246,7 +246,7 @@ msgstr ""
 #: 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\"."
+"be the same as BindAddr.<br />By default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
@@ -275,7 +275,7 @@ 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 "
+"\", the resulting URL would be \"test.frps.com\".<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -290,7 +290,7 @@ msgstr ""
 #: 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."
+"client to share a single TCP connection.<br />By default, this value is true."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
@@ -307,7 +307,7 @@ msgstr ""
 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 \"\"."
+"server.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
@@ -330,20 +330,20 @@ msgstr ""
 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: 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."
+"server, in seconds.<br />By default, this value is 60."
 msgstr ""
 
 #: 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
index 198eaa61ebdabd988893a6db00c38421947f83d1..f7cc667bc08a8561994834f05d215e93bf7bdd34 100644 (file)
@@ -26,11 +26,11 @@ msgstr "Разрешить порты"
 #: 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 "
+"the length of this value is 0, all ports are allowed.<br />By default, this "
 "value is an empty set."
 msgstr ""
 "AllowPorts указывает набор портов, к которым клиенты могут подключаться "
-"через прокси. Если длина этого значения равна 0, все порты разрешены.<br>По "
+"через прокси. Если длина этого значения равна 0, все порты разрешены.<br />По "
 "умолчанию это значение - пустой набор."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:31
@@ -41,7 +41,7 @@ msgstr ""
 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 \"\"."
+"bundled executable using statik.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
@@ -54,29 +54,29 @@ msgstr "Bind порт"
 
 #: 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 "
+"BindAddr specifies the address that the server binds to.<br />By default, this "
 "value is \"0.0.0.0\"."
 msgstr ""
-"BindAddr указывает адрес, к которому привязывается сервер.<br>По умолчанию "
+"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 "
+"is 0, the server will not listen for KCP connections.<br />By default, this "
 "value is 0."
 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 "
+"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
 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 "
+"is 0, the server will not listen for UDP connections.<br />By default, this "
 "value is 0"
 msgstr ""
 
@@ -99,7 +99,7 @@ msgstr ""
 #: 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 "
+"value is \"\", a default page will be displayed.<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -121,27 +121,27 @@ msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid ""
-"DashboardAddr specifies the address that the dashboard binds to.<br>By "
+"DashboardAddr specifies the address that the dashboard binds to.<br />By "
 "default, this value is \"0.0.0.0\"."
 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 "
+"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
 msgid ""
 "DashboardPwd specifies the password that the dashboard will use for login."
-"<br>By default, this value is \"admin\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: 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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
@@ -151,7 +151,7 @@ msgstr "Отключить раскраску лога"
 #: 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."
+"true.<br />By default, this value is false."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
@@ -166,7 +166,7 @@ msgstr "Предоставить доступ LuCI к приложению frps"
 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."
+"<br />By default, this value is 90."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
@@ -200,20 +200,20 @@ msgstr ""
 #: 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 "
+"be used if LogWay is set appropriately.<br />By default, this value is "
 "\"console\"."
 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
 msgid ""
 "LogMaxDays specifies the maximum number of days to store log information "
-"before deletion. This is only used if LogWay == \"file\".<br>By default, "
+"before deletion. This is only used if LogWay == \"file\".<br />By default, "
 "this value is 0."
 msgstr ""
 
@@ -224,7 +224,7 @@ 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 "
+"proxy to. If this value is 0, no limit will be applied.<br />By default, this "
 "value is 0."
 msgstr ""
 
@@ -245,7 +245,7 @@ msgstr ""
 #: 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\"."
+"be the same as BindAddr.<br />By default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
@@ -274,7 +274,7 @@ 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 "
+"\", the resulting URL would be \"test.frps.com\".<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -289,7 +289,7 @@ msgstr ""
 #: 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."
+"client to share a single TCP connection.<br />By default, this value is true."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
@@ -306,7 +306,7 @@ msgstr "Токен"
 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 \"\"."
+"server.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
@@ -329,20 +329,20 @@ msgstr ""
 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: 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."
+"server, in seconds.<br />By default, this value is 60."
 msgstr ""
 
 #: 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
index 64905e15e49836d105321ded5f24c720bd9184ad..373a5bc2020664c53c7ec65faedb4e860e244ba3 100644 (file)
@@ -19,7 +19,7 @@ msgstr ""
 #: 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 "
+"the length of this value is 0, all ports are allowed.<br />By default, this "
 "value is an empty set."
 msgstr ""
 
@@ -31,7 +31,7 @@ msgstr ""
 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 \"\"."
+"bundled executable using statik.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
@@ -44,27 +44,27 @@ 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 "
+"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
 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 "
+"is 0, the server will not listen for KCP connections.<br />By default, this "
 "value is 0."
 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 "
+"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
 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 "
+"is 0, the server will not listen for UDP connections.<br />By default, this "
 "value is 0"
 msgstr ""
 
@@ -87,7 +87,7 @@ msgstr ""
 #: 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 "
+"value is \"\", a default page will be displayed.<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -109,27 +109,27 @@ msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid ""
-"DashboardAddr specifies the address that the dashboard binds to.<br>By "
+"DashboardAddr specifies the address that the dashboard binds to.<br />By "
 "default, this value is \"0.0.0.0\"."
 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 "
+"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
 msgid ""
 "DashboardPwd specifies the password that the dashboard will use for login."
-"<br>By default, this value is \"admin\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: 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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
@@ -139,7 +139,7 @@ msgstr ""
 #: 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."
+"true.<br />By default, this value is false."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
@@ -154,7 +154,7 @@ msgstr ""
 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."
+"<br />By default, this value is 90."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
@@ -188,20 +188,20 @@ msgstr ""
 #: 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 "
+"be used if LogWay is set appropriately.<br />By default, this value is "
 "\"console\"."
 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
 msgid ""
 "LogMaxDays specifies the maximum number of days to store log information "
-"before deletion. This is only used if LogWay == \"file\".<br>By default, "
+"before deletion. This is only used if LogWay == \"file\".<br />By default, "
 "this value is 0."
 msgstr ""
 
@@ -212,7 +212,7 @@ 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 "
+"proxy to. If this value is 0, no limit will be applied.<br />By default, this "
 "value is 0."
 msgstr ""
 
@@ -233,7 +233,7 @@ msgstr ""
 #: 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\"."
+"be the same as BindAddr.<br />By default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
@@ -262,7 +262,7 @@ 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 "
+"\", the resulting URL would be \"test.frps.com\".<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -277,7 +277,7 @@ msgstr ""
 #: 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."
+"client to share a single TCP connection.<br />By default, this value is true."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
@@ -294,7 +294,7 @@ msgstr ""
 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 \"\"."
+"server.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
@@ -317,20 +317,20 @@ msgstr ""
 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: 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."
+"server, in seconds.<br />By default, this value is 60."
 msgstr ""
 
 #: 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
index 53e8e0b771bea8cd5bf68fc49cc179a884790b99..4ae6d8846dfd37002c201eac67b80057c9f3b39f 100644 (file)
@@ -26,7 +26,7 @@ msgstr "Tillåt portar"
 #: 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 "
+"the length of this value is 0, all ports are allowed.<br />By default, this "
 "value is an empty set."
 msgstr ""
 
@@ -38,7 +38,7 @@ msgstr ""
 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 \"\"."
+"bundled executable using statik.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
@@ -51,27 +51,27 @@ 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 "
+"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
 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 "
+"is 0, the server will not listen for KCP connections.<br />By default, this "
 "value is 0."
 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 "
+"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
 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 "
+"is 0, the server will not listen for UDP connections.<br />By default, this "
 "value is 0"
 msgstr ""
 
@@ -94,7 +94,7 @@ msgstr ""
 #: 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 "
+"value is \"\", a default page will be displayed.<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -116,27 +116,27 @@ msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid ""
-"DashboardAddr specifies the address that the dashboard binds to.<br>By "
+"DashboardAddr specifies the address that the dashboard binds to.<br />By "
 "default, this value is \"0.0.0.0\"."
 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 "
+"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
 msgid ""
 "DashboardPwd specifies the password that the dashboard will use for login."
-"<br>By default, this value is \"admin\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: 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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
@@ -146,7 +146,7 @@ msgstr ""
 #: 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."
+"true.<br />By default, this value is false."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
@@ -161,7 +161,7 @@ msgstr ""
 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."
+"<br />By default, this value is 90."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
@@ -195,20 +195,20 @@ msgstr ""
 #: 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 "
+"be used if LogWay is set appropriately.<br />By default, this value is "
 "\"console\"."
 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
 msgid ""
 "LogMaxDays specifies the maximum number of days to store log information "
-"before deletion. This is only used if LogWay == \"file\".<br>By default, "
+"before deletion. This is only used if LogWay == \"file\".<br />By default, "
 "this value is 0."
 msgstr ""
 
@@ -219,7 +219,7 @@ 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 "
+"proxy to. If this value is 0, no limit will be applied.<br />By default, this "
 "value is 0."
 msgstr ""
 
@@ -240,7 +240,7 @@ msgstr ""
 #: 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\"."
+"be the same as BindAddr.<br />By default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
@@ -269,7 +269,7 @@ 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 "
+"\", the resulting URL would be \"test.frps.com\".<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -284,7 +284,7 @@ msgstr ""
 #: 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."
+"client to share a single TCP connection.<br />By default, this value is true."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
@@ -301,7 +301,7 @@ msgstr ""
 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 \"\"."
+"server.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
@@ -324,20 +324,20 @@ msgstr ""
 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: 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."
+"server, in seconds.<br />By default, this value is 60."
 msgstr ""
 
 #: 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
index 3f6c2346312196200f946d07e22f96b5ac09782a..3959ebcc51f2502a26efb4442b6703a55b2831df 100644 (file)
@@ -16,7 +16,7 @@ msgstr ""
 #: 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 "
+"the length of this value is 0, all ports are allowed.<br />By default, this "
 "value is an empty set."
 msgstr ""
 
@@ -28,7 +28,7 @@ msgstr ""
 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 \"\"."
+"bundled executable using statik.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
@@ -41,27 +41,27 @@ 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 "
+"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
 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 "
+"is 0, the server will not listen for KCP connections.<br />By default, this "
 "value is 0."
 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 "
+"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
 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 "
+"is 0, the server will not listen for UDP connections.<br />By default, this "
 "value is 0"
 msgstr ""
 
@@ -84,7 +84,7 @@ msgstr ""
 #: 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 "
+"value is \"\", a default page will be displayed.<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -106,27 +106,27 @@ msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid ""
-"DashboardAddr specifies the address that the dashboard binds to.<br>By "
+"DashboardAddr specifies the address that the dashboard binds to.<br />By "
 "default, this value is \"0.0.0.0\"."
 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 "
+"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
 msgid ""
 "DashboardPwd specifies the password that the dashboard will use for login."
-"<br>By default, this value is \"admin\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: 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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
@@ -136,7 +136,7 @@ msgstr ""
 #: 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."
+"true.<br />By default, this value is false."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
@@ -151,7 +151,7 @@ msgstr ""
 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."
+"<br />By default, this value is 90."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
@@ -185,20 +185,20 @@ msgstr ""
 #: 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 "
+"be used if LogWay is set appropriately.<br />By default, this value is "
 "\"console\"."
 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
 msgid ""
 "LogMaxDays specifies the maximum number of days to store log information "
-"before deletion. This is only used if LogWay == \"file\".<br>By default, "
+"before deletion. This is only used if LogWay == \"file\".<br />By default, "
 "this value is 0."
 msgstr ""
 
@@ -209,7 +209,7 @@ 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 "
+"proxy to. If this value is 0, no limit will be applied.<br />By default, this "
 "value is 0."
 msgstr ""
 
@@ -230,7 +230,7 @@ msgstr ""
 #: 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\"."
+"be the same as BindAddr.<br />By default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
@@ -259,7 +259,7 @@ 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 "
+"\", the resulting URL would be \"test.frps.com\".<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -274,7 +274,7 @@ msgstr ""
 #: 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."
+"client to share a single TCP connection.<br />By default, this value is true."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
@@ -291,7 +291,7 @@ msgstr ""
 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 \"\"."
+"server.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
@@ -314,20 +314,20 @@ msgstr ""
 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: 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."
+"server, in seconds.<br />By default, this value is 60."
 msgstr ""
 
 #: 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
index 3fb4f5dc1f67ed147179ea11dd6780370d271ccb..a2bce32add86d8cca67c0dcf56d6c724893ff95e 100644 (file)
@@ -25,12 +25,12 @@ msgstr "Bağlantı noktalarına izin ver"
 #: 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 "
+"the length of this value is 0, all ports are allowed.<br />By default, this "
 "value is an empty set."
 msgstr ""
 "AllowPorts, istemcilerin proxy yapabildiği bir dizi bağlantı noktasını "
 "belirtir. Bu değerin uzunluğu 0 ise, tüm bağlantı noktalarına izin verilir. "
-"<br> Varsayılan olarak, bu değer boş bir kümedir."
+"<br /> Varsayılan olarak, bu değer boş bir kümedir."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:31
 msgid "Assets dir"
@@ -40,11 +40,11 @@ msgstr "Varlıklar dizini"
 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 \"\"."
+"bundled executable using statik.<br />By default, this value is \"\"."
 msgstr ""
 "AssetsDir, panonun kaynakları yükleyeceği yerel dizini belirtir. Bu değer "
 "\"\" ise, varlıklar statik kullanılarak paketlenmiş yürütülebilir dosyadan "
-"yüklenecektir. <br> Varsayılan olarak bu değer \"\" şeklindedir."
+"yüklenecektir. <br /> Varsayılan olarak bu değer \"\" şeklindedir."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
 msgid "Bind address"
@@ -56,38 +56,38 @@ msgstr "Bağlama noktası"
 
 #: 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 "
+"BindAddr specifies the address that the server binds to.<br />By default, this "
 "value is \"0.0.0.0\"."
 msgstr ""
-"BindAddr, sunucunun bağlandığı adresi belirtir. <br> Varsayılan olarak bu "
+"BindAddr, sunucunun bağlandığı adresi belirtir. <br /> Varsayılan olarak bu "
 "değer \"0.0.0.0\" dır."
 
 #: 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 "
+"is 0, the server will not listen for KCP connections.<br />By default, this "
 "value is 0."
 msgstr ""
 "BindKcpPort, sunucunun dinlediği KCP bağlantı noktasını belirtir. Bu değer 0 "
-"ise, sunucu KCP bağlantılarını dinlemez. <br> Varsayılan olarak bu değer "
+"ise, sunucu KCP bağlantılarını dinlemez. <br /> Varsayılan olarak bu değer "
 "0'dır."
 
 #: 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 "
+"BindPort specifies the port that the server listens on.<br />By default, this "
 "value is 7000."
 msgstr ""
-"BindPort, sunucunun dinlediği bağlantı noktasını belirtir. <br> Varsayılan "
+"BindPort, sunucunun dinlediği bağlantı noktasını belirtir. <br /> Varsayılan "
 "olarak bu değer 7000'dir."
 
 #: 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 "
+"is 0, the server will not listen for UDP connections.<br />By default, this "
 "value is 0"
 msgstr ""
 "BindUdpPort, sunucunun dinlediği UDP bağlantı noktasını belirtir. Bu değer 0 "
-"ise, sunucu UDP bağlantılarını dinlemez. <br> Varsayılan olarak bu değer "
+"ise, sunucu UDP bağlantılarını dinlemez. <br /> Varsayılan olarak bu değer "
 "0'dır"
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:143
@@ -109,11 +109,11 @@ msgstr "Özel 404 sayfası"
 #: 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 "
+"value is \"\", a default page will be displayed.<br />By default, this value "
 "is \"\"."
 msgstr ""
 "Custom404Page, görüntülenecek özel bir 404 sayfasına giden yolu belirtir. Bu "
-"değer \"\" ise, varsayılan bir sayfa görüntülenecektir. <br> Varsayılan "
+"değer \"\" ise, varsayılan bir sayfa görüntülenecektir. <br /> Varsayılan "
 "olarak bu değer \"\" dir."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
@@ -134,37 +134,37 @@ msgstr "Kontrol paneli kullanıcısı"
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid ""
-"DashboardAddr specifies the address that the dashboard binds to.<br>By "
+"DashboardAddr specifies the address that the dashboard binds to.<br />By "
 "default, this value is \"0.0.0.0\"."
 msgstr ""
-"DashboardAddr, panonun bağlandığı adresi belirtir. <br> Varsayılan olarak bu "
+"DashboardAddr, panonun bağlandığı adresi belirtir. <br /> Varsayılan olarak bu "
 "değer \"0.0.0.0\" dır."
 
 #: 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 "
+"value is 0, the dashboard will not be started.<br />By default, this value is "
 "0."
 msgstr ""
 "DashboardPort, panonun dinlediği bağlantı noktasını belirtir. Bu değer 0 "
-"ise, gösterge tablosu başlatılmayacaktır. <br> Varsayılan olarak bu değer "
+"ise, gösterge tablosu başlatılmayacaktır. <br /> Varsayılan olarak bu değer "
 "0'dır."
 
 #: 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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 "DashboardPwd, kontrol panelinin oturum açmak için kullanacağı parolayı "
-"belirtir. <br> Varsayılan olarak bu değer \"admin\" dir."
+"belirtir. <br /> Varsayılan olarak bu değer \"admin\" dir."
 
 #: 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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 "DashboardUser, kontrol panelinin oturum açmak için kullanacağı kullanıcı "
-"adını belirtir. <br> Varsayılan olarak bu değer \"admin\" dir."
+"adını belirtir. <br /> Varsayılan olarak bu değer \"admin\" dir."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
 msgid "Disable log color"
@@ -173,10 +173,10 @@ msgstr "Günlük renklerini devre dışı bırak"
 #: 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."
+"true.<br />By default, this value is false."
 msgstr ""
 "DisableLogColor, doğru olarak ayarlandığında LogWay == \"console\" olduğunda "
-"günlük renklerini devre dışı bırakır. <br> Varsayılan olarak bu değer "
+"günlük renklerini devre dışı bırakır. <br /> Varsayılan olarak bu değer "
 "yanlıştır."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
@@ -191,11 +191,11 @@ msgstr "LuCI uygulaması frps'ye erişim izni verin"
 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."
+"<br />By default, this value is 90."
 msgstr ""
 "HeartBeatTimeout, bağlantıyı sonlandırmadan önce bir kalp atışı için "
 "beklenecek maksimum süreyi belirtir. Bu değerin değiştirilmesi önerilmez. "
-"<br> Varsayılan olarak bu değer 90'dır."
+"<br /> Varsayılan olarak bu değer 90'dır."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
 msgid "Heartbeat timeout"
@@ -228,30 +228,30 @@ msgstr "Stdout'u günlüğe kaydet"
 #: 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 "
+"be used if LogWay is set appropriately.<br />By default, this value is "
 "\"console\"."
 msgstr ""
 "LogFile, günlüklerin yazılacağı bir dosyayı belirtir. Bu değer yalnızca "
-"LogWay uygun şekilde ayarlanmışsa kullanılacaktır. <br> Varsayılan olarak bu "
+"LogWay uygun şekilde ayarlanmışsa kullanılacaktır. <br /> Varsayılan olarak bu "
 "değer \"console\" dur."
 
 #: 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 ""
 "LogLevel, minimum günlük seviyesini belirtir. Geçerli değerler \"trace\", "
-"\"debug\", \"info\", \"warn\" ve \"error\" dir.<br>Varsayılan olarak bu "
+"\"debug\", \"info\", \"warn\" ve \"error\" dir.<br />Varsayılan olarak bu "
 "değer \"info\" dır."
 
 #: 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, "
+"before deletion. This is only used if LogWay == \"file\".<br />By default, "
 "this value is 0."
 msgstr ""
 "LogMaxDays, silmeden önce günlük bilgilerinin saklanacağı maksimum gün "
-"sayısını belirtir. Bu yalnızca LogWay == \"file\" ise kullanılır. <br> "
+"sayısını belirtir. Bu yalnızca LogWay == \"file\" ise kullanılır. <br /> "
 "Varsayılan olarak bu değer 0'dır."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:41
@@ -261,11 +261,11 @@ msgstr "İstemci başına maksimum bağlantı noktası"
 #: 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 "
+"proxy to. If this value is 0, no limit will be applied.<br />By default, this "
 "value is 0."
 msgstr ""
 "MaxPortsPerClient, tek bir istemcinin proxy yapabileceği maksimum bağlantı "
-"noktası sayısını belirtir. Bu değer 0 ise sınır uygulanmaz. <br> Varsayılan "
+"noktası sayısını belirtir. Bu değer 0 ise sınır uygulanmaz. <br /> Varsayılan "
 "olarak bu değer 0'dır."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:118
@@ -288,10 +288,10 @@ msgstr "Proxy bağlama adresi"
 #: 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\"."
+"be the same as BindAddr.<br />By default, this value is \"0.0.0.0\"."
 msgstr ""
 "ProxyBindAddr, proxy'nin bağlandığı adresi belirtir. Bu değer BindAddr ile "
-"aynı olabilir. <br> Varsayılan olarak bu değer \"0.0.0.0\" dır."
+"aynı olabilir. <br /> Varsayılan olarak bu değer \"0.0.0.0\" dır."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
 msgid "RUNNING"
@@ -319,13 +319,13 @@ 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 "
+"\", the resulting URL would be \"test.frps.com\".<br />By default, this value "
 "is \"\"."
 msgstr ""
 "SubDomainHost, Vhost proxy kullanılırken istemci tarafından talep edilen alt "
 "etki alanlarına eklenecek etki alanını belirtir. Örneğin, bu değer \"frps.com"
 "\" olarak ayarlanırsa ve müşteri alt alan adı \"test\" isterse, sonuçta "
-"ortaya çıkan URL \"test.frps.com\" olur. <br> Varsayılan olarak bu değer "
+"ortaya çıkan URL \"test.frps.com\" olur. <br /> Varsayılan olarak bu değer "
 "\"\" olur."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:37
@@ -339,10 +339,10 @@ msgstr "TCP mux"
 #: 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."
+"client to share a single TCP connection.<br />By default, this value is true."
 msgstr ""
 "TcpMux, TCP akış çoklamasını değiştirir. Bu, bir istemciden gelen birden çok "
-"isteğin tek bir TCP bağlantısını paylaşmasına izin verir. <br> Varsayılan "
+"isteğin tek bir TCP bağlantısını paylaşmasına izin verir. <br /> Varsayılan "
 "olarak bu değer doğrudur."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
@@ -361,12 +361,12 @@ msgstr "Jeton"
 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 \"\"."
+"server.<br />By default, this value is \"\"."
 msgstr ""
 "Belirteç, istemcilerden alınan anahtarların kimliğini doğrulamak için "
 "kullanılan yetkilendirme jetonunu belirtir. İstemcilerin sunucuyu kullanma "
 "yetkisine sahip olmaları için eşleşen bir jetona sahip olmaları gerekir. "
-"<br> Varsayılan olarak bu değer \"\" şeklindedir."
+"<br /> Varsayılan olarak bu değer \"\" şeklindedir."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
 msgid "UDP bind port"
@@ -388,28 +388,28 @@ msgstr "Vhost HTTPS bağlantı noktası"
 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."
+"<br />By default, this value is 0."
 msgstr ""
 "VhostHttpPort, sunucunun HTTP Vhost isteklerini dinlediği bağlantı noktasını "
-"belirtir. Bu değer 0 ise, sunucu HTTP isteklerini dinlemeyecektir. <br> "
+"belirtir. Bu değer 0 ise, sunucu HTTP isteklerini dinlemeyecektir. <br /> "
 "Varsayılan olarak bu değer 0'dır."
 
 #: 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."
+"server, in seconds.<br />By default, this value is 60."
 msgstr ""
 "VhostHttpTimeout, Vhost HTTP sunucusu için saniye cinsinden yanıt başlığı "
-"zaman aşımını belirtir. <br> Varsayılan olarak bu değer 60'tır."
+"zaman aşımını belirtir. <br /> Varsayılan olarak bu değer 60'tır."
 
 #: 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."
+"<br />By default, this value is 0."
 msgstr ""
 "VhostHttpsPort, sunucunun HTTPS Vhost isteklerini dinlediği bağlantı "
-"noktasını belirtir. Bu değer 0 ise, sunucu HTTPS isteklerini dinlemez. <br> "
+"noktasını belirtir. Bu değer 0 ise, sunucu HTTPS isteklerini dinlemez. <br /> "
 "Varsayılan olarak bu değer 0'dır."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
index 4f2e1d6a4d6145dd549eb61ca39daf267ca74022..9df0fa340bfbdedf9139567c9ec955c54cad35f4 100644 (file)
@@ -26,7 +26,7 @@ msgstr ""
 #: 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 "
+"the length of this value is 0, all ports are allowed.<br />By default, this "
 "value is an empty set."
 msgstr ""
 
@@ -38,7 +38,7 @@ msgstr ""
 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 \"\"."
+"bundled executable using statik.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
@@ -51,27 +51,27 @@ 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 "
+"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
 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 "
+"is 0, the server will not listen for KCP connections.<br />By default, this "
 "value is 0."
 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 "
+"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
 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 "
+"is 0, the server will not listen for UDP connections.<br />By default, this "
 "value is 0"
 msgstr ""
 
@@ -94,7 +94,7 @@ msgstr ""
 #: 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 "
+"value is \"\", a default page will be displayed.<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -116,27 +116,27 @@ msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid ""
-"DashboardAddr specifies the address that the dashboard binds to.<br>By "
+"DashboardAddr specifies the address that the dashboard binds to.<br />By "
 "default, this value is \"0.0.0.0\"."
 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 "
+"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
 msgid ""
 "DashboardPwd specifies the password that the dashboard will use for login."
-"<br>By default, this value is \"admin\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: 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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
@@ -146,7 +146,7 @@ msgstr ""
 #: 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."
+"true.<br />By default, this value is false."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
@@ -161,7 +161,7 @@ msgstr ""
 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."
+"<br />By default, this value is 90."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
@@ -195,20 +195,20 @@ msgstr ""
 #: 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 "
+"be used if LogWay is set appropriately.<br />By default, this value is "
 "\"console\"."
 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
 msgid ""
 "LogMaxDays specifies the maximum number of days to store log information "
-"before deletion. This is only used if LogWay == \"file\".<br>By default, "
+"before deletion. This is only used if LogWay == \"file\".<br />By default, "
 "this value is 0."
 msgstr ""
 
@@ -219,7 +219,7 @@ 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 "
+"proxy to. If this value is 0, no limit will be applied.<br />By default, this "
 "value is 0."
 msgstr ""
 
@@ -240,7 +240,7 @@ msgstr ""
 #: 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\"."
+"be the same as BindAddr.<br />By default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
@@ -269,7 +269,7 @@ 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 "
+"\", the resulting URL would be \"test.frps.com\".<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -284,7 +284,7 @@ msgstr ""
 #: 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."
+"client to share a single TCP connection.<br />By default, this value is true."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
@@ -301,7 +301,7 @@ msgstr ""
 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 \"\"."
+"server.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
@@ -324,20 +324,20 @@ msgstr ""
 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: 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."
+"server, in seconds.<br />By default, this value is 60."
 msgstr ""
 
 #: 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
index e220080638d684ee60a684e50cde0407d39e3bf1..3da63a56ff2c30d303d01925c8f6976e83b727f1 100644 (file)
@@ -25,7 +25,7 @@ msgstr "Cho phép cổng"
 #: 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 "
+"the length of this value is 0, all ports are allowed.<br />By default, this "
 "value is an empty set."
 msgstr ""
 
@@ -37,7 +37,7 @@ msgstr ""
 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 \"\"."
+"bundled executable using statik.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
@@ -50,27 +50,27 @@ 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 "
+"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
 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 "
+"is 0, the server will not listen for KCP connections.<br />By default, this "
 "value is 0."
 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 "
+"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
 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 "
+"is 0, the server will not listen for UDP connections.<br />By default, this "
 "value is 0"
 msgstr ""
 
@@ -93,7 +93,7 @@ msgstr ""
 #: 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 "
+"value is \"\", a default page will be displayed.<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -115,27 +115,27 @@ msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid ""
-"DashboardAddr specifies the address that the dashboard binds to.<br>By "
+"DashboardAddr specifies the address that the dashboard binds to.<br />By "
 "default, this value is \"0.0.0.0\"."
 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 "
+"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
 msgid ""
 "DashboardPwd specifies the password that the dashboard will use for login."
-"<br>By default, this value is \"admin\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: 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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
@@ -145,7 +145,7 @@ msgstr ""
 #: 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."
+"true.<br />By default, this value is false."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
@@ -160,7 +160,7 @@ msgstr ""
 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."
+"<br />By default, this value is 90."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
@@ -194,20 +194,20 @@ msgstr ""
 #: 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 "
+"be used if LogWay is set appropriately.<br />By default, this value is "
 "\"console\"."
 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
 msgid ""
 "LogMaxDays specifies the maximum number of days to store log information "
-"before deletion. This is only used if LogWay == \"file\".<br>By default, "
+"before deletion. This is only used if LogWay == \"file\".<br />By default, "
 "this value is 0."
 msgstr ""
 
@@ -218,7 +218,7 @@ 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 "
+"proxy to. If this value is 0, no limit will be applied.<br />By default, this "
 "value is 0."
 msgstr ""
 
@@ -239,7 +239,7 @@ msgstr ""
 #: 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\"."
+"be the same as BindAddr.<br />By default, this value is \"0.0.0.0\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
@@ -268,7 +268,7 @@ 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 "
+"\", the resulting URL would be \"test.frps.com\".<br />By default, this value "
 "is \"\"."
 msgstr ""
 
@@ -283,7 +283,7 @@ msgstr ""
 #: 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."
+"client to share a single TCP connection.<br />By default, this value is true."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
@@ -300,7 +300,7 @@ msgstr ""
 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 \"\"."
+"server.<br />By default, this value is \"\"."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
@@ -323,20 +323,20 @@ msgstr ""
 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: 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."
+"server, in seconds.<br />By default, this value is 60."
 msgstr ""
 
 #: 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."
+"<br />By default, this value is 0."
 msgstr ""
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
index d315ed2029568cb8e307d7efe1d648f1541acc4c..0418aeda30c5c16436e2db266bd74cfa42eeaffc 100644 (file)
@@ -25,11 +25,11 @@ msgstr "允许的端口"
 #: 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 "
+"the length of this value is 0, all ports are allowed.<br />By default, this "
 "value is an empty set."
 msgstr ""
 "AllowPorts 指定客户端能够代理的一组端口。如果此值的长度为 0,则允许所有端口。"
-"<br>默认情况下,此集合为空。"
+"<br />默认情况下,此集合为空。"
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:31
 msgid "Assets dir"
@@ -39,10 +39,10 @@ msgstr "资源目录"
 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 \"\"."
+"bundled executable using statik.<br />By default, this value is \"\"."
 msgstr ""
 "AssetsDir指定仪表板从哪个本地目录加载资源。如果此值为\"\",将用statik从打包的"
-"可执行文件加载资源。<br>默认值为\"\"。"
+"可执行文件加载资源。<br />默认值为\"\"。"
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
 msgid "Bind address"
@@ -54,33 +54,33 @@ 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 "
+"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\"。"
+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 "
+"is 0, the server will not listen for KCP connections.<br />By default, this "
 "value is 0."
 msgstr ""
 "BindKcpPort 指定服务器侦听的 KCP 端口。如果此值为 0,则服务器将不会侦听 KCP "
-"连接。<br>默认值为 0。"
+"连接。<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 "
+"BindPort specifies the port that the server listens on.<br />By default, this "
 "value is 7000."
-msgstr "BindPort 指定服务器侦听的端口。<br>默认值为 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 "
+"is 0, the server will not listen for UDP connections.<br />By default, this "
 "value is 0"
 msgstr ""
 "BindUdpPort 指定服务器侦听的 UDP 端口。如果此值为 0,则服务器将不会侦听 UDP "
-"连接。<br>默认值为 0"
+"连接。<br />默认值为 0"
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:143
 msgid "Collecting data ..."
@@ -101,11 +101,11 @@ msgstr "自定义 404 页面"
 #: 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 "
+"value is \"\", a default page will be displayed.<br />By default, this value "
 "is \"\"."
 msgstr ""
 "Custom404Page 指定要显示的自定义 404 页面的路径。如果此值为\"\",将显示默认页"
-"面。<br>默认值为\"\"。"
+"面。<br />默认值为\"\"。"
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid "Dashboard address"
@@ -125,30 +125,30 @@ msgstr "仪表板用户"
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid ""
-"DashboardAddr specifies the address that the dashboard binds to.<br>By "
+"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”。"
+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 "
+"value is 0, the dashboard will not be started.<br />By default, this value is "
 "0."
 msgstr ""
-"DashboardPort 指定仪表板侦听的端口。如果此值为 0,则不会启动仪表板。<br>默认"
+"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”。"
+"<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”。"
+"<br />By default, this value is \"admin\"."
+msgstr "DashboardUser 指定登录仪表板所用的用户名。<br />默认值为“admin”。"
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
 msgid "Disable log color"
@@ -157,9 +157,9 @@ msgstr "禁用日志的颜色"
 #: 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."
+"true.<br />By default, this value is false."
 msgstr ""
-"当 LogWay == \"console\" 设置为 true 时,DisableLogColor 禁用日志颜色 。<br>"
+"当 LogWay == \"console\" 设置为 true 时,DisableLogColor 禁用日志颜色 。<br />"
 "默认值为 false。"
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
@@ -174,10 +174,10 @@ msgstr "授予访问 LuCI 应用 frps 的权限"
 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."
+"<br />By default, this value is 90."
 msgstr ""
 "HeartBeatTimeout 指定在终止连接前等待检测心跳包的最长时间。不建议更改此值。"
-"<br>默认值为 90。"
+"<br />默认值为 90。"
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
 msgid "Heartbeat timeout"
@@ -210,28 +210,28 @@ msgstr "普通日志"
 #: 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 "
+"be used if LogWay is set appropriately.<br />By default, this value is "
 "\"console\"."
 msgstr ""
-"LogFile 指定写入日志的文件。仅当正确设置 LogWay 时,才会使用此值。<br>默认值"
+"LogFile 指定写入日志的文件。仅当正确设置 LogWay 时,才会使用此值。<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\"."
+"\", \"info\", \"warn\", and \"error\".<br />By default, this value is \"info\"."
 msgstr ""
 "LogLevel 指定最小的日志级别。有效值为\"trace\", \"debug\", \"info\", \"warn"
-"\"和\"error\"。<br>默认情况下,此值为\"info\"。"
+"\"和\"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, "
+"before deletion. This is only used if LogWay == \"file\".<br />By default, "
 "this value is 0."
 msgstr ""
 "LogMaxDays 指定删除前存储日志信息的最长天数。仅当 LogWay == \"file\" 时才使"
-"用。<br>默认值为 0。"
+"用。<br />默认值为 0。"
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:41
 msgid "Max ports per client"
@@ -240,11 +240,11 @@ 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 "
+"proxy to. If this value is 0, no limit will be applied.<br />By default, this "
 "value is 0."
 msgstr ""
 "MaxPortsPerClient 指定单个客户端可以代理的最大端口数。如果此值为 0,则不作任"
-"何限制。<br>默认值为 0。"
+"何限制。<br />默认值为 0。"
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:118
 msgid "NOT RUNNING"
@@ -265,9 +265,9 @@ msgstr "代理绑定地址"
 #: 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\"."
+"be the same as BindAddr.<br />By default, this value is \"0.0.0.0\"."
 msgstr ""
-"ProxyBindAddr 指定代理绑定到的地址。此值可能与 BindAddr 相同。<br>默认值"
+"ProxyBindAddr 指定代理绑定到的地址。此值可能与 BindAddr 相同。<br />默认值"
 "为“0.0.0.0”。"
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
@@ -296,12 +296,12 @@ 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 "
+"\", 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>默认值为\"\"。"
+"com”。<br />默认值为\"\"。"
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:37
 msgid "Subdomain host"
@@ -314,9 +314,9 @@ msgstr "TCP 多路复用"
 #: 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."
+"client to share a single TCP connection.<br />By default, this value is true."
 msgstr ""
-"TcpMux切换TCP流复用。这允许来自一个客户端的多个请求共享一个TCP连接。<br>该值"
+"TcpMux切换TCP流复用。这允许来自一个客户端的多个请求共享一个TCP连接。<br />该值"
 "默认为true。"
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
@@ -333,10 +333,10 @@ msgstr "令牌"
 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 \"\"."
+"server.<br />By default, this value is \"\"."
 msgstr ""
 "令牌指定用于对从客户端接收的密钥进行验证的授权令牌。客户端必须有匹配的令牌才"
-"能被授权使用服务器。<br>该值默认为 \"\"。"
+"能被授权使用服务器。<br />该值默认为 \"\"。"
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
 msgid "UDP bind port"
@@ -358,27 +358,27 @@ msgstr "Vhost HTTPS 端口"
 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."
+"<br />By default, this value is 0."
 msgstr ""
 "VhostHttpPort指定服务器侦听HTTP Vhost请求的端口。如果该值为0,服务器将不侦听"
-"HTTP请求。<br>该值默认为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."
+"server, in seconds.<br />By default, this value is 60."
 msgstr ""
-"VhostHttpTimeout指定Vhost HTTP服务器的响应头超时,单位为秒。<br>该值默认为 "
+"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."
+"<br />By default, this value is 0."
 msgstr ""
 "VhostHttpsPort指定服务器侦听HTTPS Vhost请求的端口。如果该值为0,服务器将不侦"
-"听HTTPS请求。.<br>该值默认为 0。"
+"听HTTPS请求。.<br />该值默认为 0。"
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:118
index 48431a83bbea80667746996868d1984fca74907f..3c61effe0391a3862f89f1e673c05f72ea031e19 100644 (file)
@@ -25,10 +25,10 @@ msgstr "允許埠號群"
 #: 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 "
+"the length of this value is 0, all ports are allowed.<br />By default, this "
 "value is an empty set."
 msgstr ""
-"AllowPorts指定客戶端能夠代理到的一組埠. 如果此值的長度為0, 則允許所有埠. <br>"
+"AllowPorts指定客戶端能夠代理到的一組埠. 如果此值的長度為0, 則允許所有埠. <br />"
 "預設情況下, 此值為空白設定."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:31
@@ -39,10 +39,10 @@ msgstr "資產目錄"
 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 \"\"."
+"bundled executable using statik.<br />By default, this value is \"\"."
 msgstr ""
 "AssetsDir指定本地目錄讓儀表板從其加載資源. 如果此值為“”, 則將使用statik從捆綁"
-"的可執行文件中加載資產. <br>默認情況下, 此值為“”."
+"的可執行文件中加載資產. <br />默認情況下, 此值為“”."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
 msgid "Bind address"
@@ -54,33 +54,33 @@ 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 "
+"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”."
+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 "
+"is 0, the server will not listen for KCP connections.<br />By default, this "
 "value is 0."
 msgstr ""
 "indKcpPort指定服務器監聽的KCP埠號. 如果此值為0, 則伺服器將不會監聽KCP連線。"
-"<br>預設情況下, 此值為0."
+"<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 "
+"BindPort specifies the port that the server listens on.<br />By default, this "
 "value is 7000."
-msgstr "BindPort指定伺服器監聽的埠號. <br>預設情況下, 此值為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 "
+"is 0, the server will not listen for UDP connections.<br />By default, this "
 "value is 0"
 msgstr ""
 "BindUdpPort指定伺服器監聽的UDP端口. 如果此值為0, 則伺服器將不監聽UDP連接. "
-"<br>預設情況下, 此值為0"
+"<br />預設情況下, 此值為0"
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:143
 msgid "Collecting data ..."
@@ -101,11 +101,11 @@ msgstr "自定義404頁面"
 #: 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 "
+"value is \"\", a default page will be displayed.<br />By default, this value "
 "is \"\"."
 msgstr ""
 "Custom404Page指定要顯示的自定義404頁面的路徑. 如果此值為“”, 將顯示默認頁面. "
-"<br>預設情況下, 此值為“”."
+"<br />預設情況下, 此值為“”."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid "Dashboard address"
@@ -125,32 +125,32 @@ msgstr "儀表板使用者"
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:27
 msgid ""
-"DashboardAddr specifies the address that the dashboard binds to.<br>By "
+"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”."
+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 "
+"value is 0, the dashboard will not be started.<br />By default, this value is "
 "0."
 msgstr ""
-"DashboardPort指定儀表板監聽的埠號. 如果該值為0, 則不會啟動儀表板. <br>預設情"
+"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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
-"DashboardPwd指定儀表板將用於登錄的密碼. <br>預設情況下, 此值為\"admin\"."
+"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\"."
+"<br />By default, this value is \"admin\"."
 msgstr ""
-"DashboardUser指定儀表板用於登錄的用戶名稱 <br>預設情況下, 此值為\"admin\"."
+"DashboardUser指定儀表板用於登錄的用戶名稱 <br />預設情況下, 此值為\"admin\"."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
 msgid "Disable log color"
@@ -159,9 +159,9 @@ msgstr "禁用日誌顏色"
 #: 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."
+"true.<br />By default, this value is false."
 msgstr ""
-"當LogWay ==“ console”設置為true時, DisableLogColor禁用日誌顏色. <br>預設默認"
+"當LogWay ==“ console”設置為true時, DisableLogColor禁用日誌顏色. <br />預設默認"
 "情況下, 此值為false."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
@@ -176,9 +176,9 @@ msgstr "授予 luci-app-frps 擁有存取的權限"
 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."
+"<br />By default, this value is 90."
 msgstr ""
-"HeartBeatTimeout指定在終止連接之前等待心跳的最長時間. 不建議更改此值. <br>預"
+"HeartBeatTimeout指定在終止連接之前等待心跳的最長時間. 不建議更改此值. <br />預"
 "設情況下, 此值為90."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:42
@@ -212,27 +212,27 @@ msgstr "日誌標準輸出"
 #: 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 "
+"be used if LogWay is set appropriately.<br />By default, this value is "
 "\"console\"."
 msgstr ""
-"LogFile指定將寫入日誌的檔案. 僅當正確設置LogWay時, 才使用此值. <br>預設情況"
+"LogFile指定將寫入日誌的檔案. 僅當正確設置LogWay時, 才使用此值. <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\"."
+"\", \"info\", \"warn\", and \"error\".<br />By default, this value is \"info\"."
 msgstr ""
 "LogLevel指定最低日誌級別. 有效值為“trace”, “debug”, “ info”, “warn”, "
-"和“error”. <br>預設情況下, 此值為“info”."
+"和“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, "
+"before deletion. This is only used if LogWay == \"file\".<br />By default, "
 "this value is 0."
 msgstr ""
-"LogMaxDays指定刪除前存儲日誌資訊的最大天數. 僅在LogWay ==“file”時使用. <br>預"
+"LogMaxDays指定刪除前存儲日誌資訊的最大天數. 僅在LogWay ==“file”時使用. <br />預"
 "設情況下, 此值為0."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:41
@@ -242,11 +242,11 @@ 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 "
+"proxy to. If this value is 0, no limit will be applied.<br />By default, this "
 "value is 0."
 msgstr ""
 "MaxPortsPerClient指定單個客戶端可以代理的最大埠數. 如果此值為0, 則不會應用任"
-"何限制. <br>預設情況下, 此值為0."
+"何限制. <br />預設情況下, 此值為0."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:118
 msgid "NOT RUNNING"
@@ -267,9 +267,9 @@ msgstr "代理綁定位址"
 #: 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\"."
+"be the same as BindAddr.<br />By default, this value is \"0.0.0.0\"."
 msgstr ""
-"ProxyBindAddr指定代理綁定到的位址. 此值可能與BindAddr相同. <br>預設情況下, 此"
+"ProxyBindAddr指定代理綁定到的位址. 此值可能與BindAddr相同. <br />預設情況下, 此"
 "值為“ 0.0.0.0”."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
@@ -298,12 +298,12 @@ 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 "
+"\", 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>預設情況下,此值為“”."
+"com”. <br />預設情況下,此值為“”."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:37
 msgid "Subdomain host"
@@ -316,9 +316,9 @@ msgstr "TCP多路複用器"
 #: 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."
+"client to share a single TCP connection.<br />By default, this value is true."
 msgstr ""
-"TcpMux切換TCP串流多路複用. 這允許來自客戶端的多個請求共享單一個TCP連接. <br>"
+"TcpMux切換TCP串流多路複用. 這允許來自客戶端的多個請求共享單一個TCP連接. <br />"
 "預設情況下, 此值為true."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
@@ -335,10 +335,10 @@ msgstr "權杖"
 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 \"\"."
+"server.<br />By default, this value is \"\"."
 msgstr ""
 "Token權杖指定用於對從客戶端收到的密鑰進行身份驗證的授權金鑰. 客戶端必須具有匹"
-"配的權杖才能被授權使用伺服器. <br>預設情況下, 此值為“”."
+"配的權杖才能被授權使用伺服器. <br />預設情況下, 此值為“”."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
 msgid "UDP bind port"
@@ -360,27 +360,27 @@ msgstr "虛擬主機HTTPS埠號"
 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."
+"<br />By default, this value is 0."
 msgstr ""
 "VhostHttpPort指定伺服器監聽虛擬主機HTTP請求的埠號. 如果此值為0, 則伺服器將不"
-"會監聽HTTP請求. <br>預設情況, 此值為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."
+"server, in seconds.<br />By default, this value is 60."
 msgstr ""
-"VhostHttpTimeout指定虛擬主機HTTP伺服器的響應標頭逾時, 以秒為單位. <br>預設情"
+"VhostHttpTimeout指定虛擬主機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."
+"<br />By default, this value is 0."
 msgstr ""
 "VhostHttpsPort指定伺服器監聽虛擬主機HTTPS請求的埠號, 如果此值為0, 則伺服器將"
-"不監聽HTTPS請求. <br>預設情況下, 此值為0."
+"不監聽HTTPS請求. <br />預設情況下, 此值為0."
 
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
 #: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:118