diff options
Diffstat (limited to 'applications/luci-app-frpc')
36 files changed, 4227 insertions, 2426 deletions
diff --git a/applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js b/applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js index da86569f18..d93655188b 100644 --- a/applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js +++ b/applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js @@ -1,4 +1,5 @@ 'use strict'; +'require view'; 'require ui'; 'require form'; 'require tools.widgets as widgets'; @@ -113,7 +114,7 @@ function defOpts(s, opts, params) { } } -return L.view.extend({ +return view.extend({ render: function() { var m, s, o; diff --git a/applications/luci-app-frpc/po/ar/frpc.po b/applications/luci-app-frpc/po/ar/frpc.po new file mode 100644 index 0000000000..6fd850d019 --- /dev/null +++ b/applications/luci-app-frpc/po/ar/frpc.po @@ -0,0 +1,359 @@ +msgid "" +msgstr "" +"Language: ar\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 +msgid "Additional configs" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +msgid "Admin address" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +msgid "Admin password" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +msgid "Admin port" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +msgid "Admin user" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +msgid "" +"AdminAddr specifies the address that the admin server binds to.<br>By " +"default, this value is \"127.0.0.1\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +msgid "" +"AdminPort specifies the port for the admin server to listen on. If this " +"value is 0, the admin server will not be started.<br>By default, this value " +"is 0." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +msgid "" +"AdminPwd specifies the password that the admin server will use for login." +"<br>By default, this value is \"admin\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +msgid "" +"AdminUser specifies the username that the admin server will use for login." +"<br>By default, this value is \"admin\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +msgid "Assets dir" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +msgid "" +"AssetsDir specifies the local directory that the admin server will load " +"resources from. If this value is \"\", assets will be loaded from the " +"bundled executable using statik.<br>By default, this value is \"\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 +msgid "Common Settings" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +msgid "Compression" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 +msgid "Config files include in temporary config file" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 +msgid "Custom domains" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +msgid "Disable log color" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +msgid "" +"DisableLogColor disables log colors when LogWay == \"console\" when set to " +"true." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +msgid "Encryption" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +msgid "Environment variable" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +msgid "Exit when login fail" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 +msgid "Grant access to LuCI app frpc" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:152 +msgid "HTTP Settings" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 +msgid "HTTP password" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +msgid "HTTP proxy" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 +msgid "HTTP user" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +msgid "" +"HeartBeatInterval specifies at what interval heartbeats are sent to the " +"server, in seconds. It is not recommended to change this value.<br>By " +"default, this value is 30." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 +msgid "" +"HeartBeatTimeout specifies the maximum allowed heartbeat response delay " +"before the connection is terminated, in seconds. It is not recommended to " +"change this value.<br>By default, this value is 90." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +msgid "Heartbeat interval" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 +msgid "Heartbeat timeout" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 +msgid "Host header rewrite" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +msgid "" +"HttpProxy specifies a proxy address to connect to the server through. If " +"this value is \"\", the server will be connected to directly.<br>By default, " +"this value is read from the \"http_proxy\" environment variable." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 +msgid "If remote_port is 0, frps will assign a random port for you" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 +msgid "Local IP" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:156 +msgid "Local port" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +msgid "LocalIp specifies the IP address or host name to proxy to." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +msgid "LocalPort specifies the port to proxy to." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 +msgid "Locations" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +msgid "Log level" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 +msgid "Log stderr" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 +msgid "Log stdout" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +msgid "" +"LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" +"\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +msgid "" +"LoginFailExit controls whether or not the client should exit after a failed " +"login attempt. If false, the client will retry until a login attempt " +"succeeds.<br>By default, this value is true." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:145 +msgid "Name can not be \"common\"" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +msgid "" +"OS environments pass to frp for config file template, see <a href=\"https://" +"github.com/fatedier/frp#configuration-file-template\">frp README</a>" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +msgid "Protocol" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +msgid "" +"Protocol specifies the protocol to use when interacting with the server. " +"Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this " +"value is \"tcp\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:138 +msgid "Proxy Settings" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 +msgid "Proxy type" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +msgid "" +"ProxyType specifies the type of this proxy. Valid values include \"tcp\", " +"\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this " +"value is \"tcp\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 +msgid "Remote port" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +msgid "Respawn when crashed" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 +msgid "Role" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 +msgid "Run daemon as group" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 +msgid "Run daemon as user" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +msgid "Server address" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +msgid "Server port" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +msgid "" +"ServerAddr specifies the address of the server to connect to.<br>By default, " +"this value is \"0.0.0.0\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +msgid "" +"ServerPort specifies the port to connect to the server on.<br>By default, " +"this value is 7000." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:66 +msgid "Sk" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:127 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:131 +msgid "Startup Settings" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:53 +msgid "Subdomain" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +msgid "TCP mux" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +msgid "TLS" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +msgid "" +"TLSEnable specifies whether or not TLS should be used when communicating " +"with the server." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +msgid "" +"TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " +"client to share a single TCP connection. If this value is true, the server " +"must have TCP multiplexing enabled as well.<br>By default, this value is " +"true." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +msgid "Token" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +msgid "" +"Token specifies the authorization token used to create keys to be sent to " +"the server. The server must have a matching token for authorization to " +"succeed. <br>By default, this value is \"\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +msgid "" +"UseCompression controls whether or not communication with the server will be " +"compressed.<br>By default, this value is false." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +msgid "" +"UseEncryption controls whether or not communication with the server will be " +"encrypted. Encryption is done using the tokens supplied in the server and " +"client configuration.<br>By default, this value is false." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +msgid "User" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +msgid "" +"User specifies a prefix for proxy names to distinguish them from other " +"clients. If this value is not \"\", proxy names will automatically be " +"changed to \"{user}.{proxy_name}\".<br>By default, this value is \"\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:121 +#: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 +msgid "frp Client" +msgstr "" diff --git a/applications/luci-app-frpc/po/bg/frpc.po b/applications/luci-app-frpc/po/bg/frpc.po index 3c64f6354f..77a0486bbb 100644 --- a/applications/luci-app-frpc/po/bg/frpc.po +++ b/applications/luci-app-frpc/po/bg/frpc.po @@ -4,309 +4,313 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Additional configs" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "Admin address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "Admin password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "Admin port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "Admin user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "" "AdminAddr specifies the address that the admin server binds to.<br>By " "default, this value is \"127.0.0.1\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "" "AdminPort specifies the port for the admin server to listen on. If this " "value is 0, the admin server will not be started.<br>By default, this value " "is 0." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminPwd specifies the password that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "" "AdminUser specifies the username that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "Assets dir" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" "AssetsDir specifies the local directory that the admin server will load " "resources from. If this value is \"\", assets will be loaded from the " "bundled executable using statik.<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:125 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 msgid "Common Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "Compression" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Config files include in temporary config file" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:51 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 msgid "Custom domains" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "Disable log color" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "" "DisableLogColor disables log colors when LogWay == \"console\" when set to " "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "Encryption" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "Environment variable" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "Exit when login fail" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:150 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 msgid "General Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 +#: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 +msgid "Grant access to LuCI app frpc" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:152 msgid "HTTP Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 msgid "HTTP password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "HTTP proxy" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 msgid "HTTP user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "" "HeartBeatInterval specifies at what interval heartbeats are sent to the " "server, in seconds. It is not recommended to change this value.<br>By " "default, this value is 30." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "" "HeartBeatTimeout specifies the maximum allowed heartbeat response delay " "before the connection is terminated, in seconds. It is not recommended to " "change this value.<br>By default, this value is 90." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "Heartbeat interval" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "Heartbeat timeout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 msgid "Host header rewrite" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" "HttpProxy specifies a proxy address to connect to the server through. If " "this value is \"\", the server will be connected to directly.<br>By default, " "this value is read from the \"http_proxy\" environment variable." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "If remote_port is 0, frps will assign a random port for you" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 msgid "Local IP" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:156 msgid "Local port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 msgid "LocalIp specifies the IP address or host name to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 msgid "LocalPort specifies the port to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:56 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 msgid "Locations" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "Log level" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 msgid "Log stderr" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:8 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 msgid "Log stdout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "" "LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" "\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "" "LoginFailExit controls whether or not the client should exit after a failed " "login attempt. If false, the client will retry until a login attempt " "succeeds.<br>By default, this value is true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:144 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:145 msgid "Name can not be \"common\"" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "" "OS environments pass to frp for config file template, see <a href=\"https://" "github.com/fatedier/frp#configuration-file-template\">frp README</a>" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "Protocol" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "" "Protocol specifies the protocol to use when interacting with the server. " "Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:137 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:138 msgid "Proxy Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:153 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 msgid "Proxy type" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 msgid "" "ProxyType specifies the type of this proxy. Valid values include \"tcp\", " "\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "Remote port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 msgid "Respawn when crashed" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:64 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 msgid "Role" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 msgid "Run daemon as group" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 msgid "Run daemon as user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "Server address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "Server port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "" "ServerAddr specifies the address of the server to connect to.<br>By default, " "this value is \"0.0.0.0\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerPort specifies the port to connect to the server on.<br>By default, " "this value is 7000." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:66 msgid "Sk" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:130 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:127 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:131 msgid "Startup Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:53 msgid "Subdomain" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "TCP mux" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "TLS" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "" "TLSEnable specifies whether or not TLS should be used when communicating " "with the server." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "" "TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " "client to share a single TCP connection. If this value is true, the server " @@ -314,42 +318,42 @@ msgid "" "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "Token" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "" "Token specifies the authorization token used to create keys to be sent to " "the server. The server must have a matching token for authorization to " "succeed. <br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "" "UseCompression controls whether or not communication with the server will be " "compressed.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "" "UseEncryption controls whether or not communication with the server will be " "encrypted. Encryption is done using the tokens supplied in the server and " "client configuration.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "User" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "" "User specifies a prefix for proxy names to distinguish them from other " "clients. If this value is not \"\", proxy names will automatically be " "changed to \"{user}.{proxy_name}\".<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:120 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:121 #: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 msgid "frp Client" msgstr "" diff --git a/applications/luci-app-frpc/po/bn_BD/frpc.po b/applications/luci-app-frpc/po/bn_BD/frpc.po new file mode 100644 index 0000000000..c78a3e7224 --- /dev/null +++ b/applications/luci-app-frpc/po/bn_BD/frpc.po @@ -0,0 +1,359 @@ +msgid "" +msgstr "" +"Language: bn_BD\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 +msgid "Additional configs" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +msgid "Admin address" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +msgid "Admin password" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +msgid "Admin port" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +msgid "Admin user" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +msgid "" +"AdminAddr specifies the address that the admin server binds to.<br>By " +"default, this value is \"127.0.0.1\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +msgid "" +"AdminPort specifies the port for the admin server to listen on. If this " +"value is 0, the admin server will not be started.<br>By default, this value " +"is 0." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +msgid "" +"AdminPwd specifies the password that the admin server will use for login." +"<br>By default, this value is \"admin\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +msgid "" +"AdminUser specifies the username that the admin server will use for login." +"<br>By default, this value is \"admin\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +msgid "Assets dir" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +msgid "" +"AssetsDir specifies the local directory that the admin server will load " +"resources from. If this value is \"\", assets will be loaded from the " +"bundled executable using statik.<br>By default, this value is \"\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 +msgid "Common Settings" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +msgid "Compression" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 +msgid "Config files include in temporary config file" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 +msgid "Custom domains" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +msgid "Disable log color" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +msgid "" +"DisableLogColor disables log colors when LogWay == \"console\" when set to " +"true." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +msgid "Encryption" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +msgid "Environment variable" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +msgid "Exit when login fail" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 +msgid "Grant access to LuCI app frpc" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:152 +msgid "HTTP Settings" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 +msgid "HTTP password" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +msgid "HTTP proxy" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 +msgid "HTTP user" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +msgid "" +"HeartBeatInterval specifies at what interval heartbeats are sent to the " +"server, in seconds. It is not recommended to change this value.<br>By " +"default, this value is 30." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 +msgid "" +"HeartBeatTimeout specifies the maximum allowed heartbeat response delay " +"before the connection is terminated, in seconds. It is not recommended to " +"change this value.<br>By default, this value is 90." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +msgid "Heartbeat interval" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 +msgid "Heartbeat timeout" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 +msgid "Host header rewrite" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +msgid "" +"HttpProxy specifies a proxy address to connect to the server through. If " +"this value is \"\", the server will be connected to directly.<br>By default, " +"this value is read from the \"http_proxy\" environment variable." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 +msgid "If remote_port is 0, frps will assign a random port for you" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 +msgid "Local IP" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:156 +msgid "Local port" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +msgid "LocalIp specifies the IP address or host name to proxy to." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +msgid "LocalPort specifies the port to proxy to." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 +msgid "Locations" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +msgid "Log level" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 +msgid "Log stderr" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 +msgid "Log stdout" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +msgid "" +"LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" +"\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +msgid "" +"LoginFailExit controls whether or not the client should exit after a failed " +"login attempt. If false, the client will retry until a login attempt " +"succeeds.<br>By default, this value is true." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:145 +msgid "Name can not be \"common\"" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +msgid "" +"OS environments pass to frp for config file template, see <a href=\"https://" +"github.com/fatedier/frp#configuration-file-template\">frp README</a>" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +msgid "Protocol" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +msgid "" +"Protocol specifies the protocol to use when interacting with the server. " +"Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this " +"value is \"tcp\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:138 +msgid "Proxy Settings" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 +msgid "Proxy type" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +msgid "" +"ProxyType specifies the type of this proxy. Valid values include \"tcp\", " +"\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this " +"value is \"tcp\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 +msgid "Remote port" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +msgid "Respawn when crashed" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 +msgid "Role" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 +msgid "Run daemon as group" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 +msgid "Run daemon as user" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +msgid "Server address" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +msgid "Server port" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +msgid "" +"ServerAddr specifies the address of the server to connect to.<br>By default, " +"this value is \"0.0.0.0\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +msgid "" +"ServerPort specifies the port to connect to the server on.<br>By default, " +"this value is 7000." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:66 +msgid "Sk" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:127 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:131 +msgid "Startup Settings" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:53 +msgid "Subdomain" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +msgid "TCP mux" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +msgid "TLS" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +msgid "" +"TLSEnable specifies whether or not TLS should be used when communicating " +"with the server." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +msgid "" +"TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " +"client to share a single TCP connection. If this value is true, the server " +"must have TCP multiplexing enabled as well.<br>By default, this value is " +"true." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +msgid "Token" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +msgid "" +"Token specifies the authorization token used to create keys to be sent to " +"the server. The server must have a matching token for authorization to " +"succeed. <br>By default, this value is \"\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +msgid "" +"UseCompression controls whether or not communication with the server will be " +"compressed.<br>By default, this value is false." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +msgid "" +"UseEncryption controls whether or not communication with the server will be " +"encrypted. Encryption is done using the tokens supplied in the server and " +"client configuration.<br>By default, this value is false." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +msgid "User" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +msgid "" +"User specifies a prefix for proxy names to distinguish them from other " +"clients. If this value is not \"\", proxy names will automatically be " +"changed to \"{user}.{proxy_name}\".<br>By default, this value is \"\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:121 +#: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 +msgid "frp Client" +msgstr "" diff --git a/applications/luci-app-frpc/po/ca/frpc.po b/applications/luci-app-frpc/po/ca/frpc.po index 51c61f9a54..1a6a78f084 100644 --- a/applications/luci-app-frpc/po/ca/frpc.po +++ b/applications/luci-app-frpc/po/ca/frpc.po @@ -4,309 +4,313 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Additional configs" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "Admin address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "Admin password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "Admin port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "Admin user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "" "AdminAddr specifies the address that the admin server binds to.<br>By " "default, this value is \"127.0.0.1\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "" "AdminPort specifies the port for the admin server to listen on. If this " "value is 0, the admin server will not be started.<br>By default, this value " "is 0." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminPwd specifies the password that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "" "AdminUser specifies the username that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "Assets dir" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" "AssetsDir specifies the local directory that the admin server will load " "resources from. If this value is \"\", assets will be loaded from the " "bundled executable using statik.<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:125 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 msgid "Common Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "Compression" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Config files include in temporary config file" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:51 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 msgid "Custom domains" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "Disable log color" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "" "DisableLogColor disables log colors when LogWay == \"console\" when set to " "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "Encryption" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "Environment variable" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "Exit when login fail" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:150 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 msgid "General Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 +#: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 +msgid "Grant access to LuCI app frpc" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:152 msgid "HTTP Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 msgid "HTTP password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "HTTP proxy" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 msgid "HTTP user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "" "HeartBeatInterval specifies at what interval heartbeats are sent to the " "server, in seconds. It is not recommended to change this value.<br>By " "default, this value is 30." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "" "HeartBeatTimeout specifies the maximum allowed heartbeat response delay " "before the connection is terminated, in seconds. It is not recommended to " "change this value.<br>By default, this value is 90." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "Heartbeat interval" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "Heartbeat timeout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 msgid "Host header rewrite" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" "HttpProxy specifies a proxy address to connect to the server through. If " "this value is \"\", the server will be connected to directly.<br>By default, " "this value is read from the \"http_proxy\" environment variable." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "If remote_port is 0, frps will assign a random port for you" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 msgid "Local IP" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:156 msgid "Local port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 msgid "LocalIp specifies the IP address or host name to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 msgid "LocalPort specifies the port to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:56 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 msgid "Locations" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "Log level" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 msgid "Log stderr" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:8 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 msgid "Log stdout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "" "LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" "\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "" "LoginFailExit controls whether or not the client should exit after a failed " "login attempt. If false, the client will retry until a login attempt " "succeeds.<br>By default, this value is true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:144 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:145 msgid "Name can not be \"common\"" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "" "OS environments pass to frp for config file template, see <a href=\"https://" "github.com/fatedier/frp#configuration-file-template\">frp README</a>" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "Protocol" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "" "Protocol specifies the protocol to use when interacting with the server. " "Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:137 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:138 msgid "Proxy Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:153 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 msgid "Proxy type" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 msgid "" "ProxyType specifies the type of this proxy. Valid values include \"tcp\", " "\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "Remote port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 msgid "Respawn when crashed" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:64 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 msgid "Role" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 msgid "Run daemon as group" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 msgid "Run daemon as user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "Server address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "Server port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "" "ServerAddr specifies the address of the server to connect to.<br>By default, " "this value is \"0.0.0.0\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerPort specifies the port to connect to the server on.<br>By default, " "this value is 7000." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:66 msgid "Sk" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:130 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:127 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:131 msgid "Startup Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:53 msgid "Subdomain" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "TCP mux" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "TLS" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "" "TLSEnable specifies whether or not TLS should be used when communicating " "with the server." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "" "TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " "client to share a single TCP connection. If this value is true, the server " @@ -314,42 +318,42 @@ msgid "" "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "Token" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "" "Token specifies the authorization token used to create keys to be sent to " "the server. The server must have a matching token for authorization to " "succeed. <br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "" "UseCompression controls whether or not communication with the server will be " "compressed.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "" "UseEncryption controls whether or not communication with the server will be " "encrypted. Encryption is done using the tokens supplied in the server and " "client configuration.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "User" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "" "User specifies a prefix for proxy names to distinguish them from other " "clients. If this value is not \"\", proxy names will automatically be " "changed to \"{user}.{proxy_name}\".<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:120 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:121 #: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 msgid "frp Client" msgstr "" diff --git a/applications/luci-app-frpc/po/cs/frpc.po b/applications/luci-app-frpc/po/cs/frpc.po index e00dc337a4..2d7e7059df 100644 --- a/applications/luci-app-frpc/po/cs/frpc.po +++ b/applications/luci-app-frpc/po/cs/frpc.po @@ -4,309 +4,313 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Additional configs" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "Admin address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "Admin password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "Admin port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "Admin user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "" "AdminAddr specifies the address that the admin server binds to.<br>By " "default, this value is \"127.0.0.1\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "" "AdminPort specifies the port for the admin server to listen on. If this " "value is 0, the admin server will not be started.<br>By default, this value " "is 0." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminPwd specifies the password that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "" "AdminUser specifies the username that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "Assets dir" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" "AssetsDir specifies the local directory that the admin server will load " "resources from. If this value is \"\", assets will be loaded from the " "bundled executable using statik.<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:125 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 msgid "Common Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "Compression" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Config files include in temporary config file" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:51 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 msgid "Custom domains" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "Disable log color" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "" "DisableLogColor disables log colors when LogWay == \"console\" when set to " "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "Encryption" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "Environment variable" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "Exit when login fail" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:150 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 msgid "General Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 +#: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 +msgid "Grant access to LuCI app frpc" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:152 msgid "HTTP Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 msgid "HTTP password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "HTTP proxy" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 msgid "HTTP user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "" "HeartBeatInterval specifies at what interval heartbeats are sent to the " "server, in seconds. It is not recommended to change this value.<br>By " "default, this value is 30." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "" "HeartBeatTimeout specifies the maximum allowed heartbeat response delay " "before the connection is terminated, in seconds. It is not recommended to " "change this value.<br>By default, this value is 90." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "Heartbeat interval" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "Heartbeat timeout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 msgid "Host header rewrite" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" "HttpProxy specifies a proxy address to connect to the server through. If " "this value is \"\", the server will be connected to directly.<br>By default, " "this value is read from the \"http_proxy\" environment variable." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "If remote_port is 0, frps will assign a random port for you" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 msgid "Local IP" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:156 msgid "Local port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 msgid "LocalIp specifies the IP address or host name to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 msgid "LocalPort specifies the port to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:56 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 msgid "Locations" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "Log level" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 msgid "Log stderr" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:8 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 msgid "Log stdout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "" "LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" "\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "" "LoginFailExit controls whether or not the client should exit after a failed " "login attempt. If false, the client will retry until a login attempt " "succeeds.<br>By default, this value is true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:144 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:145 msgid "Name can not be \"common\"" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "" "OS environments pass to frp for config file template, see <a href=\"https://" "github.com/fatedier/frp#configuration-file-template\">frp README</a>" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "Protocol" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "" "Protocol specifies the protocol to use when interacting with the server. " "Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:137 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:138 msgid "Proxy Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:153 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 msgid "Proxy type" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 msgid "" "ProxyType specifies the type of this proxy. Valid values include \"tcp\", " "\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "Remote port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 msgid "Respawn when crashed" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:64 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 msgid "Role" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 msgid "Run daemon as group" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 msgid "Run daemon as user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "Server address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "Server port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "" "ServerAddr specifies the address of the server to connect to.<br>By default, " "this value is \"0.0.0.0\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerPort specifies the port to connect to the server on.<br>By default, " "this value is 7000." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:66 msgid "Sk" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:130 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:127 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:131 msgid "Startup Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:53 msgid "Subdomain" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "TCP mux" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "TLS" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "" "TLSEnable specifies whether or not TLS should be used when communicating " "with the server." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "" "TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " "client to share a single TCP connection. If this value is true, the server " @@ -314,42 +318,42 @@ msgid "" "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "Token" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "" "Token specifies the authorization token used to create keys to be sent to " "the server. The server must have a matching token for authorization to " "succeed. <br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "" "UseCompression controls whether or not communication with the server will be " "compressed.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "" "UseEncryption controls whether or not communication with the server will be " "encrypted. Encryption is done using the tokens supplied in the server and " "client configuration.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "User" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "" "User specifies a prefix for proxy names to distinguish them from other " "clients. If this value is not \"\", proxy names will automatically be " "changed to \"{user}.{proxy_name}\".<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:120 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:121 #: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 msgid "frp Client" msgstr "" diff --git a/applications/luci-app-frpc/po/de/frpc.po b/applications/luci-app-frpc/po/de/frpc.po index 91cba6eb00..5d8c6bba59 100644 --- a/applications/luci-app-frpc/po/de/frpc.po +++ b/applications/luci-app-frpc/po/de/frpc.po @@ -1,361 +1,432 @@ msgid "" msgstr "" -"PO-Revision-Date: 2020-02-16 00:29+0000\n" -"Last-Translator: marzzzello <anmeldezeugs@top-email.net>\n" +"PO-Revision-Date: 2020-04-30 05:51+0000\n" +"Last-Translator: Sandro Stross <sandro.stross@gmx.at>\n" "Language-Team: German <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsfrpc/de/>\n" "Language: de\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.11-dev\n" +"X-Generator: Weblate 4.0.2\n" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Additional configs" -msgstr "" +msgstr "Zusätzliche Konfiguration" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "Admin address" -msgstr "" +msgstr "Admin-Adresse" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "Admin password" -msgstr "" +msgstr "Admin-Kennwort" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "Admin port" -msgstr "" +msgstr "Admin-Port" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "Admin user" -msgstr "" +msgstr "Admin-Nutzer" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "" "AdminAddr specifies the address that the admin server binds to.<br>By " "default, this value is \"127.0.0.1\"." msgstr "" +"AdminAddr spezifiziert die Adresse auf der der Admin-Server lauscht." +"<br>Standard für diesen Wert ist \"127.0.0.1\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "" "AdminPort specifies the port for the admin server to listen on. If this " "value is 0, the admin server will not be started.<br>By default, this value " "is 0." msgstr "" +"AdminPort spezifiziert den Port auf dem der Admin-Server lauschen soll. " +"Falls der Wert 0 ist, wird kein Admin-Server gestartet.<br>Standardwert ist " +"0." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminPwd specifies the password that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" +"AdminPwd spezifiziert das Kennwort, dass der Admin-Server zum Login abfrägt." +"<br>Standardkennwort ist \"admin\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "" "AdminUser specifies the username that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" +"AdminUser spezifiziert den Benutzername, den der Admin-Server fürs Login " +"verwenden soll.<br>Standardnutzer ist \"admin\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "Assets dir" -msgstr "" +msgstr "Asset-Verzeichnis" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" "AssetsDir specifies the local directory that the admin server will load " "resources from. If this value is \"\", assets will be loaded from the " "bundled executable using statik.<br>By default, this value is \"\"." msgstr "" +"AssetsDir spezifiziert das lokale Verzeichnis, aus dem der Admin-Server " +"seine Ressourcen lädt. Falls der Wert \"\" beträgt, werden Ressource aus der " +"mitgelieferten ausführbaren Datei mittels statik geladen.<br>Standardwert " +"ist \"\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:125 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 msgid "Common Settings" -msgstr "" +msgstr "Gemeinsame Einstellungen" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "Compression" -msgstr "" +msgstr "Komprimierung" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Config files include in temporary config file" -msgstr "" +msgstr "Konfigurationsdateien die in temporärer Konfiguration enthalten sind" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:51 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 msgid "Custom domains" -msgstr "" +msgstr "Benutzerdefinierte Domains" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "Disable log color" -msgstr "" +msgstr "Deaktiviere farbiges Log" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "" "DisableLogColor disables log colors when LogWay == \"console\" when set to " "true." msgstr "" +"DisableLogColor deaktiviert farbiges Log wenn LogWay == \"console\" " +"aktiviert ist." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "Encryption" -msgstr "" +msgstr "Verschlüsselung" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "Environment variable" -msgstr "" +msgstr "Umgebungsvariable" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "Exit when login fail" -msgstr "" +msgstr "Beende Programm bei Loginfehler" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:150 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 msgid "General Settings" +msgstr "Allgemeine Einstellungen" + +#: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 +msgid "Grant access to LuCI app frpc" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:152 msgid "HTTP Settings" -msgstr "" +msgstr "HTTP-Einstellungen" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 msgid "HTTP password" -msgstr "" +msgstr "HTTP-Passwort" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "HTTP proxy" -msgstr "" +msgstr "HTTP-Proxy" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 msgid "HTTP user" -msgstr "" +msgstr "HTTP-User" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "" "HeartBeatInterval specifies at what interval heartbeats are sent to the " "server, in seconds. It is not recommended to change this value.<br>By " "default, this value is 30." msgstr "" +"HeartBeatInterval spezifiziert den Zeitabstand zwischen dem Senden von " +"Heartbeats an den Server in Sekunden. Es wird nicht empfohlen, diesen Wert " +"zu ändern.<br>Standardwert hierfür ist 30." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "" "HeartBeatTimeout specifies the maximum allowed heartbeat response delay " "before the connection is terminated, in seconds. It is not recommended to " "change this value.<br>By default, this value is 90." msgstr "" +"HeartBeatTimeout spzifiziert die maximal erlaubte Heartbeat-Antwort-" +"Verzögerung in Sekunden, bevor die Verbindung gekappt wird. Es wird nicht " +"empfohlen, diesen Wert zu ändern.<br>Standardwert hierfür ist 90." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "Heartbeat interval" -msgstr "" +msgstr "Heartbeat-Intervall" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "Heartbeat timeout" -msgstr "" +msgstr "Heartbeat-Timeout" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 msgid "Host header rewrite" -msgstr "" +msgstr "Host-Header umschreiben" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" "HttpProxy specifies a proxy address to connect to the server through. If " "this value is \"\", the server will be connected to directly.<br>By default, " "this value is read from the \"http_proxy\" environment variable." msgstr "" +"HttpProxy spezifiert über welche Proxy-Adresse zum Server verbunden werden " +"soll. Falls dieser Wert \"\" ist, wird direkt zum Server verbunden." +"<br>Standardwert hierfür wird aus der \"http_proxy\"-Umgebungsvariable " +"gelesen." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "If remote_port is 0, frps will assign a random port for you" msgstr "" - -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 -msgid "Local IP" -msgstr "" +"Falls remote_port auf 0 gesetzt ist, wird frps einen zufälligen Port-Wert " +"zuweisen" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 +msgid "Local IP" +msgstr "Lokale IP" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:156 msgid "Local port" -msgstr "" +msgstr "Lokaler Port" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#, fuzzy msgid "LocalIp specifies the IP address or host name to proxy to." msgstr "" +"LocalIp spezifiziert die IP-Adresse oder den Hostnamen der als Proxy " +"verwendet werden soll." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 msgid "LocalPort specifies the port to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:56 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 msgid "Locations" -msgstr "" +msgstr "Standorte" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "Log level" -msgstr "" +msgstr "Protokollierungsstufe" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 msgid "Log stderr" -msgstr "" +msgstr "Logge stderr" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:8 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 msgid "Log stdout" -msgstr "" +msgstr "Logge stdout" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "" "LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" "\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"." msgstr "" +"LogLevel spezifiziert den minimalen Log-Level. Gültige Werte sind \"trace\", " +"\"debug\", \"info\", \"warn\" und \"error\".<br>Standartwert hierfür ist " +"\"info\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "" "LoginFailExit controls whether or not the client should exit after a failed " "login attempt. If false, the client will retry until a login attempt " "succeeds.<br>By default, this value is true." msgstr "" +"LoginFailExit legt fest, ob sich ein Client nach einem fehlgeschlagenen " +"Loginversuch beenden soll. Falls es auf falsch steht, wir es der client so " +"oft versuchen, bis es erfolgreich war.<br>Standardwert hierfür ist wahr." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:144 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:145 msgid "Name can not be \"common\"" -msgstr "" +msgstr "Der Name kann nicht \"common\" sein" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "" "OS environments pass to frp for config file template, see <a href=\"https://" "github.com/fatedier/frp#configuration-file-template\">frp README</a>" msgstr "" +"Betriebssystemumgebungsvariablen welche an frp für das Konfig-Datei-Template " +"weitergereicht werden, siehe <a href=\"https://github.com/fatedier/" +"frp#configuration-file-template\">frp README</a>" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "Protocol" msgstr "Protokoll" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "" "Protocol specifies the protocol to use when interacting with the server. " "Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this " "value is \"tcp\"." msgstr "" +"Protocol spezifiziert das Protokoll welches zur Interaktion mit dem Server " +"verwendet werden soll. Gültige Werte sind \"tcp\", \"kcp\" und \"websocket\"." +"<br>Standardwert hierfür ist \"tcp\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:137 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:138 msgid "Proxy Settings" -msgstr "" +msgstr "Proxy-Einstellungen" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:153 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 msgid "Proxy type" -msgstr "" +msgstr "Proxy-Typ" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 msgid "" "ProxyType specifies the type of this proxy. Valid values include \"tcp\", " "\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this " "value is \"tcp\"." msgstr "" +"ProxyType spezifiziert den Typ des Proxyservers. Gültige Werte beinhalten " +"\"tcp\", \"udp\", \"https\", \"stcp\" und \"xtcp\".<br>Standardwert hierfür " +"ist \"tcp\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "Remote port" -msgstr "" +msgstr "Remote-Port" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 msgid "Respawn when crashed" -msgstr "" +msgstr "Starte nach Crash neu" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:64 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 msgid "Role" -msgstr "" +msgstr "Rolle" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 msgid "Run daemon as group" -msgstr "" +msgstr "Daemon als Gruppe ausführen" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 msgid "Run daemon as user" -msgstr "" +msgstr "Daemon als Gruppe ausführen" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "Server address" -msgstr "" +msgstr "Server-Adresse" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "Server port" -msgstr "" +msgstr "Server-Port" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "" "ServerAddr specifies the address of the server to connect to.<br>By default, " "this value is \"0.0.0.0\"." msgstr "" +"ServerAddr spezifiziert die Adresse des Servers zu dem Verbunden werden soll." +"<br>Standardwert hierfür ist \"0.0.0.0\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerPort specifies the port to connect to the server on.<br>By default, " "this value is 7000." msgstr "" +"ServerPort spezifiziert den Port des Servers zu dem verbunden werden soll." +"<br>Standardwert hierfür ist 7000." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:66 msgid "Sk" -msgstr "" +msgstr "Sk" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:130 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:127 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:131 msgid "Startup Settings" -msgstr "" +msgstr "Startparameter" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:53 msgid "Subdomain" -msgstr "" +msgstr "Subdomain" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "TCP mux" -msgstr "" +msgstr "TCP-mux" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "TLS" -msgstr "" +msgstr "TLS" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "" "TLSEnable specifies whether or not TLS should be used when communicating " "with the server." msgstr "" +"TLSEnable spezifiziert ob TLS bei der Kommunikation mit dem Server verwendet " +"werden soll." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "" "TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " "client to share a single TCP connection. If this value is true, the server " "must have TCP multiplexing enabled as well.<br>By default, this value is " "true." msgstr "" +"TcpMux regelt ob TCP-Stream-Multiplexing genutzt werden soll. Dies erlaubt " +"mehrere Requests eines Clients über eine TCP-Verbindung. Falls dieser Wert " +"auf wahr steht, muss der Server ebenfalls TCP-Multiplexing aktiviert haben." +"<br>Standardwert hierfür ist wahr." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "Token" -msgstr "" +msgstr "Token" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "" "Token specifies the authorization token used to create keys to be sent to " "the server. The server must have a matching token for authorization to " "succeed. <br>By default, this value is \"\"." msgstr "" +"Token spezifiziert das Authorisations-Token, das für die Erzeugung von " +"Schlüsseln die an den Server gesendet werden genutzt wird. Der Server muss " +"ein gleichlautendes Token zur Authorisation eingestellt haben." +"<br>Standardwert hierfür ist \"\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "" "UseCompression controls whether or not communication with the server will be " "compressed.<br>By default, this value is false." msgstr "" +"UseCompression legt fest, ob die Datenverbindung mit dem Server komprimiert " +"werden soll.<br>Standardwert hierfür ist falsch." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "" "UseEncryption controls whether or not communication with the server will be " "encrypted. Encryption is done using the tokens supplied in the server and " "client configuration.<br>By default, this value is false." msgstr "" +"UseEncryption legt fest, ob die Datenverbindung mit dem Server verschlüsselt " +"werden soll. Die Verschlüsselung erfolgt mittels der eingestellten Token auf " +"Server- und Clientseite.<br>Standardwert hierfür ist falsch." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "User" -msgstr "" +msgstr "Nutzer" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "" "User specifies a prefix for proxy names to distinguish them from other " "clients. If this value is not \"\", proxy names will automatically be " "changed to \"{user}.{proxy_name}\".<br>By default, this value is \"\"." msgstr "" +"User spezifiziert den Präfix für Proxy-Namen zur Unterscheidung von anderen " +"Clients. Falls dieser Wert \"\" beträgt, werden Proxy-Namen automatisch zu " +"\"{user} {proxy_name} \" umgeschrieben.<br>Standardwert hierfür ist \"\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:120 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:121 #: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 msgid "frp Client" -msgstr "" +msgstr "frp Client" diff --git a/applications/luci-app-frpc/po/el/frpc.po b/applications/luci-app-frpc/po/el/frpc.po index af50bc8331..6f67cb8a2e 100644 --- a/applications/luci-app-frpc/po/el/frpc.po +++ b/applications/luci-app-frpc/po/el/frpc.po @@ -4,309 +4,313 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Additional configs" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "Admin address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "Admin password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "Admin port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "Admin user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "" "AdminAddr specifies the address that the admin server binds to.<br>By " "default, this value is \"127.0.0.1\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "" "AdminPort specifies the port for the admin server to listen on. If this " "value is 0, the admin server will not be started.<br>By default, this value " "is 0." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminPwd specifies the password that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "" "AdminUser specifies the username that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "Assets dir" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" "AssetsDir specifies the local directory that the admin server will load " "resources from. If this value is \"\", assets will be loaded from the " "bundled executable using statik.<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:125 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 msgid "Common Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "Compression" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Config files include in temporary config file" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:51 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 msgid "Custom domains" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "Disable log color" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "" "DisableLogColor disables log colors when LogWay == \"console\" when set to " "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "Encryption" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "Environment variable" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "Exit when login fail" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:150 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 msgid "General Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 +#: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 +msgid "Grant access to LuCI app frpc" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:152 msgid "HTTP Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 msgid "HTTP password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "HTTP proxy" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 msgid "HTTP user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "" "HeartBeatInterval specifies at what interval heartbeats are sent to the " "server, in seconds. It is not recommended to change this value.<br>By " "default, this value is 30." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "" "HeartBeatTimeout specifies the maximum allowed heartbeat response delay " "before the connection is terminated, in seconds. It is not recommended to " "change this value.<br>By default, this value is 90." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "Heartbeat interval" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "Heartbeat timeout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 msgid "Host header rewrite" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" "HttpProxy specifies a proxy address to connect to the server through. If " "this value is \"\", the server will be connected to directly.<br>By default, " "this value is read from the \"http_proxy\" environment variable." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "If remote_port is 0, frps will assign a random port for you" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 msgid "Local IP" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:156 msgid "Local port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 msgid "LocalIp specifies the IP address or host name to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 msgid "LocalPort specifies the port to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:56 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 msgid "Locations" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "Log level" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 msgid "Log stderr" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:8 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 msgid "Log stdout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "" "LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" "\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "" "LoginFailExit controls whether or not the client should exit after a failed " "login attempt. If false, the client will retry until a login attempt " "succeeds.<br>By default, this value is true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:144 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:145 msgid "Name can not be \"common\"" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "" "OS environments pass to frp for config file template, see <a href=\"https://" "github.com/fatedier/frp#configuration-file-template\">frp README</a>" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "Protocol" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "" "Protocol specifies the protocol to use when interacting with the server. " "Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:137 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:138 msgid "Proxy Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:153 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 msgid "Proxy type" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 msgid "" "ProxyType specifies the type of this proxy. Valid values include \"tcp\", " "\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "Remote port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 msgid "Respawn when crashed" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:64 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 msgid "Role" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 msgid "Run daemon as group" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 msgid "Run daemon as user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "Server address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "Server port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "" "ServerAddr specifies the address of the server to connect to.<br>By default, " "this value is \"0.0.0.0\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerPort specifies the port to connect to the server on.<br>By default, " "this value is 7000." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:66 msgid "Sk" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:130 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:127 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:131 msgid "Startup Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:53 msgid "Subdomain" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "TCP mux" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "TLS" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "" "TLSEnable specifies whether or not TLS should be used when communicating " "with the server." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "" "TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " "client to share a single TCP connection. If this value is true, the server " @@ -314,42 +318,42 @@ msgid "" "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "Token" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "" "Token specifies the authorization token used to create keys to be sent to " "the server. The server must have a matching token for authorization to " "succeed. <br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "" "UseCompression controls whether or not communication with the server will be " "compressed.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "" "UseEncryption controls whether or not communication with the server will be " "encrypted. Encryption is done using the tokens supplied in the server and " "client configuration.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "User" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "" "User specifies a prefix for proxy names to distinguish them from other " "clients. If this value is not \"\", proxy names will automatically be " "changed to \"{user}.{proxy_name}\".<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:120 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:121 #: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 msgid "frp Client" msgstr "" diff --git a/applications/luci-app-frpc/po/en/frpc.po b/applications/luci-app-frpc/po/en/frpc.po new file mode 100644 index 0000000000..49dee33d93 --- /dev/null +++ b/applications/luci-app-frpc/po/en/frpc.po @@ -0,0 +1,359 @@ +msgid "" +msgstr "" +"Language: en\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 +msgid "Additional configs" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +msgid "Admin address" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +msgid "Admin password" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +msgid "Admin port" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +msgid "Admin user" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +msgid "" +"AdminAddr specifies the address that the admin server binds to.<br>By " +"default, this value is \"127.0.0.1\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +msgid "" +"AdminPort specifies the port for the admin server to listen on. If this " +"value is 0, the admin server will not be started.<br>By default, this value " +"is 0." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +msgid "" +"AdminPwd specifies the password that the admin server will use for login." +"<br>By default, this value is \"admin\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +msgid "" +"AdminUser specifies the username that the admin server will use for login." +"<br>By default, this value is \"admin\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +msgid "Assets dir" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +msgid "" +"AssetsDir specifies the local directory that the admin server will load " +"resources from. If this value is \"\", assets will be loaded from the " +"bundled executable using statik.<br>By default, this value is \"\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 +msgid "Common Settings" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +msgid "Compression" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 +msgid "Config files include in temporary config file" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 +msgid "Custom domains" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +msgid "Disable log color" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +msgid "" +"DisableLogColor disables log colors when LogWay == \"console\" when set to " +"true." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +msgid "Encryption" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +msgid "Environment variable" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +msgid "Exit when login fail" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 +msgid "Grant access to LuCI app frpc" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:152 +msgid "HTTP Settings" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 +msgid "HTTP password" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +msgid "HTTP proxy" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 +msgid "HTTP user" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +msgid "" +"HeartBeatInterval specifies at what interval heartbeats are sent to the " +"server, in seconds. It is not recommended to change this value.<br>By " +"default, this value is 30." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 +msgid "" +"HeartBeatTimeout specifies the maximum allowed heartbeat response delay " +"before the connection is terminated, in seconds. It is not recommended to " +"change this value.<br>By default, this value is 90." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +msgid "Heartbeat interval" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 +msgid "Heartbeat timeout" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 +msgid "Host header rewrite" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +msgid "" +"HttpProxy specifies a proxy address to connect to the server through. If " +"this value is \"\", the server will be connected to directly.<br>By default, " +"this value is read from the \"http_proxy\" environment variable." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 +msgid "If remote_port is 0, frps will assign a random port for you" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 +msgid "Local IP" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:156 +msgid "Local port" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +msgid "LocalIp specifies the IP address or host name to proxy to." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +msgid "LocalPort specifies the port to proxy to." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 +msgid "Locations" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +msgid "Log level" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 +msgid "Log stderr" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 +msgid "Log stdout" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +msgid "" +"LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" +"\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +msgid "" +"LoginFailExit controls whether or not the client should exit after a failed " +"login attempt. If false, the client will retry until a login attempt " +"succeeds.<br>By default, this value is true." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:145 +msgid "Name can not be \"common\"" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +msgid "" +"OS environments pass to frp for config file template, see <a href=\"https://" +"github.com/fatedier/frp#configuration-file-template\">frp README</a>" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +msgid "Protocol" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +msgid "" +"Protocol specifies the protocol to use when interacting with the server. " +"Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this " +"value is \"tcp\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:138 +msgid "Proxy Settings" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 +msgid "Proxy type" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +msgid "" +"ProxyType specifies the type of this proxy. Valid values include \"tcp\", " +"\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this " +"value is \"tcp\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 +msgid "Remote port" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +msgid "Respawn when crashed" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 +msgid "Role" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 +msgid "Run daemon as group" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 +msgid "Run daemon as user" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +msgid "Server address" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +msgid "Server port" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +msgid "" +"ServerAddr specifies the address of the server to connect to.<br>By default, " +"this value is \"0.0.0.0\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +msgid "" +"ServerPort specifies the port to connect to the server on.<br>By default, " +"this value is 7000." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:66 +msgid "Sk" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:127 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:131 +msgid "Startup Settings" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:53 +msgid "Subdomain" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +msgid "TCP mux" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +msgid "TLS" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +msgid "" +"TLSEnable specifies whether or not TLS should be used when communicating " +"with the server." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +msgid "" +"TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " +"client to share a single TCP connection. If this value is true, the server " +"must have TCP multiplexing enabled as well.<br>By default, this value is " +"true." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +msgid "Token" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +msgid "" +"Token specifies the authorization token used to create keys to be sent to " +"the server. The server must have a matching token for authorization to " +"succeed. <br>By default, this value is \"\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +msgid "" +"UseCompression controls whether or not communication with the server will be " +"compressed.<br>By default, this value is false." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +msgid "" +"UseEncryption controls whether or not communication with the server will be " +"encrypted. Encryption is done using the tokens supplied in the server and " +"client configuration.<br>By default, this value is false." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +msgid "User" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +msgid "" +"User specifies a prefix for proxy names to distinguish them from other " +"clients. If this value is not \"\", proxy names will automatically be " +"changed to \"{user}.{proxy_name}\".<br>By default, this value is \"\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:121 +#: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 +msgid "frp Client" +msgstr "" diff --git a/applications/luci-app-frpc/po/es/frpc.po b/applications/luci-app-frpc/po/es/frpc.po index a7d35a3082..e8b8d7492c 100644 --- a/applications/luci-app-frpc/po/es/frpc.po +++ b/applications/luci-app-frpc/po/es/frpc.po @@ -1,38 +1,39 @@ msgid "" msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" "Project-Id-Version: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2020-02-03 20:52-0300\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.2.4\n" +"PO-Revision-Date: 2020-05-02 15:56+0000\n" "Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Spanish <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsfrpc/es/>\n" "Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.1-dev\n" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Additional configs" msgstr "Configuraciones adicionales" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "Admin address" msgstr "Dirección del administrador" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "Admin password" msgstr "Clave del administrador" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "Admin port" msgstr "Puerto del administrador" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "Admin user" msgstr "Usuario del administrador" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "" "AdminAddr specifies the address that the admin server binds to.<br>By " "default, this value is \"127.0.0.1\"." @@ -40,7 +41,7 @@ msgstr "" "AdminAddr especifica la dirección a la que se une el servidor de " "administración.<br>De manera predeterminada, este valor es \"127.0.0.1\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "" "AdminPort specifies the port for the admin server to listen on. If this " "value is 0, the admin server will not be started.<br>By default, this value " @@ -50,7 +51,7 @@ msgstr "" "escuche. Si este valor es 0, el servidor de administración no se iniciará." "<br>De manera predeterminada, este valor es 0." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminPwd specifies the password that the admin server will use for login." "<br>By default, this value is \"admin\"." @@ -58,7 +59,7 @@ msgstr "" "AdminPwd especifica la contraseña que el servidor de administración usará " "para iniciar sesión.<br>De manera predeterminada, este valor es \"admin\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "" "AdminUser specifies the username that the admin server will use for login." "<br>By default, this value is \"admin\"." @@ -66,11 +67,11 @@ msgstr "" "AdminUser especifica el nombre de usuario que el administrador del servidor " "usará para iniciar sesión.<br> Por defecto, este valor es \"admin\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "Assets dir" msgstr "Directorio de activos" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" "AssetsDir specifies the local directory that the admin server will load " "resources from. If this value is \"\", assets will be loaded from the " @@ -81,29 +82,29 @@ msgstr "" "cargarán desde el ejecutable incluido usando statik.<br>Por defecto, este " "valor es \"\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:125 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 msgid "Common Settings" msgstr "Configuraciones comunes" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "Compression" msgstr "Compresión" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Config files include in temporary config file" msgstr "" "Los archivos de configuración incluyen en el archivo de configuración " "temporal" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:51 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 msgid "Custom domains" msgstr "Dominios personalizados" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "Disable log color" msgstr "Desactivar color de registro" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "" "DisableLogColor disables log colors when LogWay == \"console\" when set to " "true." @@ -111,39 +112,43 @@ msgstr "" "DisableLogColor desactiva los colores de registro cuando LogWay == \"console" "\" cuando se establece en verdadero." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "Encryption" msgstr "Encriptación" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "Environment variable" msgstr "Variable ambiental" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "Exit when login fail" msgstr "Salir cuando falla el inicio de sesión" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:150 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 msgid "General Settings" msgstr "Configuración general" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 +#: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 +msgid "Grant access to LuCI app frpc" +msgstr "Conceder acceso a la aplicación frpc de LuCI" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:152 msgid "HTTP Settings" msgstr "Configuraciones HTTP" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 msgid "HTTP password" msgstr "Contraseña HTTP" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "HTTP proxy" msgstr "Proxy HTTP" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 msgid "HTTP user" msgstr "Usuario HTTP" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "" "HeartBeatInterval specifies at what interval heartbeats are sent to the " "server, in seconds. It is not recommended to change this value.<br>By " @@ -153,7 +158,7 @@ msgstr "" "servidor, en segundos. No se recomienda cambiar este valor.<br>Por defecto, " "este valor es 30." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "" "HeartBeatTimeout specifies the maximum allowed heartbeat response delay " "before the connection is terminated, in seconds. It is not recommended to " @@ -163,19 +168,19 @@ msgstr "" "permitido antes de que finalice la conexión, en segundos. No se recomienda " "cambiar este valor.<br>Por defecto, este valor es 90." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "Heartbeat interval" msgstr "Intervalo de latidos" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "Heartbeat timeout" msgstr "Tiempo de espera de latidos" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 msgid "Host header rewrite" msgstr "Reescritura de encabezado de host" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" "HttpProxy specifies a proxy address to connect to the server through. If " "this value is \"\", the server will be connected to directly.<br>By default, " @@ -186,45 +191,45 @@ msgstr "" "predeterminada, este valor se lee desde la variable de entorno \"http_proxy" "\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "If remote_port is 0, frps will assign a random port for you" msgstr "Si remote_port es 0, frps le asignará un puerto aleatorio" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 msgid "Local IP" msgstr "IP local" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:156 msgid "Local port" msgstr "Puerto local" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 msgid "LocalIp specifies the IP address or host name to proxy to." msgstr "LocalIp especifica la dirección IP o el nombre de host para el proxy." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 msgid "LocalPort specifies the port to proxy to." msgstr "LocalPort especifica el puerto al proxy." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:56 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 msgid "Locations" msgstr "Localizaciones" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "Log level" msgstr "Nivel de registro" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 msgid "Log stderr" msgstr "Registro de stderr" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:8 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 msgid "Log stdout" msgstr "Registro de stdout" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "" "LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" "\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"." @@ -233,7 +238,7 @@ msgstr "" "\"trace\", \"debug\", \"info\", \"warn\" y \"error\".<br>Por defecto, este " "valor es \"info\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "" "LoginFailExit controls whether or not the client should exit after a failed " "login attempt. If false, the client will retry until a login attempt " @@ -244,11 +249,11 @@ msgstr "" "hasta que un intento de inicio de sesión tenga éxito.<br>Por defecto, este " "valor es verdadero." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:144 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:145 msgid "Name can not be \"common\"" msgstr "El nombre no puede ser \"común\"" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "" "OS environments pass to frp for config file template, see <a href=\"https://" "github.com/fatedier/frp#configuration-file-template\">frp README</a>" @@ -257,11 +262,11 @@ msgstr "" "configuración, consulte <a href=\"https://github.com/fatedier/" "frp#configuration-file-template\"> frp README</a>" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "Protocol" msgstr "Protocolo" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "" "Protocol specifies the protocol to use when interacting with the server. " "Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this " @@ -271,16 +276,16 @@ msgstr "" "servidor. Los valores válidos son \"tcp\", \"kcp\" y \"websocket\".<br>De " "manera predeterminada, este valor es \"tcp\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:137 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:138 msgid "Proxy Settings" msgstr "Configuraciónes del proxy" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:153 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 msgid "Proxy type" msgstr "Tipo de proxy" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 msgid "" "ProxyType specifies the type of this proxy. Valid values include \"tcp\", " "\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this " @@ -290,35 +295,35 @@ msgstr "" "\"tcp\", \"udp\", \"http\", \"https\", \"stcp\" y \"xtcp\".<br>Por defecto, " "este valor es \"tcp\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "Remote port" msgstr "Puerto remoto" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 msgid "Respawn when crashed" msgstr "Reaparecer cuando se estrelló" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:64 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 msgid "Role" msgstr "Rol" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 msgid "Run daemon as group" msgstr "Ejecutar demonio como grupo" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 msgid "Run daemon as user" msgstr "Ejecutar demonio como usuario" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "Server address" msgstr "Dirección del servidor" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "Server port" msgstr "Puerto del servidor" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "" "ServerAddr specifies the address of the server to connect to.<br>By default, " "this value is \"0.0.0.0\"." @@ -326,7 +331,7 @@ msgstr "" "ServerAddr especifica la dirección del servidor al que conectarse.<br>Por " "defecto, este valor es \"0.0.0.0\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerPort specifies the port to connect to the server on.<br>By default, " "this value is 7000." @@ -334,28 +339,28 @@ msgstr "" "ServerPort especifica el puerto para conectarse al servidor.<br>Por defecto, " "este valor es 7000." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:66 msgid "Sk" msgstr "Sk" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:130 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:127 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:131 msgid "Startup Settings" msgstr "Configuraciones de inicio" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:53 msgid "Subdomain" msgstr "Subdominio" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "TCP mux" msgstr "TCP mux" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "TLS" msgstr "TLS" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "" "TLSEnable specifies whether or not TLS should be used when communicating " "with the server." @@ -363,7 +368,7 @@ msgstr "" "TLSEnable especifica si TLS debe usarse o no cuando se comunica con el " "servidor." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "" "TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " "client to share a single TCP connection. If this value is true, the server " @@ -375,11 +380,11 @@ msgstr "" "verdadero, el servidor también debe tener habilitada la multiplexación TCP." "<br>De manera predeterminada, este valor es verdadero." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "Token" msgstr "Token" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "" "Token specifies the authorization token used to create keys to be sent to " "the server. The server must have a matching token for authorization to " @@ -389,7 +394,7 @@ msgstr "" "enviar al servidor. El servidor debe tener un token coincidente para que la " "autorización tenga éxito.<br>Por defecto, este valor es \"\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "" "UseCompression controls whether or not communication with the server will be " "compressed.<br>By default, this value is false." @@ -397,7 +402,7 @@ msgstr "" "UseCompression controla si la comunicación con el servidor se comprimirá o " "no.<br>Por defecto, este valor es falso." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "" "UseEncryption controls whether or not communication with the server will be " "encrypted. Encryption is done using the tokens supplied in the server and " @@ -408,11 +413,11 @@ msgstr "" "configuración del servidor y del cliente.<br>De manera predeterminada, este " "valor es falso." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "User" msgstr "Usuario" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "" "User specifies a prefix for proxy names to distinguish them from other " "clients. If this value is not \"\", proxy names will automatically be " @@ -423,7 +428,7 @@ msgstr "" "proxy se cambiarán automáticamente a \"{user}.{Proxy_name}\".<br>De manera " "predeterminada, este valor es \"\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:120 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:121 #: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 msgid "frp Client" msgstr "Cliente frp" diff --git a/applications/luci-app-frpc/po/fi/frpc.po b/applications/luci-app-frpc/po/fi/frpc.po new file mode 100644 index 0000000000..7b04f28153 --- /dev/null +++ b/applications/luci-app-frpc/po/fi/frpc.po @@ -0,0 +1,365 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2020-05-21 18:50+0000\n" +"Last-Translator: Hannu Nyman <hannu.nyman@iki.fi>\n" +"Language-Team: Finnish <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsfrpc/fi/>\n" +"Language: fi\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.1-dev\n" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 +msgid "Additional configs" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +msgid "Admin address" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +msgid "Admin password" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +msgid "Admin port" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +msgid "Admin user" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +msgid "" +"AdminAddr specifies the address that the admin server binds to.<br>By " +"default, this value is \"127.0.0.1\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +msgid "" +"AdminPort specifies the port for the admin server to listen on. If this " +"value is 0, the admin server will not be started.<br>By default, this value " +"is 0." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +msgid "" +"AdminPwd specifies the password that the admin server will use for login." +"<br>By default, this value is \"admin\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +msgid "" +"AdminUser specifies the username that the admin server will use for login." +"<br>By default, this value is \"admin\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +msgid "Assets dir" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +msgid "" +"AssetsDir specifies the local directory that the admin server will load " +"resources from. If this value is \"\", assets will be loaded from the " +"bundled executable using statik.<br>By default, this value is \"\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 +msgid "Common Settings" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +msgid "Compression" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 +msgid "Config files include in temporary config file" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 +msgid "Custom domains" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +msgid "Disable log color" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +msgid "" +"DisableLogColor disables log colors when LogWay == \"console\" when set to " +"true." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +msgid "Encryption" +msgstr "Salaus" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +msgid "Environment variable" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +msgid "Exit when login fail" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 +msgid "General Settings" +msgstr "Yleisasetukset" + +#: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 +msgid "Grant access to LuCI app frpc" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:152 +msgid "HTTP Settings" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 +msgid "HTTP password" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +msgid "HTTP proxy" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 +msgid "HTTP user" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +msgid "" +"HeartBeatInterval specifies at what interval heartbeats are sent to the " +"server, in seconds. It is not recommended to change this value.<br>By " +"default, this value is 30." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 +msgid "" +"HeartBeatTimeout specifies the maximum allowed heartbeat response delay " +"before the connection is terminated, in seconds. It is not recommended to " +"change this value.<br>By default, this value is 90." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +msgid "Heartbeat interval" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 +msgid "Heartbeat timeout" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 +msgid "Host header rewrite" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +msgid "" +"HttpProxy specifies a proxy address to connect to the server through. If " +"this value is \"\", the server will be connected to directly.<br>By default, " +"this value is read from the \"http_proxy\" environment variable." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 +msgid "If remote_port is 0, frps will assign a random port for you" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 +msgid "Local IP" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:156 +msgid "Local port" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +msgid "LocalIp specifies the IP address or host name to proxy to." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +msgid "LocalPort specifies the port to proxy to." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 +msgid "Locations" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +msgid "Log level" +msgstr "Lokitaso" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 +msgid "Log stderr" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 +msgid "Log stdout" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +msgid "" +"LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" +"\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +msgid "" +"LoginFailExit controls whether or not the client should exit after a failed " +"login attempt. If false, the client will retry until a login attempt " +"succeeds.<br>By default, this value is true." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:145 +msgid "Name can not be \"common\"" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +msgid "" +"OS environments pass to frp for config file template, see <a href=\"https://" +"github.com/fatedier/frp#configuration-file-template\">frp README</a>" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +msgid "Protocol" +msgstr "Protokolla" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +msgid "" +"Protocol specifies the protocol to use when interacting with the server. " +"Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this " +"value is \"tcp\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:138 +msgid "Proxy Settings" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 +msgid "Proxy type" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +msgid "" +"ProxyType specifies the type of this proxy. Valid values include \"tcp\", " +"\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this " +"value is \"tcp\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 +msgid "Remote port" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +msgid "Respawn when crashed" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 +msgid "Role" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 +msgid "Run daemon as group" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 +msgid "Run daemon as user" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +msgid "Server address" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +msgid "Server port" +msgstr "Palvelinportti" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +msgid "" +"ServerAddr specifies the address of the server to connect to.<br>By default, " +"this value is \"0.0.0.0\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +msgid "" +"ServerPort specifies the port to connect to the server on.<br>By default, " +"this value is 7000." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:66 +msgid "Sk" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:127 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:131 +msgid "Startup Settings" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:53 +msgid "Subdomain" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +msgid "TCP mux" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +msgid "TLS" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +msgid "" +"TLSEnable specifies whether or not TLS should be used when communicating " +"with the server." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +msgid "" +"TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " +"client to share a single TCP connection. If this value is true, the server " +"must have TCP multiplexing enabled as well.<br>By default, this value is " +"true." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +msgid "Token" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +msgid "" +"Token specifies the authorization token used to create keys to be sent to " +"the server. The server must have a matching token for authorization to " +"succeed. <br>By default, this value is \"\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +msgid "" +"UseCompression controls whether or not communication with the server will be " +"compressed.<br>By default, this value is false." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +msgid "" +"UseEncryption controls whether or not communication with the server will be " +"encrypted. Encryption is done using the tokens supplied in the server and " +"client configuration.<br>By default, this value is false." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +msgid "User" +msgstr "Käyttäjä" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +msgid "" +"User specifies a prefix for proxy names to distinguish them from other " +"clients. If this value is not \"\", proxy names will automatically be " +"changed to \"{user}.{proxy_name}\".<br>By default, this value is \"\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:121 +#: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 +msgid "frp Client" +msgstr "" diff --git a/applications/luci-app-frpc/po/fr/frpc.po b/applications/luci-app-frpc/po/fr/frpc.po index c51e35a27e..4587037e39 100644 --- a/applications/luci-app-frpc/po/fr/frpc.po +++ b/applications/luci-app-frpc/po/fr/frpc.po @@ -1,361 +1,430 @@ msgid "" msgstr "" -"PO-Revision-Date: 2020-02-09 15:51+0000\n" -"Last-Translator: Bob Weetabix <weetabixlalol@grr.la>\n" +"PO-Revision-Date: 2020-04-02 14:47+0000\n" +"Last-Translator: CE4 <chregger@gmail.com>\n" "Language-Team: French <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsfrpc/fr/>\n" "Language: fr\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 3.11-dev\n" +"X-Generator: Weblate 4.0-dev\n" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Additional configs" -msgstr "" +msgstr "Configurations supplémentaires" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "Admin address" -msgstr "" +msgstr "Adresse administrateur" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "Admin password" -msgstr "" +msgstr "mot de passe d'administrateur" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "Admin port" -msgstr "" +msgstr "Port administrateur" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "Admin user" -msgstr "" +msgstr "Utilisateur administrateur" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "" "AdminAddr specifies the address that the admin server binds to.<br>By " "default, this value is \"127.0.0.1\"." msgstr "" +"AdminAddr spécifie l'adresse à laquelle le serveur d'administration se lie." +"<br>Par défaut, cette valeur est \"127.0.0.1\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "" "AdminPort specifies the port for the admin server to listen on. If this " "value is 0, the admin server will not be started.<br>By default, this value " "is 0." msgstr "" +"AdminPort spécifie le port d'écoute du serveur d'administration. Si cette " +"valeur est 0, le serveur d'administration ne sera pas démarré.<br>Par " +"défaut, cette valeur est 0." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminPwd specifies the password that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" +"AdminPwd spécifie le mot de passe que le serveur d'administration utilisera " +"pour la connexion.<br>Par défaut, cette valeur est \"admin\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "" "AdminUser specifies the username that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" +"AdminUser spécifie le nom d'utilisateur que le serveur d'administration " +"utilisera pour la connexion.<br>Par défaut, cette valeur est \"admin\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "Assets dir" -msgstr "" +msgstr "Répertoire des actifs" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" "AssetsDir specifies the local directory that the admin server will load " "resources from. If this value is \"\", assets will be loaded from the " "bundled executable using statik.<br>By default, this value is \"\"." msgstr "" +"AssetsDir spécifie le répertoire local à partir duquel le serveur " +"d'administration 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 valeur est \"\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:125 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 msgid "Common Settings" -msgstr "" +msgstr "Paramètres communs" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "Compression" -msgstr "" +msgstr "Compression" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Config files include in temporary config file" msgstr "" +"Les fichiers de configuration incluent dans le fichier de configuration " +"temporaire" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:51 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 msgid "Custom domains" -msgstr "" +msgstr "Domaines personnalisés" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "Disable log color" -msgstr "" +msgstr "Désactiver la couleur du journal" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "" "DisableLogColor disables log colors when LogWay == \"console\" when set to " "true." msgstr "" +"DisableLogColor désactive les couleurs du journal lorsque LogWay == \"console" +"\" lorsqu'il est défini sur true." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "Encryption" -msgstr "" +msgstr "Chiffrement" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "Environment variable" -msgstr "" +msgstr "Variable d'environnement" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "Exit when login fail" -msgstr "" +msgstr "Quitter lorsque la connexion échoue" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:150 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 msgid "General Settings" msgstr "Paramètres généraux" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 -msgid "HTTP Settings" +#: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 +msgid "Grant access to LuCI app frpc" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:152 +msgid "HTTP Settings" +msgstr "Paramètres HTTP" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 msgid "HTTP password" -msgstr "" +msgstr "Mot de passe HTTP" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "HTTP proxy" -msgstr "" +msgstr "Http proxy" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 msgid "HTTP user" -msgstr "" +msgstr "Utilisateur HTTP" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "" "HeartBeatInterval specifies at what interval heartbeats are sent to the " "server, in seconds. It is not recommended to change this value.<br>By " "default, this value is 30." msgstr "" +"HeartBeatInterval spécifie à quel intervalle les pulsations sont envoyées au " +"serveur, en secondes. Il n'est pas recommandé de modifier cette valeur." +"<br>Par défaut, cette valeur est 30." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "" "HeartBeatTimeout specifies the maximum allowed heartbeat response delay " "before the connection is terminated, in seconds. It is not recommended to " "change this value.<br>By default, this value is 90." msgstr "" +"HeartBeatTimeout spécifie le délai maximal de réponse de pulsation autorisé " +"avant la fin de la connexion, en secondes. Il n'est pas recommandé de " +"modifier cette valeur.<br>Par défaut, cette valeur est 90." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "Heartbeat interval" -msgstr "" +msgstr "Intervalle des battements cardiaques" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "Heartbeat timeout" -msgstr "" +msgstr "Délai d'expiration du rythme cardiaque" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 msgid "Host header rewrite" -msgstr "" +msgstr "Réécriture de l'en-tête de l'hôte" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" "HttpProxy specifies a proxy address to connect to the server through. If " "this value is \"\", the server will be connected to directly.<br>By default, " "this value is read from the \"http_proxy\" environment variable." msgstr "" +"HttpProxy spécifie une adresse proxy pour se connecter au serveur via. Si " +"cette valeur est \"\", le serveur sera directement connecté.<br>Par défaut, " +"cette valeur est lue à partir de la variable d'environnement \"http_proxy\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "If remote_port is 0, frps will assign a random port for you" -msgstr "" - -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 -msgid "Local IP" -msgstr "" +msgstr "Si remote_port vaut 0, frps vous attribuera un port aléatoire" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 +msgid "Local IP" +msgstr "IP locale" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:156 msgid "Local port" -msgstr "" +msgstr "Local port" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 msgid "LocalIp specifies the IP address or host name to proxy to." -msgstr "" +msgstr "LocalIp spécifie l'adresse IP ou le nom d'hôte vers lequel proxy." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 msgid "LocalPort specifies the port to proxy to." -msgstr "" +msgstr "LocalPort spécifie le port vers lequel proxy." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:56 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 msgid "Locations" -msgstr "" +msgstr "Emplacements" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "Log level" -msgstr "" +msgstr "Niveau de journalisation" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 msgid "Log stderr" -msgstr "" +msgstr "Log stderr" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:8 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 msgid "Log stdout" -msgstr "" +msgstr "Log stdout" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "" "LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" "\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"." msgstr "" +"LogLevel spécifie le niveau de journalisation minimum. Les valeurs valides " +"sont \"trace\", \"debug\", \"info\", \"warn\" et \"error\".<br>Par défaut, " +"cette valeur est \"info\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "" "LoginFailExit controls whether or not the client should exit after a failed " "login attempt. If false, the client will retry until a login attempt " "succeeds.<br>By default, this value is true." msgstr "" +"LoginFailExit contrôle si le client doit quitter ou non après une tentative " +"de connexion échouée. Si la valeur est false, le client réessayera jusqu'à " +"ce qu'une tentative de connexion réussisse.<br>Par défaut, cette valeur est " +"vraie." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:144 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:145 msgid "Name can not be \"common\"" -msgstr "" +msgstr "Le nom ne peut pas être \"commun\"" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "" "OS environments pass to frp for config file template, see <a href=\"https://" "github.com/fatedier/frp#configuration-file-template\">frp README</a>" msgstr "" +"Les environnements de système d'exploitation passent à frp pour le modèle de " +"fichier de configuration, voir <a href=\"https://github.com/fatedier/" +"frp#configuration-file-template\">frp README</a>" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "Protocol" -msgstr "" +msgstr "Protocole" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "" "Protocol specifies the protocol to use when interacting with the server. " "Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this " "value is \"tcp\"." msgstr "" +"Protocol spécifie le protocole à utiliser lors de l'interaction avec le " +"serveur. Les valeurs valides sont \"tcp\", \"kcp\" et \"websocket\".<br>Par " +"défaut, cette valeur est \"tcp\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:137 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:138 msgid "Proxy Settings" -msgstr "" +msgstr "Paramètres du proxy" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:153 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 msgid "Proxy type" -msgstr "" +msgstr "Type de proxy" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 msgid "" "ProxyType specifies the type of this proxy. Valid values include \"tcp\", " "\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this " "value is \"tcp\"." msgstr "" +"ProxyType spécifie le type de ce proxy. Les valeurs valides sont \"tcp\", " +"\"udp\", \"http\", \"https\", \"stcp\" et \"xtcp\".<br>Par défaut, cette " +"valeur est \"tcp\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "Remote port" -msgstr "" +msgstr "Port distant" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 msgid "Respawn when crashed" -msgstr "" +msgstr "Réapparaître en cas de crash" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:64 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 msgid "Role" -msgstr "" +msgstr "Rôle" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 msgid "Run daemon as group" -msgstr "" +msgstr "Exécuter le démon en tant que groupe" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 msgid "Run daemon as user" -msgstr "" +msgstr "Exécuter le démon en tant qu'utilisateur" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "Server address" -msgstr "" +msgstr "Adresse du serveur" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "Server port" -msgstr "" +msgstr "Port serveur" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "" "ServerAddr specifies the address of the server to connect to.<br>By default, " "this value is \"0.0.0.0\"." msgstr "" +"ServerAddr spécifie l'adresse du serveur auquel se connecter.<br>Par défaut, " +"cette valeur est \"0.0.0.0\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerPort specifies the port to connect to the server on.<br>By default, " "this value is 7000." msgstr "" +"ServerPort spécifie le port sur lequel se connecter au serveur.<br>Par " +"défaut, cette valeur est 7000." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:66 msgid "Sk" -msgstr "" +msgstr "Sk" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:130 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:127 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:131 msgid "Startup Settings" -msgstr "" +msgstr "Paramètres de démarrage" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:53 msgid "Subdomain" -msgstr "" +msgstr "Sous-domaine" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "TCP mux" -msgstr "" +msgstr "TCP mux" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "TLS" -msgstr "" +msgstr "TLS" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "" "TLSEnable specifies whether or not TLS should be used when communicating " "with the server." msgstr "" +"TLSEnable spécifie si TLS doit être utilisé ou non lors de la communication " +"avec le serveur." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "" "TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " "client to share a single TCP connection. If this value is true, the server " "must have TCP multiplexing enabled as well.<br>By default, this value is " "true." msgstr "" +"TcpMux bascule le multiplexage de flux TCP. Cela permet à plusieurs demandes " +"d'un client de partager une seule connexion TCP. Si cette valeur est vraie, " +"le multiplexage TCP doit également être activé sur le serveur.<br>Par " +"défaut, cette valeur est vraie." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "Token" -msgstr "" +msgstr "Token" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "" "Token specifies the authorization token used to create keys to be sent to " "the server. The server must have a matching token for authorization to " "succeed. <br>By default, this value is \"\"." msgstr "" +"Token spécifie le jeton d'autorisation utilisé pour créer les clés à envoyer " +"au serveur. Le serveur doit avoir un jeton correspondant pour que " +"l'autorisation réussisse.<br>Par défaut, cette valeur est \"\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "" "UseCompression controls whether or not communication with the server will be " "compressed.<br>By default, this value is false." msgstr "" +"UseCompression contrôle si la communication avec le serveur sera compressée " +"ou non.<br>Par défaut, cette valeur est false." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "" "UseEncryption controls whether or not communication with the server will be " "encrypted. Encryption is done using the tokens supplied in the server and " "client configuration.<br>By default, this value is false." msgstr "" +"UseEncryption contrôle si la communication avec le serveur sera chiffrée ou " +"non. Le chiffrement est effectué à l'aide des jetons fournis dans la " +"configuration du serveur et du client.<br>Par défaut, cette valeur est " +"fausse." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "User" -msgstr "" +msgstr "Utilisateur" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "" "User specifies a prefix for proxy names to distinguish them from other " "clients. If this value is not \"\", proxy names will automatically be " "changed to \"{user}.{proxy_name}\".<br>By default, this value is \"\"." msgstr "" +"L'utilisateur spécifie un préfixe pour les noms de proxy pour les distinguer " +"des autres clients. Si cette valeur n'est pas \"\", les noms de proxy seront " +"automatiquement modifiés en \"{user}.{Proxy_name}\".<br>Par défaut, cette " +"valeur est \"\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:120 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:121 #: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 msgid "frp Client" -msgstr "" +msgstr "frp Client" diff --git a/applications/luci-app-frpc/po/he/frpc.po b/applications/luci-app-frpc/po/he/frpc.po index 319f27b66b..75b740354c 100644 --- a/applications/luci-app-frpc/po/he/frpc.po +++ b/applications/luci-app-frpc/po/he/frpc.po @@ -4,309 +4,313 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Additional configs" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "Admin address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "Admin password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "Admin port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "Admin user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "" "AdminAddr specifies the address that the admin server binds to.<br>By " "default, this value is \"127.0.0.1\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "" "AdminPort specifies the port for the admin server to listen on. If this " "value is 0, the admin server will not be started.<br>By default, this value " "is 0." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminPwd specifies the password that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "" "AdminUser specifies the username that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "Assets dir" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" "AssetsDir specifies the local directory that the admin server will load " "resources from. If this value is \"\", assets will be loaded from the " "bundled executable using statik.<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:125 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 msgid "Common Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "Compression" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Config files include in temporary config file" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:51 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 msgid "Custom domains" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "Disable log color" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "" "DisableLogColor disables log colors when LogWay == \"console\" when set to " "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "Encryption" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "Environment variable" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "Exit when login fail" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:150 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 msgid "General Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 +#: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 +msgid "Grant access to LuCI app frpc" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:152 msgid "HTTP Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 msgid "HTTP password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "HTTP proxy" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 msgid "HTTP user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "" "HeartBeatInterval specifies at what interval heartbeats are sent to the " "server, in seconds. It is not recommended to change this value.<br>By " "default, this value is 30." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "" "HeartBeatTimeout specifies the maximum allowed heartbeat response delay " "before the connection is terminated, in seconds. It is not recommended to " "change this value.<br>By default, this value is 90." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "Heartbeat interval" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "Heartbeat timeout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 msgid "Host header rewrite" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" "HttpProxy specifies a proxy address to connect to the server through. If " "this value is \"\", the server will be connected to directly.<br>By default, " "this value is read from the \"http_proxy\" environment variable." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "If remote_port is 0, frps will assign a random port for you" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 msgid "Local IP" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:156 msgid "Local port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 msgid "LocalIp specifies the IP address or host name to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 msgid "LocalPort specifies the port to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:56 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 msgid "Locations" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "Log level" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 msgid "Log stderr" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:8 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 msgid "Log stdout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "" "LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" "\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "" "LoginFailExit controls whether or not the client should exit after a failed " "login attempt. If false, the client will retry until a login attempt " "succeeds.<br>By default, this value is true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:144 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:145 msgid "Name can not be \"common\"" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "" "OS environments pass to frp for config file template, see <a href=\"https://" "github.com/fatedier/frp#configuration-file-template\">frp README</a>" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "Protocol" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "" "Protocol specifies the protocol to use when interacting with the server. " "Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:137 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:138 msgid "Proxy Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:153 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 msgid "Proxy type" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 msgid "" "ProxyType specifies the type of this proxy. Valid values include \"tcp\", " "\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "Remote port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 msgid "Respawn when crashed" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:64 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 msgid "Role" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 msgid "Run daemon as group" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 msgid "Run daemon as user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "Server address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "Server port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "" "ServerAddr specifies the address of the server to connect to.<br>By default, " "this value is \"0.0.0.0\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerPort specifies the port to connect to the server on.<br>By default, " "this value is 7000." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:66 msgid "Sk" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:130 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:127 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:131 msgid "Startup Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:53 msgid "Subdomain" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "TCP mux" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "TLS" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "" "TLSEnable specifies whether or not TLS should be used when communicating " "with the server." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "" "TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " "client to share a single TCP connection. If this value is true, the server " @@ -314,42 +318,42 @@ msgid "" "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "Token" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "" "Token specifies the authorization token used to create keys to be sent to " "the server. The server must have a matching token for authorization to " "succeed. <br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "" "UseCompression controls whether or not communication with the server will be " "compressed.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "" "UseEncryption controls whether or not communication with the server will be " "encrypted. Encryption is done using the tokens supplied in the server and " "client configuration.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "User" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "" "User specifies a prefix for proxy names to distinguish them from other " "clients. If this value is not \"\", proxy names will automatically be " "changed to \"{user}.{proxy_name}\".<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:120 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:121 #: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 msgid "frp Client" msgstr "" diff --git a/applications/luci-app-frpc/po/hi/frpc.po b/applications/luci-app-frpc/po/hi/frpc.po index a2d0f23d9f..55c01a93fb 100644 --- a/applications/luci-app-frpc/po/hi/frpc.po +++ b/applications/luci-app-frpc/po/hi/frpc.po @@ -4,309 +4,313 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Additional configs" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "Admin address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "Admin password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "Admin port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "Admin user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "" "AdminAddr specifies the address that the admin server binds to.<br>By " "default, this value is \"127.0.0.1\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "" "AdminPort specifies the port for the admin server to listen on. If this " "value is 0, the admin server will not be started.<br>By default, this value " "is 0." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminPwd specifies the password that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "" "AdminUser specifies the username that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "Assets dir" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" "AssetsDir specifies the local directory that the admin server will load " "resources from. If this value is \"\", assets will be loaded from the " "bundled executable using statik.<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:125 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 msgid "Common Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "Compression" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Config files include in temporary config file" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:51 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 msgid "Custom domains" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "Disable log color" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "" "DisableLogColor disables log colors when LogWay == \"console\" when set to " "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "Encryption" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "Environment variable" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "Exit when login fail" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:150 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 msgid "General Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 +#: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 +msgid "Grant access to LuCI app frpc" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:152 msgid "HTTP Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 msgid "HTTP password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "HTTP proxy" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 msgid "HTTP user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "" "HeartBeatInterval specifies at what interval heartbeats are sent to the " "server, in seconds. It is not recommended to change this value.<br>By " "default, this value is 30." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "" "HeartBeatTimeout specifies the maximum allowed heartbeat response delay " "before the connection is terminated, in seconds. It is not recommended to " "change this value.<br>By default, this value is 90." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "Heartbeat interval" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "Heartbeat timeout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 msgid "Host header rewrite" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" "HttpProxy specifies a proxy address to connect to the server through. If " "this value is \"\", the server will be connected to directly.<br>By default, " "this value is read from the \"http_proxy\" environment variable." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "If remote_port is 0, frps will assign a random port for you" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 msgid "Local IP" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:156 msgid "Local port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 msgid "LocalIp specifies the IP address or host name to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 msgid "LocalPort specifies the port to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:56 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 msgid "Locations" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "Log level" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 msgid "Log stderr" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:8 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 msgid "Log stdout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "" "LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" "\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "" "LoginFailExit controls whether or not the client should exit after a failed " "login attempt. If false, the client will retry until a login attempt " "succeeds.<br>By default, this value is true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:144 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:145 msgid "Name can not be \"common\"" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "" "OS environments pass to frp for config file template, see <a href=\"https://" "github.com/fatedier/frp#configuration-file-template\">frp README</a>" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "Protocol" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "" "Protocol specifies the protocol to use when interacting with the server. " "Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:137 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:138 msgid "Proxy Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:153 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 msgid "Proxy type" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 msgid "" "ProxyType specifies the type of this proxy. Valid values include \"tcp\", " "\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "Remote port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 msgid "Respawn when crashed" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:64 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 msgid "Role" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 msgid "Run daemon as group" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 msgid "Run daemon as user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "Server address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "Server port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "" "ServerAddr specifies the address of the server to connect to.<br>By default, " "this value is \"0.0.0.0\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerPort specifies the port to connect to the server on.<br>By default, " "this value is 7000." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:66 msgid "Sk" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:130 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:127 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:131 msgid "Startup Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:53 msgid "Subdomain" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "TCP mux" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "TLS" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "" "TLSEnable specifies whether or not TLS should be used when communicating " "with the server." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "" "TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " "client to share a single TCP connection. If this value is true, the server " @@ -314,42 +318,42 @@ msgid "" "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "Token" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "" "Token specifies the authorization token used to create keys to be sent to " "the server. The server must have a matching token for authorization to " "succeed. <br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "" "UseCompression controls whether or not communication with the server will be " "compressed.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "" "UseEncryption controls whether or not communication with the server will be " "encrypted. Encryption is done using the tokens supplied in the server and " "client configuration.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "User" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "" "User specifies a prefix for proxy names to distinguish them from other " "clients. If this value is not \"\", proxy names will automatically be " "changed to \"{user}.{proxy_name}\".<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:120 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:121 #: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 msgid "frp Client" msgstr "" diff --git a/applications/luci-app-frpc/po/hu/frpc.po b/applications/luci-app-frpc/po/hu/frpc.po index b1f1eaccf0..f81cfc427a 100644 --- a/applications/luci-app-frpc/po/hu/frpc.po +++ b/applications/luci-app-frpc/po/hu/frpc.po @@ -10,309 +10,313 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.11-dev\n" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Additional configs" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "Admin address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "Admin password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "Admin port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "Admin user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "" "AdminAddr specifies the address that the admin server binds to.<br>By " "default, this value is \"127.0.0.1\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "" "AdminPort specifies the port for the admin server to listen on. If this " "value is 0, the admin server will not be started.<br>By default, this value " "is 0." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminPwd specifies the password that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "" "AdminUser specifies the username that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "Assets dir" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" "AssetsDir specifies the local directory that the admin server will load " "resources from. If this value is \"\", assets will be loaded from the " "bundled executable using statik.<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:125 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 msgid "Common Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "Compression" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Config files include in temporary config file" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:51 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 msgid "Custom domains" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "Disable log color" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "" "DisableLogColor disables log colors when LogWay == \"console\" when set to " "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "Encryption" msgstr "Titkosítás" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "Environment variable" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "Exit when login fail" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:150 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 msgid "General Settings" msgstr "Általános beállítások" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 +#: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 +msgid "Grant access to LuCI app frpc" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:152 msgid "HTTP Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 msgid "HTTP password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "HTTP proxy" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 msgid "HTTP user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "" "HeartBeatInterval specifies at what interval heartbeats are sent to the " "server, in seconds. It is not recommended to change this value.<br>By " "default, this value is 30." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "" "HeartBeatTimeout specifies the maximum allowed heartbeat response delay " "before the connection is terminated, in seconds. It is not recommended to " "change this value.<br>By default, this value is 90." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "Heartbeat interval" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "Heartbeat timeout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 msgid "Host header rewrite" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" "HttpProxy specifies a proxy address to connect to the server through. If " "this value is \"\", the server will be connected to directly.<br>By default, " "this value is read from the \"http_proxy\" environment variable." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "If remote_port is 0, frps will assign a random port for you" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 msgid "Local IP" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:156 msgid "Local port" msgstr "Helyi port" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 msgid "LocalIp specifies the IP address or host name to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 msgid "LocalPort specifies the port to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:56 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 msgid "Locations" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "Log level" msgstr "Naplózási szint" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 msgid "Log stderr" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:8 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 msgid "Log stdout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "" "LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" "\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "" "LoginFailExit controls whether or not the client should exit after a failed " "login attempt. If false, the client will retry until a login attempt " "succeeds.<br>By default, this value is true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:144 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:145 msgid "Name can not be \"common\"" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "" "OS environments pass to frp for config file template, see <a href=\"https://" "github.com/fatedier/frp#configuration-file-template\">frp README</a>" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "Protocol" msgstr "Protokoll" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "" "Protocol specifies the protocol to use when interacting with the server. " "Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:137 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:138 msgid "Proxy Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:153 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 msgid "Proxy type" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 msgid "" "ProxyType specifies the type of this proxy. Valid values include \"tcp\", " "\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "Remote port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 msgid "Respawn when crashed" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:64 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 msgid "Role" msgstr "Szerep" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 msgid "Run daemon as group" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 msgid "Run daemon as user" msgstr "Démon futtatása felhasználóként" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "Server address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "Server port" msgstr "Kiszolgáló port" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "" "ServerAddr specifies the address of the server to connect to.<br>By default, " "this value is \"0.0.0.0\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerPort specifies the port to connect to the server on.<br>By default, " "this value is 7000." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:66 msgid "Sk" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:130 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:127 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:131 msgid "Startup Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:53 msgid "Subdomain" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "TCP mux" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "TLS" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "" "TLSEnable specifies whether or not TLS should be used when communicating " "with the server." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "" "TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " "client to share a single TCP connection. If this value is true, the server " @@ -320,42 +324,42 @@ msgid "" "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "Token" msgstr "Token" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "" "Token specifies the authorization token used to create keys to be sent to " "the server. The server must have a matching token for authorization to " "succeed. <br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "" "UseCompression controls whether or not communication with the server will be " "compressed.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "" "UseEncryption controls whether or not communication with the server will be " "encrypted. Encryption is done using the tokens supplied in the server and " "client configuration.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "User" msgstr "Felhasználó" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "" "User specifies a prefix for proxy names to distinguish them from other " "clients. If this value is not \"\", proxy names will automatically be " "changed to \"{user}.{proxy_name}\".<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:120 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:121 #: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 msgid "frp Client" msgstr "" diff --git a/applications/luci-app-frpc/po/it/frpc.po b/applications/luci-app-frpc/po/it/frpc.po index 59f4ff32d7..3b1399496a 100644 --- a/applications/luci-app-frpc/po/it/frpc.po +++ b/applications/luci-app-frpc/po/it/frpc.po @@ -1,312 +1,322 @@ msgid "" msgstr "" +"PO-Revision-Date: 2020-03-03 13:36+0000\n" +"Last-Translator: TuxAlex0 <alex.skatingcassano@gmail.com>\n" +"Language-Team: Italian <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsfrpc/it/>\n" "Language: it\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.0-dev\n" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Additional configs" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "Admin address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "Admin password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "Admin port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "Admin user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "" "AdminAddr specifies the address that the admin server binds to.<br>By " "default, this value is \"127.0.0.1\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "" "AdminPort specifies the port for the admin server to listen on. If this " "value is 0, the admin server will not be started.<br>By default, this value " "is 0." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminPwd specifies the password that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "" "AdminUser specifies the username that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "Assets dir" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" "AssetsDir specifies the local directory that the admin server will load " "resources from. If this value is \"\", assets will be loaded from the " "bundled executable using statik.<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:125 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 msgid "Common Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "Compression" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Config files include in temporary config file" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:51 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 msgid "Custom domains" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "Disable log color" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "" "DisableLogColor disables log colors when LogWay == \"console\" when set to " "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "Encryption" -msgstr "" +msgstr "Crittografia" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "Environment variable" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "Exit when login fail" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:150 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 msgid "General Settings" +msgstr "Impostazioni Generali" + +#: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 +msgid "Grant access to LuCI app frpc" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:152 msgid "HTTP Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 msgid "HTTP password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "HTTP proxy" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 msgid "HTTP user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "" "HeartBeatInterval specifies at what interval heartbeats are sent to the " "server, in seconds. It is not recommended to change this value.<br>By " "default, this value is 30." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "" "HeartBeatTimeout specifies the maximum allowed heartbeat response delay " "before the connection is terminated, in seconds. It is not recommended to " "change this value.<br>By default, this value is 90." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "Heartbeat interval" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "Heartbeat timeout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 msgid "Host header rewrite" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" "HttpProxy specifies a proxy address to connect to the server through. If " "this value is \"\", the server will be connected to directly.<br>By default, " "this value is read from the \"http_proxy\" environment variable." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "If remote_port is 0, frps will assign a random port for you" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 msgid "Local IP" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:156 msgid "Local port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 msgid "LocalIp specifies the IP address or host name to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 msgid "LocalPort specifies the port to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:56 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 msgid "Locations" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "Log level" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 msgid "Log stderr" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:8 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 msgid "Log stdout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "" "LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" "\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "" "LoginFailExit controls whether or not the client should exit after a failed " "login attempt. If false, the client will retry until a login attempt " "succeeds.<br>By default, this value is true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:144 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:145 msgid "Name can not be \"common\"" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "" "OS environments pass to frp for config file template, see <a href=\"https://" "github.com/fatedier/frp#configuration-file-template\">frp README</a>" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "Protocol" -msgstr "" +msgstr "Protocollo" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "" "Protocol specifies the protocol to use when interacting with the server. " "Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:137 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:138 msgid "Proxy Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:153 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 msgid "Proxy type" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 msgid "" "ProxyType specifies the type of this proxy. Valid values include \"tcp\", " "\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "Remote port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 msgid "Respawn when crashed" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:64 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 msgid "Role" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 msgid "Run daemon as group" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 msgid "Run daemon as user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "Server address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "Server port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "" "ServerAddr specifies the address of the server to connect to.<br>By default, " "this value is \"0.0.0.0\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerPort specifies the port to connect to the server on.<br>By default, " "this value is 7000." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:66 msgid "Sk" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:130 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:127 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:131 msgid "Startup Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:53 msgid "Subdomain" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "TCP mux" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "TLS" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "" "TLSEnable specifies whether or not TLS should be used when communicating " "with the server." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "" "TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " "client to share a single TCP connection. If this value is true, the server " @@ -314,42 +324,42 @@ msgid "" "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "Token" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "" "Token specifies the authorization token used to create keys to be sent to " "the server. The server must have a matching token for authorization to " "succeed. <br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "" "UseCompression controls whether or not communication with the server will be " "compressed.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "" "UseEncryption controls whether or not communication with the server will be " "encrypted. Encryption is done using the tokens supplied in the server and " "client configuration.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "User" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "" "User specifies a prefix for proxy names to distinguish them from other " "clients. If this value is not \"\", proxy names will automatically be " "changed to \"{user}.{proxy_name}\".<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:120 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:121 #: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 msgid "frp Client" msgstr "" diff --git a/applications/luci-app-frpc/po/ja/frpc.po b/applications/luci-app-frpc/po/ja/frpc.po index efcfa9711b..f8ec94f93f 100644 --- a/applications/luci-app-frpc/po/ja/frpc.po +++ b/applications/luci-app-frpc/po/ja/frpc.po @@ -1,318 +1,322 @@ msgid "" msgstr "" -"PO-Revision-Date: 2020-02-12 11:01+0000\n" -"Last-Translator: INAGAKI Hiroshi <musashino.open@gmail.com>\n" +"PO-Revision-Date: 2020-06-13 22:13+0000\n" +"Last-Translator: Satoru Yoshida <ramat@ram.ne.jp>\n" "Language-Team: Japanese <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsfrpc/ja/>\n" "Language: ja\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 3.11-dev\n" +"X-Generator: Weblate 4.1-dev\n" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Additional configs" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "Admin address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "Admin password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "Admin port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "Admin user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "" "AdminAddr specifies the address that the admin server binds to.<br>By " "default, this value is \"127.0.0.1\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "" "AdminPort specifies the port for the admin server to listen on. If this " "value is 0, the admin server will not be started.<br>By default, this value " "is 0." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminPwd specifies the password that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "" "AdminUser specifies the username that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "Assets dir" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" "AssetsDir specifies the local directory that the admin server will load " "resources from. If this value is \"\", assets will be loaded from the " "bundled executable using statik.<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:125 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 msgid "Common Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "Compression" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Config files include in temporary config file" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:51 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 msgid "Custom domains" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "Disable log color" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "" "DisableLogColor disables log colors when LogWay == \"console\" when set to " "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "Encryption" msgstr "暗号化" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "Environment variable" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "Exit when login fail" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:150 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 msgid "General Settings" +msgstr "一般設定" + +#: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 +msgid "Grant access to LuCI app frpc" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:152 msgid "HTTP Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 msgid "HTTP password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "HTTP proxy" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 msgid "HTTP user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "" "HeartBeatInterval specifies at what interval heartbeats are sent to the " "server, in seconds. It is not recommended to change this value.<br>By " "default, this value is 30." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "" "HeartBeatTimeout specifies the maximum allowed heartbeat response delay " "before the connection is terminated, in seconds. It is not recommended to " "change this value.<br>By default, this value is 90." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "Heartbeat interval" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "Heartbeat timeout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 msgid "Host header rewrite" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" "HttpProxy specifies a proxy address to connect to the server through. If " "this value is \"\", the server will be connected to directly.<br>By default, " "this value is read from the \"http_proxy\" environment variable." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "If remote_port is 0, frps will assign a random port for you" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 msgid "Local IP" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:156 msgid "Local port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 msgid "LocalIp specifies the IP address or host name to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 msgid "LocalPort specifies the port to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:56 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 msgid "Locations" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "Log level" -msgstr "" +msgstr "ログレベル" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 msgid "Log stderr" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:8 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 msgid "Log stdout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "" "LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" "\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "" "LoginFailExit controls whether or not the client should exit after a failed " "login attempt. If false, the client will retry until a login attempt " "succeeds.<br>By default, this value is true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:144 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:145 msgid "Name can not be \"common\"" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "" "OS environments pass to frp for config file template, see <a href=\"https://" "github.com/fatedier/frp#configuration-file-template\">frp README</a>" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "Protocol" -msgstr "" +msgstr "プロトコル" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "" "Protocol specifies the protocol to use when interacting with the server. " "Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:137 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:138 msgid "Proxy Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:153 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 msgid "Proxy type" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 msgid "" "ProxyType specifies the type of this proxy. Valid values include \"tcp\", " "\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "Remote port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 msgid "Respawn when crashed" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:64 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 msgid "Role" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 msgid "Run daemon as group" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 msgid "Run daemon as user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "Server address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "Server port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "" "ServerAddr specifies the address of the server to connect to.<br>By default, " "this value is \"0.0.0.0\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerPort specifies the port to connect to the server on.<br>By default, " "this value is 7000." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:66 msgid "Sk" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:130 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:127 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:131 msgid "Startup Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:53 msgid "Subdomain" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "TCP mux" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "TLS" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "" "TLSEnable specifies whether or not TLS should be used when communicating " "with the server." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "" "TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " "client to share a single TCP connection. If this value is true, the server " @@ -320,42 +324,42 @@ msgid "" "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "Token" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "" "Token specifies the authorization token used to create keys to be sent to " "the server. The server must have a matching token for authorization to " "succeed. <br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "" "UseCompression controls whether or not communication with the server will be " "compressed.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "" "UseEncryption controls whether or not communication with the server will be " "encrypted. Encryption is done using the tokens supplied in the server and " "client configuration.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "User" -msgstr "" +msgstr "ユーザー" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "" "User specifies a prefix for proxy names to distinguish them from other " "clients. If this value is not \"\", proxy names will automatically be " "changed to \"{user}.{proxy_name}\".<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:120 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:121 #: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 msgid "frp Client" msgstr "" diff --git a/applications/luci-app-frpc/po/ko/frpc.po b/applications/luci-app-frpc/po/ko/frpc.po index 5173172af9..d970c0ac6d 100644 --- a/applications/luci-app-frpc/po/ko/frpc.po +++ b/applications/luci-app-frpc/po/ko/frpc.po @@ -4,309 +4,313 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Additional configs" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "Admin address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "Admin password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "Admin port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "Admin user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "" "AdminAddr specifies the address that the admin server binds to.<br>By " "default, this value is \"127.0.0.1\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "" "AdminPort specifies the port for the admin server to listen on. If this " "value is 0, the admin server will not be started.<br>By default, this value " "is 0." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminPwd specifies the password that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "" "AdminUser specifies the username that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "Assets dir" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" "AssetsDir specifies the local directory that the admin server will load " "resources from. If this value is \"\", assets will be loaded from the " "bundled executable using statik.<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:125 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 msgid "Common Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "Compression" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Config files include in temporary config file" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:51 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 msgid "Custom domains" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "Disable log color" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "" "DisableLogColor disables log colors when LogWay == \"console\" when set to " "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "Encryption" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "Environment variable" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "Exit when login fail" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:150 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 msgid "General Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 +#: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 +msgid "Grant access to LuCI app frpc" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:152 msgid "HTTP Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 msgid "HTTP password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "HTTP proxy" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 msgid "HTTP user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "" "HeartBeatInterval specifies at what interval heartbeats are sent to the " "server, in seconds. It is not recommended to change this value.<br>By " "default, this value is 30." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "" "HeartBeatTimeout specifies the maximum allowed heartbeat response delay " "before the connection is terminated, in seconds. It is not recommended to " "change this value.<br>By default, this value is 90." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "Heartbeat interval" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "Heartbeat timeout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 msgid "Host header rewrite" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" "HttpProxy specifies a proxy address to connect to the server through. If " "this value is \"\", the server will be connected to directly.<br>By default, " "this value is read from the \"http_proxy\" environment variable." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "If remote_port is 0, frps will assign a random port for you" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 msgid "Local IP" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:156 msgid "Local port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 msgid "LocalIp specifies the IP address or host name to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 msgid "LocalPort specifies the port to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:56 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 msgid "Locations" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "Log level" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 msgid "Log stderr" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:8 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 msgid "Log stdout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "" "LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" "\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "" "LoginFailExit controls whether or not the client should exit after a failed " "login attempt. If false, the client will retry until a login attempt " "succeeds.<br>By default, this value is true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:144 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:145 msgid "Name can not be \"common\"" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "" "OS environments pass to frp for config file template, see <a href=\"https://" "github.com/fatedier/frp#configuration-file-template\">frp README</a>" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "Protocol" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "" "Protocol specifies the protocol to use when interacting with the server. " "Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:137 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:138 msgid "Proxy Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:153 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 msgid "Proxy type" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 msgid "" "ProxyType specifies the type of this proxy. Valid values include \"tcp\", " "\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "Remote port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 msgid "Respawn when crashed" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:64 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 msgid "Role" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 msgid "Run daemon as group" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 msgid "Run daemon as user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "Server address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "Server port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "" "ServerAddr specifies the address of the server to connect to.<br>By default, " "this value is \"0.0.0.0\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerPort specifies the port to connect to the server on.<br>By default, " "this value is 7000." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:66 msgid "Sk" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:130 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:127 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:131 msgid "Startup Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:53 msgid "Subdomain" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "TCP mux" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "TLS" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "" "TLSEnable specifies whether or not TLS should be used when communicating " "with the server." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "" "TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " "client to share a single TCP connection. If this value is true, the server " @@ -314,42 +318,42 @@ msgid "" "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "Token" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "" "Token specifies the authorization token used to create keys to be sent to " "the server. The server must have a matching token for authorization to " "succeed. <br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "" "UseCompression controls whether or not communication with the server will be " "compressed.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "" "UseEncryption controls whether or not communication with the server will be " "encrypted. Encryption is done using the tokens supplied in the server and " "client configuration.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "User" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "" "User specifies a prefix for proxy names to distinguish them from other " "clients. If this value is not \"\", proxy names will automatically be " "changed to \"{user}.{proxy_name}\".<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:120 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:121 #: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 msgid "frp Client" msgstr "" diff --git a/applications/luci-app-frpc/po/mr/frpc.po b/applications/luci-app-frpc/po/mr/frpc.po index e8b52e0b76..d6780209b1 100644 --- a/applications/luci-app-frpc/po/mr/frpc.po +++ b/applications/luci-app-frpc/po/mr/frpc.po @@ -10,309 +10,313 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 3.11-dev\n" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Additional configs" msgstr "अतिरिक्त कॉन्फिगरेशन" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "Admin address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "Admin password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "Admin port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "Admin user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "" "AdminAddr specifies the address that the admin server binds to.<br>By " "default, this value is \"127.0.0.1\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "" "AdminPort specifies the port for the admin server to listen on. If this " "value is 0, the admin server will not be started.<br>By default, this value " "is 0." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminPwd specifies the password that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "" "AdminUser specifies the username that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "Assets dir" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" "AssetsDir specifies the local directory that the admin server will load " "resources from. If this value is \"\", assets will be loaded from the " "bundled executable using statik.<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:125 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 msgid "Common Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "Compression" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Config files include in temporary config file" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:51 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 msgid "Custom domains" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "Disable log color" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "" "DisableLogColor disables log colors when LogWay == \"console\" when set to " "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "Encryption" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "Environment variable" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "Exit when login fail" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:150 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 msgid "General Settings" msgstr "सामान्य सेटिंग्ज" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 +#: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 +msgid "Grant access to LuCI app frpc" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:152 msgid "HTTP Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 msgid "HTTP password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "HTTP proxy" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 msgid "HTTP user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "" "HeartBeatInterval specifies at what interval heartbeats are sent to the " "server, in seconds. It is not recommended to change this value.<br>By " "default, this value is 30." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "" "HeartBeatTimeout specifies the maximum allowed heartbeat response delay " "before the connection is terminated, in seconds. It is not recommended to " "change this value.<br>By default, this value is 90." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "Heartbeat interval" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "Heartbeat timeout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 msgid "Host header rewrite" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" "HttpProxy specifies a proxy address to connect to the server through. If " "this value is \"\", the server will be connected to directly.<br>By default, " "this value is read from the \"http_proxy\" environment variable." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "If remote_port is 0, frps will assign a random port for you" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 msgid "Local IP" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:156 msgid "Local port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 msgid "LocalIp specifies the IP address or host name to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 msgid "LocalPort specifies the port to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:56 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 msgid "Locations" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "Log level" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 msgid "Log stderr" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:8 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 msgid "Log stdout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "" "LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" "\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "" "LoginFailExit controls whether or not the client should exit after a failed " "login attempt. If false, the client will retry until a login attempt " "succeeds.<br>By default, this value is true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:144 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:145 msgid "Name can not be \"common\"" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "" "OS environments pass to frp for config file template, see <a href=\"https://" "github.com/fatedier/frp#configuration-file-template\">frp README</a>" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "Protocol" msgstr "प्रोटोकॉल" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "" "Protocol specifies the protocol to use when interacting with the server. " "Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:137 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:138 msgid "Proxy Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:153 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 msgid "Proxy type" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 msgid "" "ProxyType specifies the type of this proxy. Valid values include \"tcp\", " "\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "Remote port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 msgid "Respawn when crashed" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:64 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 msgid "Role" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 msgid "Run daemon as group" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 msgid "Run daemon as user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "Server address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "Server port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "" "ServerAddr specifies the address of the server to connect to.<br>By default, " "this value is \"0.0.0.0\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerPort specifies the port to connect to the server on.<br>By default, " "this value is 7000." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:66 msgid "Sk" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:130 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:127 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:131 msgid "Startup Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:53 msgid "Subdomain" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "TCP mux" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "TLS" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "" "TLSEnable specifies whether or not TLS should be used when communicating " "with the server." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "" "TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " "client to share a single TCP connection. If this value is true, the server " @@ -320,42 +324,42 @@ msgid "" "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "Token" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "" "Token specifies the authorization token used to create keys to be sent to " "the server. The server must have a matching token for authorization to " "succeed. <br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "" "UseCompression controls whether or not communication with the server will be " "compressed.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "" "UseEncryption controls whether or not communication with the server will be " "encrypted. Encryption is done using the tokens supplied in the server and " "client configuration.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "User" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "" "User specifies a prefix for proxy names to distinguish them from other " "clients. If this value is not \"\", proxy names will automatically be " "changed to \"{user}.{proxy_name}\".<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:120 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:121 #: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 msgid "frp Client" msgstr "" diff --git a/applications/luci-app-frpc/po/ms/frpc.po b/applications/luci-app-frpc/po/ms/frpc.po index c7a5559d41..929d30d226 100644 --- a/applications/luci-app-frpc/po/ms/frpc.po +++ b/applications/luci-app-frpc/po/ms/frpc.po @@ -4,309 +4,313 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Additional configs" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "Admin address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "Admin password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "Admin port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "Admin user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "" "AdminAddr specifies the address that the admin server binds to.<br>By " "default, this value is \"127.0.0.1\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "" "AdminPort specifies the port for the admin server to listen on. If this " "value is 0, the admin server will not be started.<br>By default, this value " "is 0." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminPwd specifies the password that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "" "AdminUser specifies the username that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "Assets dir" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" "AssetsDir specifies the local directory that the admin server will load " "resources from. If this value is \"\", assets will be loaded from the " "bundled executable using statik.<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:125 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 msgid "Common Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "Compression" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Config files include in temporary config file" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:51 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 msgid "Custom domains" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "Disable log color" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "" "DisableLogColor disables log colors when LogWay == \"console\" when set to " "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "Encryption" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "Environment variable" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "Exit when login fail" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:150 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 msgid "General Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 +#: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 +msgid "Grant access to LuCI app frpc" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:152 msgid "HTTP Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 msgid "HTTP password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "HTTP proxy" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 msgid "HTTP user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "" "HeartBeatInterval specifies at what interval heartbeats are sent to the " "server, in seconds. It is not recommended to change this value.<br>By " "default, this value is 30." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "" "HeartBeatTimeout specifies the maximum allowed heartbeat response delay " "before the connection is terminated, in seconds. It is not recommended to " "change this value.<br>By default, this value is 90." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "Heartbeat interval" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "Heartbeat timeout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 msgid "Host header rewrite" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" "HttpProxy specifies a proxy address to connect to the server through. If " "this value is \"\", the server will be connected to directly.<br>By default, " "this value is read from the \"http_proxy\" environment variable." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "If remote_port is 0, frps will assign a random port for you" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 msgid "Local IP" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:156 msgid "Local port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 msgid "LocalIp specifies the IP address or host name to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 msgid "LocalPort specifies the port to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:56 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 msgid "Locations" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "Log level" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 msgid "Log stderr" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:8 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 msgid "Log stdout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "" "LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" "\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "" "LoginFailExit controls whether or not the client should exit after a failed " "login attempt. If false, the client will retry until a login attempt " "succeeds.<br>By default, this value is true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:144 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:145 msgid "Name can not be \"common\"" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "" "OS environments pass to frp for config file template, see <a href=\"https://" "github.com/fatedier/frp#configuration-file-template\">frp README</a>" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "Protocol" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "" "Protocol specifies the protocol to use when interacting with the server. " "Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:137 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:138 msgid "Proxy Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:153 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 msgid "Proxy type" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 msgid "" "ProxyType specifies the type of this proxy. Valid values include \"tcp\", " "\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "Remote port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 msgid "Respawn when crashed" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:64 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 msgid "Role" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 msgid "Run daemon as group" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 msgid "Run daemon as user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "Server address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "Server port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "" "ServerAddr specifies the address of the server to connect to.<br>By default, " "this value is \"0.0.0.0\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerPort specifies the port to connect to the server on.<br>By default, " "this value is 7000." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:66 msgid "Sk" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:130 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:127 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:131 msgid "Startup Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:53 msgid "Subdomain" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "TCP mux" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "TLS" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "" "TLSEnable specifies whether or not TLS should be used when communicating " "with the server." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "" "TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " "client to share a single TCP connection. If this value is true, the server " @@ -314,42 +318,42 @@ msgid "" "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "Token" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "" "Token specifies the authorization token used to create keys to be sent to " "the server. The server must have a matching token for authorization to " "succeed. <br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "" "UseCompression controls whether or not communication with the server will be " "compressed.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "" "UseEncryption controls whether or not communication with the server will be " "encrypted. Encryption is done using the tokens supplied in the server and " "client configuration.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "User" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "" "User specifies a prefix for proxy names to distinguish them from other " "clients. If this value is not \"\", proxy names will automatically be " "changed to \"{user}.{proxy_name}\".<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:120 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:121 #: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 msgid "frp Client" msgstr "" diff --git a/applications/luci-app-frpc/po/nb_NO/frpc.po b/applications/luci-app-frpc/po/nb_NO/frpc.po index e8469c4d6a..551a2f0920 100644 --- a/applications/luci-app-frpc/po/nb_NO/frpc.po +++ b/applications/luci-app-frpc/po/nb_NO/frpc.po @@ -4,309 +4,313 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Additional configs" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "Admin address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "Admin password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "Admin port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "Admin user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "" "AdminAddr specifies the address that the admin server binds to.<br>By " "default, this value is \"127.0.0.1\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "" "AdminPort specifies the port for the admin server to listen on. If this " "value is 0, the admin server will not be started.<br>By default, this value " "is 0." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminPwd specifies the password that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "" "AdminUser specifies the username that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "Assets dir" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" "AssetsDir specifies the local directory that the admin server will load " "resources from. If this value is \"\", assets will be loaded from the " "bundled executable using statik.<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:125 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 msgid "Common Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "Compression" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Config files include in temporary config file" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:51 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 msgid "Custom domains" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "Disable log color" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "" "DisableLogColor disables log colors when LogWay == \"console\" when set to " "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "Encryption" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "Environment variable" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "Exit when login fail" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:150 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 msgid "General Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 +#: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 +msgid "Grant access to LuCI app frpc" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:152 msgid "HTTP Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 msgid "HTTP password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "HTTP proxy" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 msgid "HTTP user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "" "HeartBeatInterval specifies at what interval heartbeats are sent to the " "server, in seconds. It is not recommended to change this value.<br>By " "default, this value is 30." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "" "HeartBeatTimeout specifies the maximum allowed heartbeat response delay " "before the connection is terminated, in seconds. It is not recommended to " "change this value.<br>By default, this value is 90." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "Heartbeat interval" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "Heartbeat timeout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 msgid "Host header rewrite" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" "HttpProxy specifies a proxy address to connect to the server through. If " "this value is \"\", the server will be connected to directly.<br>By default, " "this value is read from the \"http_proxy\" environment variable." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "If remote_port is 0, frps will assign a random port for you" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 msgid "Local IP" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:156 msgid "Local port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 msgid "LocalIp specifies the IP address or host name to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 msgid "LocalPort specifies the port to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:56 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 msgid "Locations" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "Log level" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 msgid "Log stderr" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:8 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 msgid "Log stdout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "" "LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" "\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "" "LoginFailExit controls whether or not the client should exit after a failed " "login attempt. If false, the client will retry until a login attempt " "succeeds.<br>By default, this value is true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:144 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:145 msgid "Name can not be \"common\"" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "" "OS environments pass to frp for config file template, see <a href=\"https://" "github.com/fatedier/frp#configuration-file-template\">frp README</a>" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "Protocol" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "" "Protocol specifies the protocol to use when interacting with the server. " "Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:137 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:138 msgid "Proxy Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:153 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 msgid "Proxy type" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 msgid "" "ProxyType specifies the type of this proxy. Valid values include \"tcp\", " "\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "Remote port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 msgid "Respawn when crashed" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:64 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 msgid "Role" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 msgid "Run daemon as group" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 msgid "Run daemon as user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "Server address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "Server port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "" "ServerAddr specifies the address of the server to connect to.<br>By default, " "this value is \"0.0.0.0\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerPort specifies the port to connect to the server on.<br>By default, " "this value is 7000." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:66 msgid "Sk" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:130 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:127 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:131 msgid "Startup Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:53 msgid "Subdomain" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "TCP mux" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "TLS" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "" "TLSEnable specifies whether or not TLS should be used when communicating " "with the server." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "" "TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " "client to share a single TCP connection. If this value is true, the server " @@ -314,42 +318,42 @@ msgid "" "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "Token" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "" "Token specifies the authorization token used to create keys to be sent to " "the server. The server must have a matching token for authorization to " "succeed. <br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "" "UseCompression controls whether or not communication with the server will be " "compressed.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "" "UseEncryption controls whether or not communication with the server will be " "encrypted. Encryption is done using the tokens supplied in the server and " "client configuration.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "User" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "" "User specifies a prefix for proxy names to distinguish them from other " "clients. If this value is not \"\", proxy names will automatically be " "changed to \"{user}.{proxy_name}\".<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:120 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:121 #: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 msgid "frp Client" msgstr "" diff --git a/applications/luci-app-frpc/po/pl/frpc.po b/applications/luci-app-frpc/po/pl/frpc.po index 617bd0c8a5..c606ee0c68 100644 --- a/applications/luci-app-frpc/po/pl/frpc.po +++ b/applications/luci-app-frpc/po/pl/frpc.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2020-02-12 11:01+0000\n" +"PO-Revision-Date: 2020-06-13 22:13+0000\n" "Last-Translator: Marcin Net <marcin.net@linux.pl>\n" "Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsfrpc/pl/>\n" @@ -9,29 +9,29 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 3.11-dev\n" +"X-Generator: Weblate 4.1-dev\n" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Additional configs" msgstr "Dodatkowe konfiguracje" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "Admin address" msgstr "Adres administratora" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "Admin password" msgstr "Hasło administratora" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "Admin port" msgstr "Port administratora" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "Admin user" msgstr "Administrator użytkownika" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "" "AdminAddr specifies the address that the admin server binds to.<br>By " "default, this value is \"127.0.0.1\"." @@ -39,7 +39,7 @@ msgstr "" "AdminAddr określa adres, który serwer administracyjny łączy z adresem.<br> " "Domyślnie jest to wartość \"127.0.0.1\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "" "AdminPort specifies the port for the admin server to listen on. If this " "value is 0, the admin server will not be started.<br>By default, this value " @@ -49,7 +49,7 @@ msgstr "" "Jeśli ta wartość wynosi 0, serwer administracyjny nie zostanie uruchomiony. " "<br> Domyślnie ta wartość wynosi 0." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminPwd specifies the password that the admin server will use for login." "<br>By default, this value is \"admin\"." @@ -57,7 +57,7 @@ msgstr "" "AdminPwd określa hasło, którego będzie używał serwer administracyjny do " "logowania. <br> Domyślnie ta wartość to \"admin\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "" "AdminUser specifies the username that the admin server will use for login." "<br>By default, this value is \"admin\"." @@ -65,11 +65,11 @@ msgstr "" "AdminUser określa nazwę użytkownika, której serwer administracyjny będzie " "używał do logowania. Domyślnie ta wartość to \"admin\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "Assets dir" msgstr "Assets dir" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" "AssetsDir specifies the local directory that the admin server will load " "resources from. If this value is \"\", assets will be loaded from the " @@ -79,27 +79,27 @@ msgstr "" "ładował zasoby. Jeśli ta wartość to \"\", zasoby zostaną załadowane z " "pakietu wykonywalnego przy użyciu statik. <br> Domyślnie ta wartość to \"\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:125 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 msgid "Common Settings" msgstr "Wspólne ustawienia" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "Compression" msgstr "Kompresja" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Config files include in temporary config file" msgstr "Pliki konfiguracyjne znajdują się w tymczasowym pliku konfiguracyjnym" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:51 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 msgid "Custom domains" msgstr "Własne domeny" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "Disable log color" msgstr "Wyłącz kolor dziennika" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "" "DisableLogColor disables log colors when LogWay == \"console\" when set to " "true." @@ -107,39 +107,43 @@ msgstr "" "DisableLogColor wyłącza kolory dziennika, gdy LogWay == \"konsola\", jest " "ustawiona na true." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "Encryption" msgstr "Szyfrowanie" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "Environment variable" msgstr "Zmienna środowiskowa" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "Exit when login fail" msgstr "Wyjdź, gdy logowanie się nie powiedzie" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:150 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 msgid "General Settings" -msgstr "Ustawienia główne" +msgstr "Główne" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 +#: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 +msgid "Grant access to LuCI app frpc" +msgstr "Udziel dostępu LuCI do aplikacji frpc" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:152 msgid "HTTP Settings" msgstr "Ustawienia HTTP" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 msgid "HTTP password" msgstr "Hasło HTTP" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "HTTP proxy" msgstr "HTTP proxy" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 msgid "HTTP user" msgstr "Użytkownik HTTP" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "" "HeartBeatInterval specifies at what interval heartbeats are sent to the " "server, in seconds. It is not recommended to change this value.<br>By " @@ -149,7 +153,7 @@ msgstr "" "serwera, w sekundach. Nie zaleca się zmiany tej wartości. <br> Domyślnie ta " "wartość wynosi 30." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "" "HeartBeatTimeout specifies the maximum allowed heartbeat response delay " "before the connection is terminated, in seconds. It is not recommended to " @@ -159,19 +163,19 @@ msgstr "" "przed zakończeniem połączenia (w sekundach). Nie zaleca się zmiany tej " "wartości. <br> Domyślnie ta wartość wynosi 90." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "Heartbeat interval" msgstr "Interwał pulsu" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "Heartbeat timeout" msgstr "Limit czasu pulsu" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 msgid "Host header rewrite" msgstr "Przepisz nagłówek hosta" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" "HttpProxy specifies a proxy address to connect to the server through. If " "this value is \"\", the server will be connected to directly.<br>By default, " @@ -181,46 +185,46 @@ msgstr "" "\"\", serwer zostanie podłączony bezpośrednio. <br> Domyślnie ta wartość " "jest odczytywana ze zmiennej środowiskowej \"http_proxy\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "If remote_port is 0, frps will assign a random port for you" msgstr "Jeśli port_zdalny wynosi 0, frps przypisze Ci losowy port" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 msgid "Local IP" msgstr "Lokalny IP" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:156 msgid "Local port" msgstr "Port lokalny" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 msgid "LocalIp specifies the IP address or host name to proxy to." msgstr "" "LocalIp określa adres IP lub nazwę hosta, do którego ma zostać wysłany proxy." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 msgid "LocalPort specifies the port to proxy to." msgstr "LocalPort określa port, do którego należy się zwrócić." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:56 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 msgid "Locations" msgstr "Lokalizacje" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "Log level" msgstr "Poziom logowania" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 msgid "Log stderr" msgstr "Dziennik stderr" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:8 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 msgid "Log stdout" msgstr "Dziennik stdout" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "" "LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" "\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"." @@ -228,7 +232,7 @@ msgstr "" "LogLevel określa minimalny poziom dziennika. Poprawne wartości to \"trace\", " "\"debug\", \"info\", \"warn\" i \"error\".<br> Domyślnie jest to \"info\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "" "LoginFailExit controls whether or not the client should exit after a failed " "login attempt. If false, the client will retry until a login attempt " @@ -238,80 +242,81 @@ msgstr "" "logowania. Jeśli jest ona nieprawdziwa, klient spróbuje ponownie, dopóki " "próba logowania nie zakończy się sukcesem.<br> Domyślnie wartość true." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:144 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:145 msgid "Name can not be \"common\"" msgstr "Nazwa nie może być „wspólna”" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "" "OS environments pass to frp for config file template, see <a href=\"https://" "github.com/fatedier/frp#configuration-file-template\">frp README</a>" msgstr "" "Środowiska systemu operacyjnego przechodzą do frp w celu uzyskania szablonu " -"pliku konfiguracyjnego, patrz <a href=\"https://github.com/fatedier/frp" -"#configuration-file-template\"> frp README </a>" +"pliku konfiguracyjnego, patrz <a href=\"https://github.com/fatedier/" +"frp#configuration-file-template\"> frp README </a>" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "Protocol" msgstr "Protokół" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "" "Protocol specifies the protocol to use when interacting with the server. " "Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this " "value is \"tcp\"." msgstr "" "Protokół określa protokół używany podczas interakcji z serwerem. Prawidłowe " -"wartości to \"tcp\", \"kcp\" i \"websocket\". <br> Domyślnie ta wartość to \"" -"tcp\"." +"wartości to \"tcp\", \"kcp\" i \"websocket\". <br> Domyślnie ta wartość to " +"\"tcp\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:137 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:138 msgid "Proxy Settings" msgstr "Ustawienia proxy" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:153 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 msgid "Proxy type" msgstr "Typ proxy" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 msgid "" "ProxyType specifies the type of this proxy. Valid values include \"tcp\", " "\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this " "value is \"tcp\"." msgstr "" -"ProxyType określa typ tego proxy. Prawidłowe wartości to \"tcp\", \"udp\", \"" -"http\", \"https\", \"stcp\" i \"xtcp\". <br> Domyślnie ta wartość to \"tcp\"." +"ProxyType określa typ tego proxy. Prawidłowe wartości to \"tcp\", \"udp\", " +"\"http\", \"https\", \"stcp\" i \"xtcp\". <br> Domyślnie ta wartość to \"tcp" +"\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "Remote port" msgstr "Port zdalny" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 msgid "Respawn when crashed" msgstr "Odradzaj się po awarii" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:64 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 msgid "Role" msgstr "Rola" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 msgid "Run daemon as group" msgstr "Uruchom demona jako grupę" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 msgid "Run daemon as user" msgstr "Uruchom daemona jako użytkownik" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "Server address" msgstr "Adres serwera" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "Server port" msgstr "Port serwera" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "" "ServerAddr specifies the address of the server to connect to.<br>By default, " "this value is \"0.0.0.0\"." @@ -319,7 +324,7 @@ msgstr "" "ServerAddr określa adres serwera, z którymi chcesz się połączyć. <br>Domyśl " "domyślnie ta wartość to \"0.0.0.0\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerPort specifies the port to connect to the server on.<br>By default, " "this value is 7000." @@ -327,28 +332,28 @@ msgstr "" "ServerPort określa port do połączenia z serwerem on.<br> Domyślnie wartość " "ta wynosi 7000." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:66 msgid "Sk" msgstr "Sk" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:130 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:127 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:131 msgid "Startup Settings" msgstr "Ustawienia uruchamiania" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:53 msgid "Subdomain" msgstr "Subdomena" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "TCP mux" msgstr "Mux TCP" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "TLS" msgstr "TLS" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "" "TLSEnable specifies whether or not TLS should be used when communicating " "with the server." @@ -356,7 +361,7 @@ msgstr "" "TLSEnable określa, czy podczas komunikacji z serwerem należy stosować TLS, " "czy też nie." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "" "TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " "client to share a single TCP connection. If this value is true, the server " @@ -368,11 +373,11 @@ msgstr "" "prawdą, serwer musi również mieć włączone multipleksowanie TCP. <br> " "Domyślnie ta wartość to true." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "Token" msgstr "Token" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "" "Token specifies the authorization token used to create keys to be sent to " "the server. The server must have a matching token for authorization to " @@ -382,7 +387,7 @@ msgstr "" "zostać wysłane na serwer. Serwer musi mieć pasujący token, aby autoryzacja " "zakończyła się powodzeniem. <br> Domyślnie ta wartość to \"\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "" "UseCompression controls whether or not communication with the server will be " "compressed.<br>By default, this value is false." @@ -390,7 +395,7 @@ msgstr "" "UseCompression kontroluje, czy komunikacja z serwerem będzie kompresowana. " "<br> Domyślnie ta wartość to false." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "" "UseEncryption controls whether or not communication with the server will be " "encrypted. Encryption is done using the tokens supplied in the server and " @@ -400,11 +405,11 @@ msgstr "" "Szyfrowanie odbywa się przy użyciu tokenów dostarczonych w konfiguracji " "serwera i klienta. <br> Domyślnie ta wartość to false." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "User" msgstr "Użytkownik" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "" "User specifies a prefix for proxy names to distinguish them from other " "clients. If this value is not \"\", proxy names will automatically be " @@ -415,7 +420,7 @@ msgstr "" "zmienione na \"{użytkownik}. {Nazwa_ proxy}}. <br> <br> Domyślnie ta wartość " "to \"\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:120 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:121 #: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 msgid "frp Client" msgstr "Klient frp" diff --git a/applications/luci-app-frpc/po/pt/frpc.po b/applications/luci-app-frpc/po/pt/frpc.po index a4783eed01..5dc661faea 100644 --- a/applications/luci-app-frpc/po/pt/frpc.po +++ b/applications/luci-app-frpc/po/pt/frpc.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2020-02-20 23:17+0000\n" +"PO-Revision-Date: 2020-06-10 19:49+0000\n" "Last-Translator: ssantos <ssantos@web.de>\n" "Language-Team: Portuguese <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsfrpc/pt/>\n" @@ -8,354 +8,419 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 3.11.1\n" +"X-Generator: Weblate 4.1-dev\n" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Additional configs" -msgstr "" +msgstr "Configurações adicionais" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "Admin address" -msgstr "" +msgstr "Endereço do administrador" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "Admin password" -msgstr "" +msgstr "Palavra-passe do administrador" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "Admin port" -msgstr "" +msgstr "Porto de administrador" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "Admin user" -msgstr "" +msgstr "Utilizador do Administrador" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "" "AdminAddr specifies the address that the admin server binds to.<br>By " "default, this value is \"127.0.0.1\"." msgstr "" +"AdminAddr especifica o endereço para o qual o servidor admin se liga.<br>Por " +"padrão, este valor é \"127.0.0.1\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "" "AdminPort specifies the port for the admin server to listen on. If this " "value is 0, the admin server will not be started.<br>By default, this value " "is 0." msgstr "" +"AdminPort especifica a porta onde o servidor de administração escuta. Se " +"este valor for 0, o servidor admin não será iniciado.<br>Por padrão, este " +"valor é 0." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminPwd specifies the password that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" +"AdminPwd especifica a palavra-passe que o servidor admin usará para login." +"<br>Por padrão, este valor é \"admin\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "" "AdminUser specifies the username that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" +"AdminUser especifica o nome de utilizador que o servidor admin usará para " +"login.<br>Por padrão, este valor é \"admin\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "Assets dir" -msgstr "" +msgstr "Diretório de ativos" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" "AssetsDir specifies the local directory that the admin server will load " "resources from. If this value is \"\", assets will be loaded from the " "bundled executable using statik.<br>By default, this value is \"\"." msgstr "" +"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 é \"\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:125 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 msgid "Common Settings" -msgstr "" +msgstr "Configurações Comuns" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "Compression" -msgstr "" +msgstr "Compressão" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Config files include in temporary config file" msgstr "" +"Ficheiros de configuração incluídos no ficheiro de configuração temporário" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:51 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 msgid "Custom domains" -msgstr "" +msgstr "Domínios personalizados" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "Disable log color" -msgstr "" +msgstr "Desativar cores nos registos" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "" "DisableLogColor disables log colors when LogWay == \"console\" when set to " "true." msgstr "" +"DisableLogColor desativa o registo de cores quando LogWay == \"console\" for " +"definido como true." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "Encryption" -msgstr "" +msgstr "Encriptação" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "Environment variable" -msgstr "" +msgstr "Variável de ambiente" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "Exit when login fail" -msgstr "" +msgstr "Saír caso início de sessão falhar" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:150 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 msgid "General Settings" msgstr "Configurações Gerais" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 +#: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 +msgid "Grant access to LuCI app frpc" +msgstr "Conceder acesso à app LuCI frps" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:152 msgid "HTTP Settings" -msgstr "" +msgstr "Configurações HTTP" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 msgid "HTTP password" -msgstr "" +msgstr "Palavra-passe HTTP" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "HTTP proxy" -msgstr "" +msgstr "Proxy HTTP" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 msgid "HTTP user" -msgstr "" +msgstr "Utilizador HTTP" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "" "HeartBeatInterval specifies at what interval heartbeats are sent to the " "server, in seconds. It is not recommended to change this value.<br>By " "default, this value is 30." msgstr "" +"HeartBeatInterval determina em que intervalo heartbeats serão enviados para " +"o servidor em segundos. Não é recomendável alterar este valor. <br>O valor " +"predefinido é 30." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "" "HeartBeatTimeout specifies the maximum allowed heartbeat response delay " "before the connection is terminated, in seconds. It is not recommended to " "change this value.<br>By default, this value is 90." msgstr "" +"HeartBeatTimeout especifica o atraso máximo permitido de resposta ao " +"heartbeat antes que a conexão seja encerrada, em segundos. Não é " +"recomendável alterar esse valor. <br>O valor predefinido é 90." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "Heartbeat interval" -msgstr "" +msgstr "Intervalo do heartbeat" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "Heartbeat timeout" -msgstr "" +msgstr "Tempo limite do heartbeat" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 msgid "Host header rewrite" -msgstr "" +msgstr "Reescrever o cabeçalho do host" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" "HttpProxy specifies a proxy address to connect to the server through. If " "this value is \"\", the server will be connected to directly.<br>By default, " "this value is read from the \"http_proxy\" environment variable." msgstr "" +"O HttpProxy especifica um endereço proxy para conectar ao servidor através " +"dele. Se esse valor for \"\", o servidor será conectado diretamente. <br>O " +"valor predefinido desse valor é lido da variável do ambiente \"http_proxy\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "If remote_port is 0, frps will assign a random port for you" -msgstr "" - -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 -msgid "Local IP" -msgstr "" +msgstr "Se remote_port for 0, frps atribuirá uma porta aleatória para si" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 +msgid "Local IP" +msgstr "IP local" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:156 msgid "Local port" -msgstr "" +msgstr "Porta local" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 msgid "LocalIp specifies the IP address or host name to proxy to." -msgstr "" +msgstr "LocalIp especifica o endereço IP ou nome de host para ser proxy." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 msgid "LocalPort specifies the port to proxy to." -msgstr "" +msgstr "LocalPort especifica a porta para ser proxy." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:56 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 msgid "Locations" -msgstr "" +msgstr "Locais" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "Log level" -msgstr "" +msgstr "Nível de registo" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 msgid "Log stderr" -msgstr "" +msgstr "Regisro do stderr" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:8 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 msgid "Log stdout" -msgstr "" +msgstr "Registo do stdout" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "" "LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" "\", \"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 é " +"\"info\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "" "LoginFailExit controls whether or not the client should exit after a failed " "login attempt. If false, the client will retry until a login attempt " "succeeds.<br>By default, this value is true." msgstr "" +"LoginFailExit controla se o cliente deve ou não sair após a falha de uma " +"tentativa de login. Se falso, o cliente tentará novamente até que uma " +"tentativa de login seja bem sucedida. <br>O valor predefinido é true." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:144 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:145 msgid "Name can not be \"common\"" -msgstr "" +msgstr "O nome pode não ser \"common\"" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "" "OS environments pass to frp for config file template, see <a href=\"https://" "github.com/fatedier/frp#configuration-file-template\">frp README</a>" msgstr "" +"As variáveis de ambiente do sistema operacional passam para o frp como " +"modelo de configuração, veja <a href=\"https://github.com/fatedier/" +"frp#configuration-file-template\">frp README</a>" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "Protocol" -msgstr "" +msgstr "Protocolo" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "" "Protocol specifies the protocol to use when interacting with the server. " "Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this " "value is \"tcp\"." msgstr "" +"O protocolo especifica o protocolo a ser usado ao interagir com o servidor. " +"Os valores válidos são \"tcp\", \"kcp\" e \"websocket\". <br>O valor " +"predefinido é \"tcp\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:137 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:138 msgid "Proxy Settings" -msgstr "" +msgstr "Configurações de Proxy" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:153 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 msgid "Proxy type" -msgstr "" +msgstr "Tipo de proxy" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 msgid "" "ProxyType specifies the type of this proxy. Valid values include \"tcp\", " "\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this " "value is \"tcp\"." msgstr "" +"ProxyType especifica o tipo deste proxy. Os valores válidos incluem \"tcp\", " +"\"udp\", \"http\", \"https\", \"stcp\", e \"xtcp\".<br>O valor predefinido é " +"\"tcp\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "Remote port" -msgstr "" +msgstr "Porta remota" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 msgid "Respawn when crashed" -msgstr "" +msgstr "Reiniciar caso travado" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:64 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 msgid "Role" -msgstr "" +msgstr "Função" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 msgid "Run daemon as group" -msgstr "" +msgstr "Executar daemon como grupo" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 msgid "Run daemon as user" -msgstr "" +msgstr "Executar serviço como utilizador" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "Server address" -msgstr "" +msgstr "Endereço do servidor" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "Server port" -msgstr "" +msgstr "Porta do servidor" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "" "ServerAddr specifies the address of the server to connect to.<br>By default, " "this value is \"0.0.0.0\"." msgstr "" +"ServerAddr especifica o endereço do servidor ao qual se conectar.<br>O valor " +"predefinido é \"0.0.0.0\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerPort specifies the port to connect to the server on.<br>By default, " "this value is 7000." msgstr "" +"ServerPort especifica a porta ao qual se conectar no servidor.<br>O valor " +"predefinido é 7000." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:66 msgid "Sk" -msgstr "" +msgstr "Sk" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:130 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:127 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:131 msgid "Startup Settings" -msgstr "" +msgstr "Configurações de inicialização" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:53 msgid "Subdomain" -msgstr "" +msgstr "Subdomínio" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "TCP mux" -msgstr "" +msgstr "TCP mux" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "TLS" -msgstr "" +msgstr "TLS" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "" "TLSEnable specifies whether or not TLS should be used when communicating " "with the server." msgstr "" +"O TLSEnable especifica se o TLS deve ou não ser usado ao comunicar com o " +"servidor." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "" "TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " "client to share a single TCP connection. If this value is true, the server " "must have TCP multiplexing enabled as well.<br>By default, this value is " "true." msgstr "" +"TcpMux alterna multiplexação de fluxo TCP. Isso permite que várias " +"solicitações de um cliente compartilhem uma única conexão TCP. Se esse valor " +"for true, o servidor deve ter multiplexing TCP ativado também. <br>O valor " +"predefinido é verdadeiro." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "Token" -msgstr "" +msgstr "Chave eletrónica" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "" "Token specifies the authorization token used to create keys to be sent to " "the server. The server must have a matching token for authorization to " "succeed. <br>By default, this value is \"\"." msgstr "" +"O token especifica o token de autorização usado para criar chaves a serem " +"enviadas para o servidor. O servidor deve ter um token correspondente para a " +"autorização ter sucesso. O valor predefinido é \"\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "" "UseCompression controls whether or not communication with the server will be " "compressed.<br>By default, this value is false." msgstr "" +"UseCompression controla se a comunicação com o servidor será compactada ou " +"não. <br>O valor predefinido é false." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "" "UseEncryption controls whether or not communication with the server will be " "encrypted. Encryption is done using the tokens supplied in the server and " "client configuration.<br>By default, this value is false." msgstr "" +"UseEncryption controla se a comunicação com o servidor será criptografada ou " +"não. A criptografia é feita a usar os tokens fornecidos na configuração do " +"servidor e do cliente. <br>O valor predefinido é false." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "User" -msgstr "" +msgstr "Utilizador" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "" "User specifies a prefix for proxy names to distinguish them from other " "clients. If this value is not \"\", proxy names will automatically be " "changed to \"{user}.{proxy_name}\".<br>By default, this value is \"\"." msgstr "" +"O utilizador especifica um prefixo aos nomes de proxy para distingui-los de " +"outros clientes. Se este valor não for \"\", os nomes de proxy serão " +"automaticamente alterados para \"{utilizador}. {nome_do_proxy}\". <br>O " +"valor predefinido é \"\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:120 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:121 #: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 msgid "frp Client" -msgstr "" +msgstr "Cliente frp" diff --git a/applications/luci-app-frpc/po/pt_BR/frpc.po b/applications/luci-app-frpc/po/pt_BR/frpc.po index 076bf512f3..809eb541fd 100644 --- a/applications/luci-app-frpc/po/pt_BR/frpc.po +++ b/applications/luci-app-frpc/po/pt_BR/frpc.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2020-02-22 11:58+0000\n" +"PO-Revision-Date: 2020-05-02 15:56+0000\n" "Last-Translator: Wellington Terumi Uemura <wellingtonuemura@gmail.com>\n" "Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/" "openwrt/luciapplicationsfrpc/pt_BR/>\n" @@ -8,29 +8,29 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 3.11.1\n" +"X-Generator: Weblate 4.1-dev\n" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Additional configs" msgstr "Configurações adicionais" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "Admin address" msgstr "Endereço do administrador" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "Admin password" msgstr "Senha do administrador" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "Admin port" msgstr "Porta do administrador" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "Admin user" msgstr "Usuário administrador" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "" "AdminAddr specifies the address that the admin server binds to.<br>By " "default, this value is \"127.0.0.1\"." @@ -38,7 +38,7 @@ msgstr "" "AdminAddr determina o endereço a ser vinculado para uso do administrador do " "servidor.<br>O valor predefinido é \"127.0.0.0.1\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "" "AdminPort specifies the port for the admin server to listen on. If this " "value is 0, the admin server will not be started.<br>By default, this value " @@ -48,7 +48,7 @@ msgstr "" "valor for 0, o servidor administrativo não será iniciado. <br>O valor " "predefinido é 0." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminPwd specifies the password that the admin server will use for login." "<br>By default, this value is \"admin\"." @@ -56,7 +56,7 @@ msgstr "" "AdminPwd determina a senha de login que será usado para o administrador do " "servidor.<br>O valor predefinido é \"admin\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "" "AdminUser specifies the username that the admin server will use for login." "<br>By default, this value is \"admin\"." @@ -64,11 +64,11 @@ msgstr "" "AdminUser determina o nome de login do usuário que será usado pelo " "administrador do servidor.<br>O valor predefinido é \"admin\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "Assets dir" msgstr "Diretório de ativos" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" "AssetsDir specifies the local directory that the admin server will load " "resources from. If this value is \"\", assets will be loaded from the " @@ -79,68 +79,72 @@ msgstr "" "carregados do que estiver embutido no executável usando o statik.<br>O valor " "predefinido é \"\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:125 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 msgid "Common Settings" msgstr "Configurações Comuns" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "Compression" msgstr "Compressão" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Config files include in temporary config file" msgstr "" "Arquivos de configuração incluídos no arquivo de configuração temporário" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:51 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 msgid "Custom domains" msgstr "Domínios customizados" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "Disable log color" msgstr "Desativar cores nos registros de log" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "" "DisableLogColor disables log colors when LogWay == \"console\" when set to " "true." msgstr "" -"DisableLogColor desativa as cores nos registros de log quando LogWay == \"" -"console\" for definido como verdadeiro." +"DisableLogColor desativa as cores nos registros de log quando LogWay == " +"\"console\" for definido como verdadeiro." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "Encryption" msgstr "Criptografia" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "Environment variable" msgstr "Variável de ambiente" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "Exit when login fail" msgstr "Encerre caso a autenticação falhe" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:150 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 msgid "General Settings" msgstr "Configurações Gerais" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 +#: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 +msgid "Grant access to LuCI app frpc" +msgstr "Conceder acesso ao aplicativo LuCI frpc" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:152 msgid "HTTP Settings" msgstr "Configurações HTTP" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 msgid "HTTP password" msgstr "Senha HTTP" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "HTTP proxy" msgstr "Proxy HTTP" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 msgid "HTTP user" msgstr "Usuário HTTP" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "" "HeartBeatInterval specifies at what interval heartbeats are sent to the " "server, in seconds. It is not recommended to change this value.<br>By " @@ -150,7 +154,7 @@ msgstr "" "para o servidor em segundos. Não é recomendável alterar este valor. <br>O " "valor predefinido é 30." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "" "HeartBeatTimeout specifies the maximum allowed heartbeat response delay " "before the connection is terminated, in seconds. It is not recommended to " @@ -160,19 +164,19 @@ msgstr "" "heartbeat antes que a conexão seja encerrada em segundos. Não é recomendável " "alterar este valor. <br>O valor predefinido é 90." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "Heartbeat interval" msgstr "Intervalo do Heartbeat" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "Heartbeat timeout" msgstr "Tempo limite do heartbeat" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 msgid "Host header rewrite" msgstr "Reescrever cabeçalho do host" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" "HttpProxy specifies a proxy address to connect to the server through. If " "this value is \"\", the server will be connected to directly.<br>By default, " @@ -182,46 +186,46 @@ msgstr "" "valor for \"\", o servidor usará conexão direta. <br>O valor predefinido é " "lido a partir da variável \"http_proxy\" do ambiente." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "If remote_port is 0, frps will assign a random port for you" msgstr "" "Se o remote_port for 0, o frps irá atribuir uma porta aleatória para você" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 msgid "Local IP" msgstr "IP Local" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:156 msgid "Local port" msgstr "Porta local" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 msgid "LocalIp specifies the IP address or host name to proxy to." msgstr "LocalIp determina o endereço IP ou o nome do host a ser procurado." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 msgid "LocalPort specifies the port to proxy to." msgstr "O LocalPort determina a porta a ser procurada." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:56 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 msgid "Locations" msgstr "Locais" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "Log level" msgstr "Nível do registro do log" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 msgid "Log stderr" msgstr "Registro log do stderr" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:8 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 msgid "Log stdout" msgstr "Registro log do stdout" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "" "LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" "\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"." @@ -230,7 +234,7 @@ msgstr "" "\"trace\", \"debug\", \"info\", \"warn\" e \"error\". <br>O valor " "predefinido é \"info\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "" "LoginFailExit controls whether or not the client should exit after a failed " "login attempt. If false, the client will retry until a login attempt " @@ -240,24 +244,24 @@ msgstr "" "login fracassada. Se falso, o cliente tentará novamente até que uma " "tentativa de login seja bem sucedida. <br>O valor predefinido é verdadeiro." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:144 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:145 msgid "Name can not be \"common\"" msgstr "O nome não pode ser \"common\"" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "" "OS environments pass to frp for config file template, see <a href=\"https://" "github.com/fatedier/frp#configuration-file-template\">frp README</a>" msgstr "" "As variáveis de ambiente do sistema operacional passam para o frp como " -"modelo de configuração, veja <a href=\"https://github.com/fatedier/frp" -"#configuration-file-template\">frp README</a>" +"modelo de configuração, veja <a href=\"https://github.com/fatedier/" +"frp#configuration-file-template\">frp README</a>" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "Protocol" msgstr "Protocolo" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "" "Protocol specifies the protocol to use when interacting with the server. " "Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this " @@ -267,16 +271,16 @@ msgstr "" "Os valores válidos são \"tcp\", \"kcp\" e \"websocket\". <br>O valor " "predefinido é \"tcp\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:137 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:138 msgid "Proxy Settings" msgstr "Configurações de Proxy" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:153 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 msgid "Proxy type" msgstr "Tipo de proxy" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 msgid "" "ProxyType specifies the type of this proxy. Valid values include \"tcp\", " "\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this " @@ -286,35 +290,35 @@ msgstr "" "\"udp\", \"http\", \"https\", \"stcp\" e \"xtcp\". <br>O valor predefinido é " "\"tcp\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "Remote port" msgstr "Porta remota" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 msgid "Respawn when crashed" msgstr "Reiniciar caso entre em colapso" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:64 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 msgid "Role" msgstr "Papel" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 msgid "Run daemon as group" msgstr "Executar serviço como usuário" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 msgid "Run daemon as user" msgstr "Executar serviço como usuário" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "Server address" msgstr "Endereço do servidor" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "Server port" msgstr "Porta do servidor" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "" "ServerAddr specifies the address of the server to connect to.<br>By default, " "this value is \"0.0.0.0\"." @@ -322,7 +326,7 @@ msgstr "" "ServerAddr determina o endereço do servidor para se conectar. <br>O valor " "predefinido é \"0,0.0.0\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerPort specifies the port to connect to the server on.<br>By default, " "this value is 7000." @@ -330,28 +334,28 @@ msgstr "" "O ServerPort determina a porta para se conectar ao servidor. <br>O valor " "predefinido é 7000." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:66 msgid "Sk" msgstr "Sk" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:130 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:127 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:131 msgid "Startup Settings" msgstr "Configurações de inicialização" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:53 msgid "Subdomain" msgstr "Subdomínio" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "TCP mux" msgstr "TCP mux" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "TLS" msgstr "TLS" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "" "TLSEnable specifies whether or not TLS should be used when communicating " "with the server." @@ -359,7 +363,7 @@ msgstr "" "O TLSEnable determina se o TLS deve ou não ser usado ao se comunicar com o " "servidor." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "" "TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " "client to share a single TCP connection. If this value is true, the server " @@ -368,14 +372,14 @@ msgid "" 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. Se esse valor " -"for verdadeiro, o servidor também deve ter a multiplexação TCP ativada. <br>" -"O valor predefinido é verdadeiro." +"for verdadeiro, o servidor também deve ter a multiplexação TCP ativada. " +"<br>O valor predefinido é verdadeiro." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "Token" msgstr "Token" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "" "Token specifies the authorization token used to create keys to be sent to " "the server. The server must have a matching token for authorization to " @@ -385,7 +389,7 @@ msgstr "" "enviadas ao servidor. O servidor deve ter um token correspondente para que a " "autorização seja bem sucedida. <br>O valor predefinido é \"\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "" "UseCompression controls whether or not communication with the server will be " "compressed.<br>By default, this value is false." @@ -393,7 +397,7 @@ msgstr "" "UseCompression controla se a comunicação com o servidor será compactada ou " "não. <br>O valor predefinido é falso." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "" "UseEncryption controls whether or not communication with the server will be " "encrypted. Encryption is done using the tokens supplied in the server and " @@ -403,11 +407,11 @@ msgstr "" "não. A criptografia é feita usando os tokens fornecidos na configuração do " "servidor e do cliente. <br>O valor predefinido é falso." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "User" msgstr "Usuário" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "" "User specifies a prefix for proxy names to distinguish them from other " "clients. If this value is not \"\", proxy names will automatically be " @@ -418,7 +422,7 @@ msgstr "" "automaticamente alterados para \"{user}. {proxy_name}\". <br>O valor " "predefinido é \"\"." -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:120 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:121 #: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 msgid "frp Client" msgstr "Cliente frp" diff --git a/applications/luci-app-frpc/po/ro/frpc.po b/applications/luci-app-frpc/po/ro/frpc.po index bbe01ae3c9..043a05c68a 100644 --- a/applications/luci-app-frpc/po/ro/frpc.po +++ b/applications/luci-app-frpc/po/ro/frpc.po @@ -1,312 +1,323 @@ msgid "" msgstr "" +"PO-Revision-Date: 2020-04-02 14:47+0000\n" +"Last-Translator: Andrei Pavel <andreicristianpavel@gmail.com>\n" +"Language-Team: Romanian <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsfrpc/ro/>\n" "Language: ro\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2;\n" +"X-Generator: Weblate 4.0-dev\n" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Additional configs" -msgstr "" +msgstr "Configurații adiționale" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "Admin address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "Admin password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "Admin port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "Admin user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "" "AdminAddr specifies the address that the admin server binds to.<br>By " "default, this value is \"127.0.0.1\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "" "AdminPort specifies the port for the admin server to listen on. If this " "value is 0, the admin server will not be started.<br>By default, this value " "is 0." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminPwd specifies the password that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "" "AdminUser specifies the username that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "Assets dir" -msgstr "" +msgstr "Directorul de resurse" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" "AssetsDir specifies the local directory that the admin server will load " "resources from. If this value is \"\", assets will be loaded from the " "bundled executable using statik.<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:125 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 msgid "Common Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "Compression" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Config files include in temporary config file" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:51 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 msgid "Custom domains" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "Disable log color" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "" "DisableLogColor disables log colors when LogWay == \"console\" when set to " "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "Encryption" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "Environment variable" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "Exit when login fail" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:150 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 msgid "General Settings" +msgstr "Setări generale" + +#: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 +msgid "Grant access to LuCI app frpc" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:152 msgid "HTTP Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 msgid "HTTP password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "HTTP proxy" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 msgid "HTTP user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "" "HeartBeatInterval specifies at what interval heartbeats are sent to the " "server, in seconds. It is not recommended to change this value.<br>By " "default, this value is 30." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "" "HeartBeatTimeout specifies the maximum allowed heartbeat response delay " "before the connection is terminated, in seconds. It is not recommended to " "change this value.<br>By default, this value is 90." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "Heartbeat interval" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "Heartbeat timeout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 msgid "Host header rewrite" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" "HttpProxy specifies a proxy address to connect to the server through. If " "this value is \"\", the server will be connected to directly.<br>By default, " "this value is read from the \"http_proxy\" environment variable." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "If remote_port is 0, frps will assign a random port for you" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 msgid "Local IP" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:156 msgid "Local port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 msgid "LocalIp specifies the IP address or host name to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 msgid "LocalPort specifies the port to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:56 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 msgid "Locations" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "Log level" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 msgid "Log stderr" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:8 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 msgid "Log stdout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "" "LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" "\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "" "LoginFailExit controls whether or not the client should exit after a failed " "login attempt. If false, the client will retry until a login attempt " "succeeds.<br>By default, this value is true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:144 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:145 msgid "Name can not be \"common\"" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "" "OS environments pass to frp for config file template, see <a href=\"https://" "github.com/fatedier/frp#configuration-file-template\">frp README</a>" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "Protocol" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "" "Protocol specifies the protocol to use when interacting with the server. " "Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:137 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:138 msgid "Proxy Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:153 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 msgid "Proxy type" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 msgid "" "ProxyType specifies the type of this proxy. Valid values include \"tcp\", " "\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "Remote port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 msgid "Respawn when crashed" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:64 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 msgid "Role" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 msgid "Run daemon as group" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 msgid "Run daemon as user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "Server address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "Server port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "" "ServerAddr specifies the address of the server to connect to.<br>By default, " "this value is \"0.0.0.0\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerPort specifies the port to connect to the server on.<br>By default, " "this value is 7000." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:66 msgid "Sk" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:130 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:127 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:131 msgid "Startup Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:53 msgid "Subdomain" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "TCP mux" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "TLS" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "" "TLSEnable specifies whether or not TLS should be used when communicating " "with the server." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "" "TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " "client to share a single TCP connection. If this value is true, the server " @@ -314,42 +325,42 @@ msgid "" "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "Token" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "" "Token specifies the authorization token used to create keys to be sent to " "the server. The server must have a matching token for authorization to " "succeed. <br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "" "UseCompression controls whether or not communication with the server will be " "compressed.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "" "UseEncryption controls whether or not communication with the server will be " "encrypted. Encryption is done using the tokens supplied in the server and " "client configuration.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "User" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "" "User specifies a prefix for proxy names to distinguish them from other " "clients. If this value is not \"\", proxy names will automatically be " "changed to \"{user}.{proxy_name}\".<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:120 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:121 #: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 msgid "frp Client" msgstr "" diff --git a/applications/luci-app-frpc/po/ru/frpc.po b/applications/luci-app-frpc/po/ru/frpc.po index bda5b1fb3e..cdcf08486b 100644 --- a/applications/luci-app-frpc/po/ru/frpc.po +++ b/applications/luci-app-frpc/po/ru/frpc.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2020-02-22 11:58+0000\n" +"PO-Revision-Date: 2020-05-12 20:02+0000\n" "Last-Translator: Anton Kikin <a.a.kikin@gmail.com>\n" "Language-Team: Russian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsfrpc/ru/>\n" @@ -9,311 +9,315 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=" "4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 3.11.1\n" +"X-Generator: Weblate 4.1-dev\n" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Additional configs" -msgstr "" +msgstr "Дополнительные конфиги" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "Admin address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "Admin password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "Admin port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "Admin user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "" "AdminAddr specifies the address that the admin server binds to.<br>By " "default, this value is \"127.0.0.1\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "" "AdminPort specifies the port for the admin server to listen on. If this " "value is 0, the admin server will not be started.<br>By default, this value " "is 0." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminPwd specifies the password that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "" "AdminUser specifies the username that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "Assets dir" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" "AssetsDir specifies the local directory that the admin server will load " "resources from. If this value is \"\", assets will be loaded from the " "bundled executable using statik.<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:125 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 msgid "Common Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "Compression" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Config files include in temporary config file" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:51 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 msgid "Custom domains" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "Disable log color" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "" "DisableLogColor disables log colors when LogWay == \"console\" when set to " "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "Encryption" -msgstr "" +msgstr "Шифрование" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "Environment variable" -msgstr "" +msgstr "Переменные окружения" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "Exit when login fail" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:150 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 msgid "General Settings" msgstr "Основные настройки" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 +#: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 +msgid "Grant access to LuCI app frpc" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:152 msgid "HTTP Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 msgid "HTTP password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "HTTP proxy" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 msgid "HTTP user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "" "HeartBeatInterval specifies at what interval heartbeats are sent to the " "server, in seconds. It is not recommended to change this value.<br>By " "default, this value is 30." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "" "HeartBeatTimeout specifies the maximum allowed heartbeat response delay " "before the connection is terminated, in seconds. It is not recommended to " "change this value.<br>By default, this value is 90." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "Heartbeat interval" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "Heartbeat timeout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 msgid "Host header rewrite" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" "HttpProxy specifies a proxy address to connect to the server through. If " "this value is \"\", the server will be connected to directly.<br>By default, " "this value is read from the \"http_proxy\" environment variable." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "If remote_port is 0, frps will assign a random port for you" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 msgid "Local IP" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:156 msgid "Local port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 msgid "LocalIp specifies the IP address or host name to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 msgid "LocalPort specifies the port to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:56 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 msgid "Locations" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "Log level" -msgstr "" +msgstr "Уровень журналирования" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 msgid "Log stderr" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:8 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 msgid "Log stdout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "" "LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" "\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "" "LoginFailExit controls whether or not the client should exit after a failed " "login attempt. If false, the client will retry until a login attempt " "succeeds.<br>By default, this value is true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:144 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:145 msgid "Name can not be \"common\"" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "" "OS environments pass to frp for config file template, see <a href=\"https://" "github.com/fatedier/frp#configuration-file-template\">frp README</a>" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "Protocol" msgstr "Протокол" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "" "Protocol specifies the protocol to use when interacting with the server. " "Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:137 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:138 msgid "Proxy Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:153 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 msgid "Proxy type" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 msgid "" "ProxyType specifies the type of this proxy. Valid values include \"tcp\", " "\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "Remote port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 msgid "Respawn when crashed" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:64 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 msgid "Role" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 msgid "Run daemon as group" -msgstr "" +msgstr "Запуск демона от имени группы" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 msgid "Run daemon as user" -msgstr "" +msgstr "Запуск демона с правами пользователя" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "Server address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "Server port" msgstr "Порт сервера" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "" "ServerAddr specifies the address of the server to connect to.<br>By default, " "this value is \"0.0.0.0\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerPort specifies the port to connect to the server on.<br>By default, " "this value is 7000." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:66 msgid "Sk" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:130 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:127 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:131 msgid "Startup Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:53 msgid "Subdomain" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "TCP mux" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "TLS" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "" "TLSEnable specifies whether or not TLS should be used when communicating " "with the server." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "" "TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " "client to share a single TCP connection. If this value is true, the server " @@ -321,42 +325,42 @@ msgid "" "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "Token" -msgstr "" +msgstr "Токен" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "" "Token specifies the authorization token used to create keys to be sent to " "the server. The server must have a matching token for authorization to " "succeed. <br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "" "UseCompression controls whether or not communication with the server will be " "compressed.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "" "UseEncryption controls whether or not communication with the server will be " "encrypted. Encryption is done using the tokens supplied in the server and " "client configuration.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "User" msgstr "Пользователь" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "" "User specifies a prefix for proxy names to distinguish them from other " "clients. If this value is not \"\", proxy names will automatically be " "changed to \"{user}.{proxy_name}\".<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:120 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:121 #: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 msgid "frp Client" msgstr "" diff --git a/applications/luci-app-frpc/po/sk/frpc.po b/applications/luci-app-frpc/po/sk/frpc.po index 98275e700d..c6a5641d34 100644 --- a/applications/luci-app-frpc/po/sk/frpc.po +++ b/applications/luci-app-frpc/po/sk/frpc.po @@ -1,312 +1,322 @@ msgid "" msgstr "" +"PO-Revision-Date: 2020-04-04 17:35+0000\n" +"Last-Translator: Dušan Kazik <prescott66@gmail.com>\n" +"Language-Team: Slovak <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsfrpc/sk/>\n" "Language: sk\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Weblate 4.0-dev\n" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Additional configs" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "Admin address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "Admin password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "Admin port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "Admin user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "" "AdminAddr specifies the address that the admin server binds to.<br>By " "default, this value is \"127.0.0.1\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "" "AdminPort specifies the port for the admin server to listen on. If this " "value is 0, the admin server will not be started.<br>By default, this value " "is 0." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminPwd specifies the password that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "" "AdminUser specifies the username that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "Assets dir" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" "AssetsDir specifies the local directory that the admin server will load " "resources from. If this value is \"\", assets will be loaded from the " "bundled executable using statik.<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:125 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 msgid "Common Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "Compression" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Config files include in temporary config file" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:51 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 msgid "Custom domains" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "Disable log color" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "" "DisableLogColor disables log colors when LogWay == \"console\" when set to " "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "Encryption" -msgstr "" +msgstr "Šifrovanie" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "Environment variable" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "Exit when login fail" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:150 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 msgid "General Settings" +msgstr "Všeobecné nastavenia" + +#: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 +msgid "Grant access to LuCI app frpc" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:152 msgid "HTTP Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 msgid "HTTP password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "HTTP proxy" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 msgid "HTTP user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "" "HeartBeatInterval specifies at what interval heartbeats are sent to the " "server, in seconds. It is not recommended to change this value.<br>By " "default, this value is 30." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "" "HeartBeatTimeout specifies the maximum allowed heartbeat response delay " "before the connection is terminated, in seconds. It is not recommended to " "change this value.<br>By default, this value is 90." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "Heartbeat interval" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "Heartbeat timeout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 msgid "Host header rewrite" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" "HttpProxy specifies a proxy address to connect to the server through. If " "this value is \"\", the server will be connected to directly.<br>By default, " "this value is read from the \"http_proxy\" environment variable." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "If remote_port is 0, frps will assign a random port for you" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 msgid "Local IP" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:156 msgid "Local port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 msgid "LocalIp specifies the IP address or host name to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 msgid "LocalPort specifies the port to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:56 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 msgid "Locations" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "Log level" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 msgid "Log stderr" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:8 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 msgid "Log stdout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "" "LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" "\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "" "LoginFailExit controls whether or not the client should exit after a failed " "login attempt. If false, the client will retry until a login attempt " "succeeds.<br>By default, this value is true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:144 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:145 msgid "Name can not be \"common\"" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "" "OS environments pass to frp for config file template, see <a href=\"https://" "github.com/fatedier/frp#configuration-file-template\">frp README</a>" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "Protocol" -msgstr "" +msgstr "Protokol" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "" "Protocol specifies the protocol to use when interacting with the server. " "Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:137 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:138 msgid "Proxy Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:153 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 msgid "Proxy type" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 msgid "" "ProxyType specifies the type of this proxy. Valid values include \"tcp\", " "\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "Remote port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 msgid "Respawn when crashed" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:64 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 msgid "Role" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 msgid "Run daemon as group" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 msgid "Run daemon as user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "Server address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "Server port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "" "ServerAddr specifies the address of the server to connect to.<br>By default, " "this value is \"0.0.0.0\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerPort specifies the port to connect to the server on.<br>By default, " "this value is 7000." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:66 msgid "Sk" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:130 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:127 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:131 msgid "Startup Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:53 msgid "Subdomain" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "TCP mux" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "TLS" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "" "TLSEnable specifies whether or not TLS should be used when communicating " "with the server." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "" "TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " "client to share a single TCP connection. If this value is true, the server " @@ -314,42 +324,42 @@ msgid "" "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "Token" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "" "Token specifies the authorization token used to create keys to be sent to " "the server. The server must have a matching token for authorization to " "succeed. <br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "" "UseCompression controls whether or not communication with the server will be " "compressed.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "" "UseEncryption controls whether or not communication with the server will be " "encrypted. Encryption is done using the tokens supplied in the server and " "client configuration.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "User" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "" "User specifies a prefix for proxy names to distinguish them from other " "clients. If this value is not \"\", proxy names will automatically be " "changed to \"{user}.{proxy_name}\".<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:120 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:121 #: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 msgid "frp Client" msgstr "" diff --git a/applications/luci-app-frpc/po/sv/frpc.po b/applications/luci-app-frpc/po/sv/frpc.po index 960a7a93b7..39f981336f 100644 --- a/applications/luci-app-frpc/po/sv/frpc.po +++ b/applications/luci-app-frpc/po/sv/frpc.po @@ -11,309 +11,313 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.11-dev\n" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Additional configs" msgstr "Extra konfigurationer" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "Admin address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "Admin password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "Admin port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "Admin user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "" "AdminAddr specifies the address that the admin server binds to.<br>By " "default, this value is \"127.0.0.1\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "" "AdminPort specifies the port for the admin server to listen on. If this " "value is 0, the admin server will not be started.<br>By default, this value " "is 0." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminPwd specifies the password that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "" "AdminUser specifies the username that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "Assets dir" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" "AssetsDir specifies the local directory that the admin server will load " "resources from. If this value is \"\", assets will be loaded from the " "bundled executable using statik.<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:125 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 msgid "Common Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "Compression" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Config files include in temporary config file" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:51 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 msgid "Custom domains" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "Disable log color" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "" "DisableLogColor disables log colors when LogWay == \"console\" when set to " "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "Encryption" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "Environment variable" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "Exit when login fail" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:150 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 msgid "General Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 +#: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 +msgid "Grant access to LuCI app frpc" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:152 msgid "HTTP Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 msgid "HTTP password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "HTTP proxy" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 msgid "HTTP user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "" "HeartBeatInterval specifies at what interval heartbeats are sent to the " "server, in seconds. It is not recommended to change this value.<br>By " "default, this value is 30." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "" "HeartBeatTimeout specifies the maximum allowed heartbeat response delay " "before the connection is terminated, in seconds. It is not recommended to " "change this value.<br>By default, this value is 90." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "Heartbeat interval" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "Heartbeat timeout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 msgid "Host header rewrite" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" "HttpProxy specifies a proxy address to connect to the server through. If " "this value is \"\", the server will be connected to directly.<br>By default, " "this value is read from the \"http_proxy\" environment variable." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "If remote_port is 0, frps will assign a random port for you" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 msgid "Local IP" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:156 msgid "Local port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 msgid "LocalIp specifies the IP address or host name to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 msgid "LocalPort specifies the port to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:56 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 msgid "Locations" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "Log level" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 msgid "Log stderr" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:8 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 msgid "Log stdout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "" "LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" "\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "" "LoginFailExit controls whether or not the client should exit after a failed " "login attempt. If false, the client will retry until a login attempt " "succeeds.<br>By default, this value is true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:144 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:145 msgid "Name can not be \"common\"" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "" "OS environments pass to frp for config file template, see <a href=\"https://" "github.com/fatedier/frp#configuration-file-template\">frp README</a>" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "Protocol" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "" "Protocol specifies the protocol to use when interacting with the server. " "Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:137 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:138 msgid "Proxy Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:153 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 msgid "Proxy type" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 msgid "" "ProxyType specifies the type of this proxy. Valid values include \"tcp\", " "\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "Remote port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 msgid "Respawn when crashed" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:64 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 msgid "Role" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 msgid "Run daemon as group" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 msgid "Run daemon as user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "Server address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "Server port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "" "ServerAddr specifies the address of the server to connect to.<br>By default, " "this value is \"0.0.0.0\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerPort specifies the port to connect to the server on.<br>By default, " "this value is 7000." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:66 msgid "Sk" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:130 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:127 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:131 msgid "Startup Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:53 msgid "Subdomain" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "TCP mux" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "TLS" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "" "TLSEnable specifies whether or not TLS should be used when communicating " "with the server." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "" "TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " "client to share a single TCP connection. If this value is true, the server " @@ -321,42 +325,42 @@ msgid "" "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "Token" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "" "Token specifies the authorization token used to create keys to be sent to " "the server. The server must have a matching token for authorization to " "succeed. <br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "" "UseCompression controls whether or not communication with the server will be " "compressed.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "" "UseEncryption controls whether or not communication with the server will be " "encrypted. Encryption is done using the tokens supplied in the server and " "client configuration.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "User" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "" "User specifies a prefix for proxy names to distinguish them from other " "clients. If this value is not \"\", proxy names will automatically be " "changed to \"{user}.{proxy_name}\".<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:120 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:121 #: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 msgid "frp Client" msgstr "" diff --git a/applications/luci-app-frpc/po/templates/frpc.pot b/applications/luci-app-frpc/po/templates/frpc.pot index 46a2cc7ea7..ac698b41b6 100644 --- a/applications/luci-app-frpc/po/templates/frpc.pot +++ b/applications/luci-app-frpc/po/templates/frpc.pot @@ -1,309 +1,313 @@ msgid "" msgstr "Content-Type: text/plain; charset=UTF-8" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Additional configs" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "Admin address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "Admin password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "Admin port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "Admin user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "" "AdminAddr specifies the address that the admin server binds to.<br>By " "default, this value is \"127.0.0.1\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "" "AdminPort specifies the port for the admin server to listen on. If this " "value is 0, the admin server will not be started.<br>By default, this value " "is 0." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminPwd specifies the password that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "" "AdminUser specifies the username that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "Assets dir" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" "AssetsDir specifies the local directory that the admin server will load " "resources from. If this value is \"\", assets will be loaded from the " "bundled executable using statik.<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:125 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 msgid "Common Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "Compression" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Config files include in temporary config file" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:51 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 msgid "Custom domains" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "Disable log color" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "" "DisableLogColor disables log colors when LogWay == \"console\" when set to " "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "Encryption" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "Environment variable" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "Exit when login fail" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:150 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 msgid "General Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 +#: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 +msgid "Grant access to LuCI app frpc" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:152 msgid "HTTP Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 msgid "HTTP password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "HTTP proxy" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 msgid "HTTP user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "" "HeartBeatInterval specifies at what interval heartbeats are sent to the " "server, in seconds. It is not recommended to change this value.<br>By " "default, this value is 30." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "" "HeartBeatTimeout specifies the maximum allowed heartbeat response delay " "before the connection is terminated, in seconds. It is not recommended to " "change this value.<br>By default, this value is 90." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "Heartbeat interval" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "Heartbeat timeout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 msgid "Host header rewrite" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" "HttpProxy specifies a proxy address to connect to the server through. If " "this value is \"\", the server will be connected to directly.<br>By default, " "this value is read from the \"http_proxy\" environment variable." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "If remote_port is 0, frps will assign a random port for you" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 msgid "Local IP" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:156 msgid "Local port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 msgid "LocalIp specifies the IP address or host name to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 msgid "LocalPort specifies the port to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:56 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 msgid "Locations" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "Log level" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 msgid "Log stderr" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:8 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 msgid "Log stdout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "" "LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" "\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "" "LoginFailExit controls whether or not the client should exit after a failed " "login attempt. If false, the client will retry until a login attempt " "succeeds.<br>By default, this value is true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:144 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:145 msgid "Name can not be \"common\"" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "" "OS environments pass to frp for config file template, see <a href=\"https://" "github.com/fatedier/frp#configuration-file-template\">frp README</a>" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "Protocol" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "" "Protocol specifies the protocol to use when interacting with the server. " "Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:137 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:138 msgid "Proxy Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:153 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 msgid "Proxy type" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 msgid "" "ProxyType specifies the type of this proxy. Valid values include \"tcp\", " "\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "Remote port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 msgid "Respawn when crashed" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:64 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 msgid "Role" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 msgid "Run daemon as group" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 msgid "Run daemon as user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "Server address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "Server port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "" "ServerAddr specifies the address of the server to connect to.<br>By default, " "this value is \"0.0.0.0\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerPort specifies the port to connect to the server on.<br>By default, " "this value is 7000." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:66 msgid "Sk" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:130 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:127 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:131 msgid "Startup Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:53 msgid "Subdomain" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "TCP mux" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "TLS" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "" "TLSEnable specifies whether or not TLS should be used when communicating " "with the server." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "" "TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " "client to share a single TCP connection. If this value is true, the server " @@ -311,42 +315,42 @@ msgid "" "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "Token" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "" "Token specifies the authorization token used to create keys to be sent to " "the server. The server must have a matching token for authorization to " "succeed. <br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "" "UseCompression controls whether or not communication with the server will be " "compressed.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "" "UseEncryption controls whether or not communication with the server will be " "encrypted. Encryption is done using the tokens supplied in the server and " "client configuration.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "User" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "" "User specifies a prefix for proxy names to distinguish them from other " "clients. If this value is not \"\", proxy names will automatically be " "changed to \"{user}.{proxy_name}\".<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:120 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:121 #: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 msgid "frp Client" msgstr "" diff --git a/applications/luci-app-frpc/po/tr/frpc.po b/applications/luci-app-frpc/po/tr/frpc.po index a1cde53d2f..8d319aef45 100644 --- a/applications/luci-app-frpc/po/tr/frpc.po +++ b/applications/luci-app-frpc/po/tr/frpc.po @@ -4,309 +4,313 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Additional configs" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "Admin address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "Admin password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "Admin port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "Admin user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "" "AdminAddr specifies the address that the admin server binds to.<br>By " "default, this value is \"127.0.0.1\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "" "AdminPort specifies the port for the admin server to listen on. If this " "value is 0, the admin server will not be started.<br>By default, this value " "is 0." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminPwd specifies the password that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "" "AdminUser specifies the username that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "Assets dir" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" "AssetsDir specifies the local directory that the admin server will load " "resources from. If this value is \"\", assets will be loaded from the " "bundled executable using statik.<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:125 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 msgid "Common Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "Compression" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Config files include in temporary config file" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:51 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 msgid "Custom domains" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "Disable log color" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "" "DisableLogColor disables log colors when LogWay == \"console\" when set to " "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "Encryption" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "Environment variable" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "Exit when login fail" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:150 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 msgid "General Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 +#: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 +msgid "Grant access to LuCI app frpc" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:152 msgid "HTTP Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 msgid "HTTP password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "HTTP proxy" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 msgid "HTTP user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "" "HeartBeatInterval specifies at what interval heartbeats are sent to the " "server, in seconds. It is not recommended to change this value.<br>By " "default, this value is 30." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "" "HeartBeatTimeout specifies the maximum allowed heartbeat response delay " "before the connection is terminated, in seconds. It is not recommended to " "change this value.<br>By default, this value is 90." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "Heartbeat interval" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "Heartbeat timeout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 msgid "Host header rewrite" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" "HttpProxy specifies a proxy address to connect to the server through. If " "this value is \"\", the server will be connected to directly.<br>By default, " "this value is read from the \"http_proxy\" environment variable." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "If remote_port is 0, frps will assign a random port for you" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 msgid "Local IP" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:156 msgid "Local port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 msgid "LocalIp specifies the IP address or host name to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 msgid "LocalPort specifies the port to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:56 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 msgid "Locations" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "Log level" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 msgid "Log stderr" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:8 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 msgid "Log stdout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "" "LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" "\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "" "LoginFailExit controls whether or not the client should exit after a failed " "login attempt. If false, the client will retry until a login attempt " "succeeds.<br>By default, this value is true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:144 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:145 msgid "Name can not be \"common\"" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "" "OS environments pass to frp for config file template, see <a href=\"https://" "github.com/fatedier/frp#configuration-file-template\">frp README</a>" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "Protocol" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "" "Protocol specifies the protocol to use when interacting with the server. " "Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:137 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:138 msgid "Proxy Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:153 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 msgid "Proxy type" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 msgid "" "ProxyType specifies the type of this proxy. Valid values include \"tcp\", " "\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "Remote port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 msgid "Respawn when crashed" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:64 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 msgid "Role" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 msgid "Run daemon as group" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 msgid "Run daemon as user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "Server address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "Server port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "" "ServerAddr specifies the address of the server to connect to.<br>By default, " "this value is \"0.0.0.0\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerPort specifies the port to connect to the server on.<br>By default, " "this value is 7000." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:66 msgid "Sk" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:130 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:127 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:131 msgid "Startup Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:53 msgid "Subdomain" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "TCP mux" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "TLS" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "" "TLSEnable specifies whether or not TLS should be used when communicating " "with the server." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "" "TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " "client to share a single TCP connection. If this value is true, the server " @@ -314,42 +318,42 @@ msgid "" "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "Token" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "" "Token specifies the authorization token used to create keys to be sent to " "the server. The server must have a matching token for authorization to " "succeed. <br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "" "UseCompression controls whether or not communication with the server will be " "compressed.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "" "UseEncryption controls whether or not communication with the server will be " "encrypted. Encryption is done using the tokens supplied in the server and " "client configuration.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "User" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "" "User specifies a prefix for proxy names to distinguish them from other " "clients. If this value is not \"\", proxy names will automatically be " "changed to \"{user}.{proxy_name}\".<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:120 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:121 #: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 msgid "frp Client" msgstr "" diff --git a/applications/luci-app-frpc/po/uk/frpc.po b/applications/luci-app-frpc/po/uk/frpc.po index 2971990ffc..b7759e6e2b 100644 --- a/applications/luci-app-frpc/po/uk/frpc.po +++ b/applications/luci-app-frpc/po/uk/frpc.po @@ -11,309 +11,313 @@ msgstr "" "4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 3.11-dev\n" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Additional configs" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "Admin address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "Admin password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "Admin port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "Admin user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "" "AdminAddr specifies the address that the admin server binds to.<br>By " "default, this value is \"127.0.0.1\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "" "AdminPort specifies the port for the admin server to listen on. If this " "value is 0, the admin server will not be started.<br>By default, this value " "is 0." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminPwd specifies the password that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "" "AdminUser specifies the username that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "Assets dir" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" "AssetsDir specifies the local directory that the admin server will load " "resources from. If this value is \"\", assets will be loaded from the " "bundled executable using statik.<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:125 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 msgid "Common Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "Compression" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Config files include in temporary config file" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:51 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 msgid "Custom domains" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "Disable log color" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "" "DisableLogColor disables log colors when LogWay == \"console\" when set to " "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "Encryption" msgstr "Шифрування" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "Environment variable" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "Exit when login fail" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:150 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 msgid "General Settings" msgstr "Загальні параметри" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 +#: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 +msgid "Grant access to LuCI app frpc" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:152 msgid "HTTP Settings" msgstr "Налаштування HTTP" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 msgid "HTTP password" msgstr "Пароль HTTP" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "HTTP proxy" msgstr "Проксі HTTP" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 msgid "HTTP user" msgstr "Користувач HTTP" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "" "HeartBeatInterval specifies at what interval heartbeats are sent to the " "server, in seconds. It is not recommended to change this value.<br>By " "default, this value is 30." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "" "HeartBeatTimeout specifies the maximum allowed heartbeat response delay " "before the connection is terminated, in seconds. It is not recommended to " "change this value.<br>By default, this value is 90." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "Heartbeat interval" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "Heartbeat timeout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 msgid "Host header rewrite" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" "HttpProxy specifies a proxy address to connect to the server through. If " "this value is \"\", the server will be connected to directly.<br>By default, " "this value is read from the \"http_proxy\" environment variable." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "If remote_port is 0, frps will assign a random port for you" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 msgid "Local IP" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:156 msgid "Local port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 msgid "LocalIp specifies the IP address or host name to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 msgid "LocalPort specifies the port to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:56 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 msgid "Locations" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "Log level" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 msgid "Log stderr" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:8 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 msgid "Log stdout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "" "LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" "\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "" "LoginFailExit controls whether or not the client should exit after a failed " "login attempt. If false, the client will retry until a login attempt " "succeeds.<br>By default, this value is true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:144 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:145 msgid "Name can not be \"common\"" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "" "OS environments pass to frp for config file template, see <a href=\"https://" "github.com/fatedier/frp#configuration-file-template\">frp README</a>" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "Protocol" msgstr "Протокол" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "" "Protocol specifies the protocol to use when interacting with the server. " "Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:137 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:138 msgid "Proxy Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:153 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 msgid "Proxy type" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 msgid "" "ProxyType specifies the type of this proxy. Valid values include \"tcp\", " "\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "Remote port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 msgid "Respawn when crashed" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:64 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 msgid "Role" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 msgid "Run daemon as group" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 msgid "Run daemon as user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "Server address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "Server port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "" "ServerAddr specifies the address of the server to connect to.<br>By default, " "this value is \"0.0.0.0\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerPort specifies the port to connect to the server on.<br>By default, " "this value is 7000." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:66 msgid "Sk" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:130 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:127 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:131 msgid "Startup Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:53 msgid "Subdomain" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "TCP mux" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "TLS" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "" "TLSEnable specifies whether or not TLS should be used when communicating " "with the server." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "" "TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " "client to share a single TCP connection. If this value is true, the server " @@ -321,42 +325,42 @@ msgid "" "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "Token" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "" "Token specifies the authorization token used to create keys to be sent to " "the server. The server must have a matching token for authorization to " "succeed. <br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "" "UseCompression controls whether or not communication with the server will be " "compressed.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "" "UseEncryption controls whether or not communication with the server will be " "encrypted. Encryption is done using the tokens supplied in the server and " "client configuration.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "User" msgstr "Користувач" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "" "User specifies a prefix for proxy names to distinguish them from other " "clients. If this value is not \"\", proxy names will automatically be " "changed to \"{user}.{proxy_name}\".<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:120 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:121 #: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 msgid "frp Client" msgstr "" diff --git a/applications/luci-app-frpc/po/vi/frpc.po b/applications/luci-app-frpc/po/vi/frpc.po index d3e2ecbf9f..7bb5439473 100644 --- a/applications/luci-app-frpc/po/vi/frpc.po +++ b/applications/luci-app-frpc/po/vi/frpc.po @@ -4,309 +4,313 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Additional configs" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "Admin address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "Admin password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "Admin port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "Admin user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "" "AdminAddr specifies the address that the admin server binds to.<br>By " "default, this value is \"127.0.0.1\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "" "AdminPort specifies the port for the admin server to listen on. If this " "value is 0, the admin server will not be started.<br>By default, this value " "is 0." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminPwd specifies the password that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "" "AdminUser specifies the username that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "Assets dir" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" "AssetsDir specifies the local directory that the admin server will load " "resources from. If this value is \"\", assets will be loaded from the " "bundled executable using statik.<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:125 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 msgid "Common Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "Compression" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Config files include in temporary config file" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:51 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 msgid "Custom domains" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "Disable log color" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "" "DisableLogColor disables log colors when LogWay == \"console\" when set to " "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "Encryption" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "Environment variable" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "Exit when login fail" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:150 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 msgid "General Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 +#: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 +msgid "Grant access to LuCI app frpc" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:152 msgid "HTTP Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 msgid "HTTP password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "HTTP proxy" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 msgid "HTTP user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "" "HeartBeatInterval specifies at what interval heartbeats are sent to the " "server, in seconds. It is not recommended to change this value.<br>By " "default, this value is 30." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "" "HeartBeatTimeout specifies the maximum allowed heartbeat response delay " "before the connection is terminated, in seconds. It is not recommended to " "change this value.<br>By default, this value is 90." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "Heartbeat interval" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "Heartbeat timeout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 msgid "Host header rewrite" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" "HttpProxy specifies a proxy address to connect to the server through. If " "this value is \"\", the server will be connected to directly.<br>By default, " "this value is read from the \"http_proxy\" environment variable." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "If remote_port is 0, frps will assign a random port for you" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 msgid "Local IP" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:156 msgid "Local port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 msgid "LocalIp specifies the IP address or host name to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 msgid "LocalPort specifies the port to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:56 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 msgid "Locations" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "Log level" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 msgid "Log stderr" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:8 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 msgid "Log stdout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "" "LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" "\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "" "LoginFailExit controls whether or not the client should exit after a failed " "login attempt. If false, the client will retry until a login attempt " "succeeds.<br>By default, this value is true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:144 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:145 msgid "Name can not be \"common\"" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "" "OS environments pass to frp for config file template, see <a href=\"https://" "github.com/fatedier/frp#configuration-file-template\">frp README</a>" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "Protocol" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "" "Protocol specifies the protocol to use when interacting with the server. " "Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:137 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:138 msgid "Proxy Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:153 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 msgid "Proxy type" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 msgid "" "ProxyType specifies the type of this proxy. Valid values include \"tcp\", " "\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "Remote port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 msgid "Respawn when crashed" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:64 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 msgid "Role" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 msgid "Run daemon as group" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 msgid "Run daemon as user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "Server address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "Server port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "" "ServerAddr specifies the address of the server to connect to.<br>By default, " "this value is \"0.0.0.0\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerPort specifies the port to connect to the server on.<br>By default, " "this value is 7000." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:66 msgid "Sk" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:130 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:127 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:131 msgid "Startup Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:53 msgid "Subdomain" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "TCP mux" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "TLS" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "" "TLSEnable specifies whether or not TLS should be used when communicating " "with the server." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "" "TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " "client to share a single TCP connection. If this value is true, the server " @@ -314,42 +318,42 @@ msgid "" "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "Token" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "" "Token specifies the authorization token used to create keys to be sent to " "the server. The server must have a matching token for authorization to " "succeed. <br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "" "UseCompression controls whether or not communication with the server will be " "compressed.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "" "UseEncryption controls whether or not communication with the server will be " "encrypted. Encryption is done using the tokens supplied in the server and " "client configuration.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "User" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "" "User specifies a prefix for proxy names to distinguish them from other " "clients. If this value is not \"\", proxy names will automatically be " "changed to \"{user}.{proxy_name}\".<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:120 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:121 #: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 msgid "frp Client" msgstr "" diff --git a/applications/luci-app-frpc/po/zh_Hans/frpc.po b/applications/luci-app-frpc/po/zh_Hans/frpc.po index bf9a50a134..bed3541078 100644 --- a/applications/luci-app-frpc/po/zh_Hans/frpc.po +++ b/applications/luci-app-frpc/po/zh_Hans/frpc.po @@ -1,375 +1,397 @@ msgid "" msgstr "" -"PO-Revision-Date: 2020-02-19 13:30+0000\n" -"Last-Translator: xiazhang <xz@xia.plus>\n" +"PO-Revision-Date: 2020-05-10 12:47+0000\n" +"Last-Translator: gw826943555 <gw826943555@qq.com>\n" "Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/" "openwrt/luciapplicationsfrpc/zh_Hans/>\n" "Language: zh_Hans\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 3.11\n" +"X-Generator: Weblate 4.1-dev\n" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Additional configs" msgstr "额外配置" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "Admin address" msgstr "管理地址" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "Admin password" msgstr "管理密码" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "Admin port" msgstr "管理端口" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "Admin user" msgstr "管理用户名" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "" "AdminAddr specifies the address that the admin server binds to.<br>By " "default, this value is \"127.0.0.1\"." msgstr "AdminAddr 用于指定管理服务器绑定到的地址。<br>默认是\"127.0.0.1\"。" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "" "AdminPort specifies the port for the admin server to listen on. If this " "value is 0, the admin server will not be started.<br>By default, this value " "is 0." -msgstr "AdminPort 用于指定管理服务器要侦听的端口。如果此值为0,则不会启动管理服务器。<br>默认情况下,此值为0。" +msgstr "" +"AdminPort 用于指定管理服务器要侦听的端口。如果此值为0,则不会启动管理服务器。" +"<br>默认情况下,此值为0。" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminPwd specifies the password that the admin server will use for login." "<br>By default, this value is \"admin\"." -msgstr "AdminPwd 指定管理服务器用于登录的密码。<br>默认情况下,此值为\"admin\"。" +msgstr "" +"AdminPwd 指定管理服务器用于登录的密码。<br>默认情况下,此值为\"admin\"。" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "" "AdminUser specifies the username that the admin server will use for login." "<br>By default, this value is \"admin\"." -msgstr "AdminUser 指定管理服务器用于登录的用户名。<br>默认情况下,此值为\"admin\"。" +msgstr "" +"AdminUser 指定管理服务器用于登录的用户名。<br>默认情况下,此值为\"admin\"。" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "Assets dir" msgstr "资源目录" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" "AssetsDir specifies the local directory that the admin server will load " "resources from. If this value is \"\", assets will be loaded from the " "bundled executable using statik.<br>By default, this value is \"\"." -msgstr "AssetsDir指定管理服务器用于加载资源的本地目录。如果此值为空,则使用statik从可执行文件中加载资源。<br>默认情况下,此值为空。" +msgstr "" +"AssetsDir指定管理服务器用于加载资源的本地目录。如果此值为空,则使用statik从可" +"执行文件中加载资源。<br>默认情况下,此值为空。" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:125 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 msgid "Common Settings" msgstr "通用设置" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "Compression" msgstr "压缩" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Config files include in temporary config file" msgstr "配置文件包含在临时配置文件中" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:51 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 msgid "Custom domains" msgstr "自定义域名" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "Disable log color" msgstr "禁用日志的颜色" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "" "DisableLogColor disables log colors when LogWay == \"console\" when set to " "true." msgstr "当DisableLogColor设置为true且LogWay==\"console\"时禁用日志颜色。" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "Encryption" msgstr "加密" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "Environment variable" msgstr "环境变量" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "Exit when login fail" msgstr "当登录失败时退出" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:150 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 msgid "General Settings" msgstr "常规设置" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 +#: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 +msgid "Grant access to LuCI app frpc" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:152 msgid "HTTP Settings" msgstr "HTTP 设置" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 msgid "HTTP password" msgstr "HTTP 密码" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "HTTP proxy" msgstr "HTTP 代理" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 msgid "HTTP user" msgstr "HTTP 用户" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "" "HeartBeatInterval specifies at what interval heartbeats are sent to the " "server, in seconds. It is not recommended to change this value.<br>By " "default, this value is 30." -msgstr "HeartBeatInterval 用于指定向服务器发送心跳包的间隔(以秒为单位)。不建议更改此值。<br>默认情况下,此值为 30。" +msgstr "" +"HeartBeatInterval 用于指定向服务器发送心跳包的间隔(以秒为单位)。不建议更改" +"此值。<br>默认情况下,此值为 30。" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "" "HeartBeatTimeout specifies the maximum allowed heartbeat response delay " "before the connection is terminated, in seconds. It is not recommended to " "change this value.<br>By default, this value is 90." -msgstr "HeartBeatTimeout 用于指定多久未收到心跳包后断开连接(以秒为单位)。不建议更改此值。<br>默认情况下,此值为 90。" +msgstr "" +"HeartBeatTimeout 用于指定多久未收到心跳包后断开连接(以秒为单位)。不建议更改" +"此值。<br>默认情况下,此值为 90。" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "Heartbeat interval" msgstr "心跳包间隔时间" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "Heartbeat timeout" msgstr "心跳包超时" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 msgid "Host header rewrite" msgstr "主机头重写" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" "HttpProxy specifies a proxy address to connect to the server through. If " "this value is \"\", the server will be connected to directly.<br>By default, " "this value is read from the \"http_proxy\" environment variable." msgstr "" -"HttpProxy 指定连接到服务器所用的代理地址。如果此值空,则直接连接服务器。<br>默认情况下,从\"http_proxy\"环境变量中读取此值。" +"HttpProxy 指定连接到服务器所用的代理地址。如果此值空,则直接连接服务器。<br>" +"默认情况下,从\"http_proxy\"环境变量中读取此值。" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "If remote_port is 0, frps will assign a random port for you" msgstr "如果remote_port为 0,frps 将为您随机分配一个端口" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 msgid "Local IP" msgstr "本地 IP" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:156 msgid "Local port" msgstr "监听端口" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 msgid "LocalIp specifies the IP address or host name to proxy to." msgstr "LocalIp 指定要被代理的 IP 地址或主机名。" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 msgid "LocalPort specifies the port to proxy to." msgstr "LocalPort 指定要被代理的端口。" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:56 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 msgid "Locations" msgstr "位置" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "Log level" msgstr "日志记录等级" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 msgid "Log stderr" msgstr "错误日志" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:8 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 msgid "Log stdout" msgstr "普通日志" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "" "LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" "\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"." msgstr "" -"LogLevel 指定最小的日志级别。有效值为\"trace\", \"debug\", \"info\", \"warn\"和\"error\"" -"。<br>默认情况下,此值为\"info\"。" +"LogLevel 指定最小的日志级别。有效值为\"trace\", \"debug\", \"info\", \"warn" +"\"和\"error\"。<br>默认情况下,此值为\"info\"。" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "" "LoginFailExit controls whether or not the client should exit after a failed " "login attempt. If false, the client will retry until a login attempt " "succeeds.<br>By default, this value is true." msgstr "" -"LoginFailExit 控制客户端在尝试登录失败后是否应退出。如果为 false,客户端将重试,直到登录成功。<br>默认情况下,此值为 true。" +"LoginFailExit 控制客户端在尝试登录失败后是否应退出。如果为 false,客户端将重" +"试,直到登录成功。<br>默认情况下,此值为 true。" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:144 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:145 msgid "Name can not be \"common\"" msgstr "名称不能\"common\"" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "" "OS environments pass to frp for config file template, see <a href=\"https://" "github.com/fatedier/frp#configuration-file-template\">frp README</a>" msgstr "" -"操作系统环境传递给 frp。配置模板请参阅 <a href=\"https://github.com/fatedier/frp" -"#configuration-file-template\">frp文档</a>" +"操作系统环境传递给 frp。配置模板请参阅 <a href=\"https://github.com/fatedier/" +"frp#configuration-file-template\">frp文档</a>" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "Protocol" msgstr "协议" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "" "Protocol specifies the protocol to use when interacting with the server. " "Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this " "value is \"tcp\"." msgstr "" -"Protocol 指定在与服务器交互时要使用的协议。有效值为\"tcp\"、\"kcp\"和\"websocket\"。<br>默认情况下,此值为\"" -"tcp\"。" +"Protocol 指定在与服务器交互时要使用的协议。有效值为\"tcp\"、\"kcp\"和" +"\"websocket\"。<br>默认情况下,此值为\"tcp\"。" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:137 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:138 msgid "Proxy Settings" msgstr "代理设置" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:153 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 msgid "Proxy type" msgstr "代理类型" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 msgid "" "ProxyType specifies the type of this proxy. Valid values include \"tcp\", " "\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this " "value is \"tcp\"." msgstr "" -"ProxyType 指定此代理的类型。有效值包括\"tcp\"、\"udp\"、\"http\"、\"http\"、\"http\"、\"stcp\"" -"和\"xtcp\"。<br>默认情况下,此值为\"tcp\"。" +"ProxyType 指定此代理的类型。有效值包括\"tcp\"、\"udp\"、\"http\"、\"http" +"\"、\"http\"、\"stcp\"和\"xtcp\"。<br>默认情况下,此值为\"tcp\"。" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "Remote port" msgstr "远程端口" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 msgid "Respawn when crashed" msgstr "崩溃时重启" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:64 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 msgid "Role" msgstr "角色" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 msgid "Run daemon as group" msgstr "以此组权限运行" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 msgid "Run daemon as user" msgstr "以此用户权限运行" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "Server address" msgstr "服务器地址" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "Server port" msgstr "服务器端口" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "" "ServerAddr specifies the address of the server to connect to.<br>By default, " "this value is \"0.0.0.0\"." -msgstr "ServerAddr 指定要连接到的服务器的地址。<br>默认情况下,此值为\"0.0.0.0\"。" +msgstr "" +"ServerAddr 指定要连接到的服务器的地址。<br>默认情况下,此值为\"0.0.0.0\"。" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerPort specifies the port to connect to the server on.<br>By default, " "this value is 7000." msgstr "ServerPort 指定要连接到的服务器端口。<br>默认情况下,此值为 7000。" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:66 msgid "Sk" msgstr "Sk" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:130 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:127 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:131 msgid "Startup Settings" msgstr "启动设置" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:53 msgid "Subdomain" msgstr "子域名" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "TCP mux" msgstr "TCP 多路复用" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "TLS" msgstr "TLS" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "" "TLSEnable specifies whether or not TLS should be used when communicating " "with the server." msgstr "TLSEnable 指定在与服务器通信时是否应使用 TLS。" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "" "TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " "client to share a single TCP connection. If this value is true, the server " "must have TCP multiplexing enabled as well.<br>By default, this value is " "true." msgstr "" -"TcpMux 切换 TCP 流多路复用。这允许来自客户端的多个请求共享单个 TCP 连接。如果此值为 true,则服务器必须启用 TCP " -"多路复用。<br>默认情况下,此值为 true。" +"TcpMux 切换 TCP 流多路复用。这允许来自客户端的多个请求共享单个 TCP 连接。如果" +"此值为 true,则服务器必须启用 TCP 多路复用。<br>默认情况下,此值为 true。" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "Token" msgstr "令牌" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "" "Token specifies the authorization token used to create keys to be sent to " "the server. The server must have a matching token for authorization to " "succeed. <br>By default, this value is \"\"." -msgstr "Token 指定用于创建要发送到服务器的密钥的授权令牌。服务器必须具有匹配的令牌才能成功进行授权。<br>默认情况下,此值为空。" +msgstr "" +"Token 指定用于创建要发送到服务器的密钥的授权令牌。服务器必须具有匹配的令牌才" +"能成功进行授权。<br>默认情况下,此值为空。" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "" "UseCompression controls whether or not communication with the server will be " "compressed.<br>By default, this value is false." -msgstr "UseCompression 控制是否压缩与服务器的通信。<br>默认情况下,此值为 false。" +msgstr "" +"UseCompression 控制是否压缩与服务器的通信。<br>默认情况下,此值为 false。" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "" "UseEncryption controls whether or not communication with the server will be " "encrypted. Encryption is done using the tokens supplied in the server and " "client configuration.<br>By default, this value is false." -msgstr "UseEncryption 控制是否加密与服务器的通信。使用服务器和客户端配置中提供的令牌来完成加密。<br>默认情况下,此值为 false。" +msgstr "" +"UseEncryption 控制是否加密与服务器的通信。使用服务器和客户端配置中提供的令牌" +"来完成加密。<br>默认情况下,此值为 false。" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "User" msgstr "用户" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "" "User specifies a prefix for proxy names to distinguish them from other " "clients. If this value is not \"\", proxy names will automatically be " "changed to \"{user}.{proxy_name}\".<br>By default, this value is \"\"." msgstr "" -"User 为代理名称指定前缀,以将它们与其他客户端区分开来。如果此值不为空,则代理名称将自动更改为\"{user}.{proxy_name}\"" -"。<br>默认情况下,此值为空。" +"User 为代理名称指定前缀,以将它们与其他客户端区分开来。如果此值不为空,则代理" +"名称将自动更改为\"{user}.{proxy_name}\"。<br>默认情况下,此值为空。" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:120 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:121 #: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 msgid "frp Client" msgstr "frp 客户端" diff --git a/applications/luci-app-frpc/po/zh_Hant/frpc.po b/applications/luci-app-frpc/po/zh_Hant/frpc.po index 2081d1924c..4bb19cb087 100644 --- a/applications/luci-app-frpc/po/zh_Hant/frpc.po +++ b/applications/luci-app-frpc/po/zh_Hant/frpc.po @@ -4,309 +4,313 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Additional configs" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "Admin address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "Admin password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "Admin port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "Admin user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "" "AdminAddr specifies the address that the admin server binds to.<br>By " "default, this value is \"127.0.0.1\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "" "AdminPort specifies the port for the admin server to listen on. If this " "value is 0, the admin server will not be started.<br>By default, this value " "is 0." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminPwd specifies the password that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "" "AdminUser specifies the username that the admin server will use for login." "<br>By default, this value is \"admin\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "Assets dir" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" "AssetsDir specifies the local directory that the admin server will load " "resources from. If this value is \"\", assets will be loaded from the " "bundled executable using statik.<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:125 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 msgid "Common Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "Compression" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Config files include in temporary config file" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:51 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 msgid "Custom domains" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "Disable log color" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "" "DisableLogColor disables log colors when LogWay == \"console\" when set to " "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "Encryption" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "Environment variable" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "Exit when login fail" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:150 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 msgid "General Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151 +#: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 +msgid "Grant access to LuCI app frpc" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:152 msgid "HTTP Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 msgid "HTTP password" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "HTTP proxy" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58 msgid "HTTP user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "" "HeartBeatInterval specifies at what interval heartbeats are sent to the " "server, in seconds. It is not recommended to change this value.<br>By " "default, this value is 30." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "" "HeartBeatTimeout specifies the maximum allowed heartbeat response delay " "before the connection is terminated, in seconds. It is not recommended to " "change this value.<br>By default, this value is 90." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "Heartbeat interval" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "Heartbeat timeout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 msgid "Host header rewrite" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" "HttpProxy specifies a proxy address to connect to the server through. If " "this value is \"\", the server will be connected to directly.<br>By default, " "this value is read from the \"http_proxy\" environment variable." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "If remote_port is 0, frps will assign a random port for you" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 msgid "Local IP" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:156 msgid "Local port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 msgid "LocalIp specifies the IP address or host name to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 msgid "LocalPort specifies the port to proxy to." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:56 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57 msgid "Locations" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "Log level" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 msgid "Log stderr" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:8 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9 msgid "Log stdout" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "" "LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" "\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "" "LoginFailExit controls whether or not the client should exit after a failed " "login attempt. If false, the client will retry until a login attempt " "succeeds.<br>By default, this value is true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:144 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:145 msgid "Name can not be \"common\"" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "" "OS environments pass to frp for config file template, see <a href=\"https://" "github.com/fatedier/frp#configuration-file-template\">frp README</a>" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "Protocol" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "" "Protocol specifies the protocol to use when interacting with the server. " "Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:137 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:138 msgid "Proxy Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:153 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154 msgid "Proxy type" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 msgid "" "ProxyType specifies the type of this proxy. Valid values include \"tcp\", " "\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this " "value is \"tcp\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:48 msgid "Remote port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 msgid "Respawn when crashed" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:64 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 msgid "Role" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 msgid "Run daemon as group" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 msgid "Run daemon as user" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "Server address" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "Server port" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 msgid "" "ServerAddr specifies the address of the server to connect to.<br>By default, " "this value is \"0.0.0.0\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerPort specifies the port to connect to the server on.<br>By default, " "this value is 7000." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:66 msgid "Sk" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126 -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:130 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:127 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:131 msgid "Startup Settings" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:53 msgid "Subdomain" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "TCP mux" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "TLS" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "" "TLSEnable specifies whether or not TLS should be used when communicating " "with the server." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "" "TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " "client to share a single TCP connection. If this value is true, the server " @@ -314,42 +318,42 @@ msgid "" "true." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "Token" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "" "Token specifies the authorization token used to create keys to be sent to " "the server. The server must have a matching token for authorization to " "succeed. <br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "" "UseCompression controls whether or not communication with the server will be " "compressed.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41 msgid "" "UseEncryption controls whether or not communication with the server will be " "encrypted. Encryption is done using the tokens supplied in the server and " "client configuration.<br>By default, this value is false." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "User" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "" "User specifies a prefix for proxy names to distinguish them from other " "clients. If this value is not \"\", proxy names will automatically be " "changed to \"{user}.{proxy_name}\".<br>By default, this value is \"\"." msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:120 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:121 #: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 msgid "frp Client" msgstr "" diff --git a/applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json b/applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json index 26a0f2b1cf..f6eaf4a9b7 100644 --- a/applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json +++ b/applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json @@ -4,6 +4,9 @@ "action": { "type": "view", "path": "frpc" + }, + "depends": { + "acl": [ "luci-app-frpc" ] } } } diff --git a/applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json b/applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json index 970b95780c..b2bb22325a 100644 --- a/applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json +++ b/applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json @@ -1,6 +1,13 @@ { "luci-app-frpc": { "description": "Grant access to LuCI app frpc", + "read": { + "file": { + "/etc/passwd": ["read"], + "/etc/group": ["read"] + }, + "uci": ["frpc"] + }, "write": { "uci": ["frpc"] } |