diff options
Diffstat (limited to 'applications/luci-app-frpc/po')
-rw-r--r-- | applications/luci-app-frpc/po/bn_BD/frpc.po | 135 | ||||
-rw-r--r-- | applications/luci-app-frpc/po/da/frpc.po | 390 | ||||
-rw-r--r-- | applications/luci-app-frpc/po/de/frpc.po | 18 | ||||
-rw-r--r-- | applications/luci-app-frpc/po/fi/frpc.po | 10 | ||||
-rw-r--r-- | applications/luci-app-frpc/po/fr/frpc.po | 12 | ||||
-rw-r--r-- | applications/luci-app-frpc/po/nb_NO/frpc.po | 8 | ||||
-rw-r--r-- | applications/luci-app-frpc/po/pl/frpc.po | 8 | ||||
-rw-r--r-- | applications/luci-app-frpc/po/ro/frpc.po | 190 | ||||
-rw-r--r-- | applications/luci-app-frpc/po/ru/frpc.po | 8 | ||||
-rw-r--r-- | applications/luci-app-frpc/po/sv/frpc.po | 91 | ||||
-rw-r--r-- | applications/luci-app-frpc/po/templates/frpc.pot | 15 |
11 files changed, 614 insertions, 271 deletions
diff --git a/applications/luci-app-frpc/po/bn_BD/frpc.po b/applications/luci-app-frpc/po/bn_BD/frpc.po index 725265dea7..3d3f8dc8a7 100644 --- a/applications/luci-app-frpc/po/bn_BD/frpc.po +++ b/applications/luci-app-frpc/po/bn_BD/frpc.po @@ -394,131 +394,10 @@ msgstr "" msgid "frp Client" msgstr "" -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 -msgid "" -"AdminAddr specifies the address that the admin server binds to.<br>By " -"default, this value is \"127.0.0.1\"." -msgstr "" - -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 -msgid "" -"AdminPort specifies the port for the admin server to listen on. If this " -"value is 0, the admin server will not be started.<br>By default, this value " -"is 0." -msgstr "" - -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 -msgid "" -"AdminPwd specifies the password that the admin server will use for login." -"<br>By default, this value is \"admin\"." -msgstr "" - -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 -msgid "" -"AdminUser specifies the username that the admin server will use for login." -"<br>By default, this value is \"admin\"." -msgstr "" - -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 -msgid "" -"AssetsDir specifies the local directory that the admin server will load " -"resources from. If this value is \"\", assets will be loaded from the " -"bundled executable using statik.<br>By default, this value is \"\"." -msgstr "" - -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 -msgid "" -"HeartBeatInterval specifies at what interval heartbeats are sent to the " -"server, in seconds. It is not recommended to change this value.<br>By " -"default, this value is 30." -msgstr "" - -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:37 -msgid "" -"HeartBeatTimeout specifies the maximum allowed heartbeat response delay " -"before the connection is terminated, in seconds. It is not recommended to " -"change this value.<br>By default, this value is 90." -msgstr "" - -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 -msgid "" -"HttpProxy specifies a proxy address to connect to the server through. If " -"this value is \"\", the server will be connected to directly.<br>By default, " -"this value is read from the \"http_proxy\" environment variable." -msgstr "" - -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 -msgid "" -"LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" -"\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"." -msgstr "" -"LogLevel সর্বনিম্ন লগ লেভেল নির্দিষ্ট করে। বৈধ মান হল \"trace\", \"debug\", " -"\"info\", \"warn\" এবং \"error\"।<br>ডিফল্টরূপে, এই মান হল \"info\"।" - -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 -msgid "" -"LoginFailExit controls whether or not the client should exit after a failed " -"login attempt. If false, the client will retry until a login attempt " -"succeeds.<br>By default, this value is true." -msgstr "" - -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 -msgid "" -"Protocol specifies the protocol to use when interacting with the server. " -"Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this " -"value is \"tcp\"." -msgstr "" - -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 -msgid "" -"ProxyType specifies the type of this proxy. Valid values include \"tcp\", " -"\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this " -"value is \"tcp\"." -msgstr "" - -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 -msgid "" -"ServerAddr specifies the address of the server to connect to.<br>By default, " -"this value is \"0.0.0.0\"." -msgstr "" - -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 -msgid "" -"ServerPort specifies the port to connect to the server on.<br>By default, " -"this value is 7000." -msgstr "" - -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 -msgid "" -"TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " -"client to share a single TCP connection. If this value is true, the server " -"must have TCP multiplexing enabled as well.<br>By default, this value is " -"true." -msgstr "" - -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 -msgid "" -"Token specifies the authorization token used to create keys to be sent to " -"the server. The server must have a matching token for authorization to " -"succeed. <br>By default, this value is \"\"." -msgstr "" - -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 -msgid "" -"UseCompression controls whether or not communication with the server will be " -"compressed.<br>By default, this value is false." -msgstr "" - -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 -msgid "" -"UseEncryption controls whether or not communication with the server will be " -"encrypted. Encryption is done using the tokens supplied in the server and " -"client configuration.<br>By default, this value is false." -msgstr "" - -#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 -msgid "" -"User specifies a prefix for proxy names to distinguish them from other " -"clients. If this value is not \"\", proxy names will automatically be " -"changed to \"{user}.{proxy_name}\".<br>By default, this value is \"\"." -msgstr "" +#~ msgid "" +#~ "LogLevel specifies the minimum log level. Valid values are \"trace\", " +#~ "\"debug\", \"info\", \"warn\", and \"error\".<br>By default, this value " +#~ "is \"info\"." +#~ msgstr "" +#~ "LogLevel সর্বনিম্ন লগ লেভেল নির্দিষ্ট করে। বৈধ মান হল \"trace\", \"debug\", " +#~ "\"info\", \"warn\" এবং \"error\"।<br>ডিফল্টরূপে, এই মান হল \"info\"।" diff --git a/applications/luci-app-frpc/po/da/frpc.po b/applications/luci-app-frpc/po/da/frpc.po new file mode 100644 index 0000000000..8194716be0 --- /dev/null +++ b/applications/luci-app-frpc/po/da/frpc.po @@ -0,0 +1,390 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2022-02-26 03:55+0000\n" +"Last-Translator: drax red <drax@outlook.dk>\n" +"Language-Team: Danish <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsfrpc/da/>\n" +"Language: da\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.11.1-dev\n" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:16 +msgid "Additional configs" +msgstr "Yderligere konfigurationer" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:38 +msgid "Additional settings" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +msgid "Admin address" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +msgid "Admin password" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +msgid "Admin port" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +msgid "Admin user" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 +msgid "" +"AdminAddr specifies the address that the admin server binds to.<br />By " +"default, this value is \"127.0.0.1\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 +msgid "" +"AdminPort specifies the port for the admin server to listen on. If this " +"value is 0, the admin server will not be started.<br />By default, this " +"value is 0." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 +msgid "" +"AdminPwd specifies the password that the admin server will use for login." +"<br />By default, this value is \"admin\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 +msgid "" +"AdminUser specifies the username that the admin server will use for login." +"<br />By default, this value is \"admin\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +msgid "Assets dir" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 +msgid "" +"AssetsDir specifies the local directory that the admin server will load " +"resources from. If this value is \"\", assets will be loaded from the " +"bundled executable using statik.<br />By default, this value is \"\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:168 +msgid "Collecting data ..." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:176 +msgid "Common Settings" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +msgid "Compression" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:16 +msgid "Config files include in temporary config file" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:54 +msgid "Custom domains" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +msgid "Disable log color" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 +msgid "" +"DisableLogColor disables log colors when LogWay == \"console\" when set to " +"true." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +msgid "Encryption" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 +msgid "Environment variable" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +msgid "Exit when login fail" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:201 +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:202 +msgid "HTTP Settings" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:61 +msgid "HTTP password" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +msgid "HTTP proxy" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 +msgid "HTTP user" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 +msgid "" +"HeartBeatInterval specifies at what interval heartbeats are sent to the " +"server, in seconds. It is not recommended to change this value.<br />By " +"default, this value is 30." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:37 +msgid "" +"HeartBeatTimeout specifies the maximum allowed heartbeat response delay " +"before the connection is terminated, in seconds. It is not recommended to " +"change this value.<br />By default, this value is 90." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 +msgid "Heartbeat interval" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:37 +msgid "Heartbeat timeout" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:62 +msgid "Host header rewrite" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 +msgid "" +"HttpProxy specifies a proxy address to connect to the server through. If " +"this value is \"\", the server will be connected to directly.<br />By " +"default, this value is read from the \"http_proxy\" environment variable." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:50 +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:45 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:205 +msgid "Local IP" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:46 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:206 +msgid "Local port" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:45 +msgid "LocalIp specifies the IP address or host name to proxy to." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:46 +msgid "LocalPort specifies the port to proxy to." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 +msgid "Locations" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +msgid "Log level" +msgstr "Log niveau" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 +msgid "Log stderr" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 +msgid "Log stdout" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 +msgid "" +"LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" +"\", \"info\", \"warn\", and \"error\".<br />By default, this value is \"info" +"\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 +msgid "" +"LoginFailExit controls whether or not the client should exit after a failed " +"login attempt. If false, the client will retry until a login attempt " +"succeeds.<br />By default, this value is true." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:143 +msgid "NOT RUNNING" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:195 +msgid "Name can not be \"common\"" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 +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:34 +msgid "Protocol" +msgstr "Protokol" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 +msgid "" +"Protocol specifies the protocol to use when interacting with the server. " +"Valid values are \"tcp\", \"kcp\", and \"websocket\".<br />By default, this " +"value is \"tcp\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:188 +msgid "Proxy Settings" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:204 +msgid "Proxy type" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 +msgid "" +"ProxyType specifies the type of this proxy. Valid values include \"tcp\", " +"\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br />By default, this " +"value is \"tcp\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:141 +msgid "RUNNING" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:50 +msgid "Remote port" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 +msgid "Respawn when crashed" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:67 +msgid "Role" +msgstr "Rolle" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 +msgid "Run daemon as group" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 +msgid "Run daemon as user" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +msgid "Server address" +msgstr "Serveradresse" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +msgid "Server port" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 +msgid "" +"ServerAddr specifies the address of the server to connect to.<br />By " +"default, this value is \"0.0.0.0\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 +msgid "" +"ServerPort specifies the port to connect to the server on.<br />By default, " +"this value is 7000." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:68 +msgid "Sk" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:177 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:181 +msgid "Startup Settings" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:55 +msgid "Subdomain" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 +msgid "TCP mux" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +msgid "TLS" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 +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:31 +msgid "" +"TcpMux toggles TCP stream multiplexing. This allows multiple requests from a " +"client to share a single TCP connection. If this value is true, the server " +"must have TCP multiplexing enabled as well.<br />By default, this value is " +"true." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:38 +msgid "" +"This list can be used to specify some additional parameters which have not " +"been included in this LuCI." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +msgid "Token" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 +msgid "" +"Token specifies the authorization token used to create keys to be sent to " +"the server. The server must have a matching token for authorization to " +"succeed. <br />By default, this value is \"\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 +msgid "" +"UseCompression controls whether or not communication with the server will be " +"compressed.<br />By default, this value is false." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 +msgid "" +"UseEncryption controls whether or not communication with the server will be " +"encrypted. Encryption is done using the tokens supplied in the server and " +"client configuration.<br />By default, this value is false." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +msgid "User" +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 +msgid "" +"User specifies a prefix for proxy names to distinguish them from other " +"clients. If this value is not \"\", proxy names will automatically be " +"changed to \"{user}.{proxy_name}\".<br />By default, this value is \"\"." +msgstr "" + +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:141 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:143 +#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:153 +#: 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 3768f121a5..72a982e60d 100644 --- a/applications/luci-app-frpc/po/de/frpc.po +++ b/applications/luci-app-frpc/po/de/frpc.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2021-02-08 04:46+0000\n" -"Last-Translator: Zocker1012 <julian.schoemer.1997@gmail.com>\n" +"PO-Revision-Date: 2022-02-24 06:56+0000\n" +"Last-Translator: ssantos <ssantos@web.de>\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 4.5-dev\n" +"X-Generator: Weblate 4.11-dev\n" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:16 msgid "Additional configs" @@ -16,7 +16,7 @@ msgstr "Zusätzliche Konfiguration" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:38 msgid "Additional settings" -msgstr "" +msgstr "Weitere Einstellungen" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "Admin address" @@ -85,7 +85,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:168 msgid "Collecting data ..." -msgstr "" +msgstr "Ermittle Daten..." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:176 msgid "Common Settings" @@ -133,7 +133,7 @@ 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 "" +msgstr "Zugriff auf LuCI-App frpc gewähren" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:202 msgid "HTTP Settings" @@ -257,7 +257,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:143 msgid "NOT RUNNING" -msgstr "" +msgstr "LÄUFT NICHT" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:195 msgid "Name can not be \"common\"" @@ -307,7 +307,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:141 msgid "RUNNING" -msgstr "" +msgstr "LÄUFT" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:50 msgid "Remote port" @@ -399,6 +399,8 @@ msgid "" "This list can be used to specify some additional parameters which have not " "been included in this LuCI." msgstr "" +"In dieser Liste können zusätzliche Parameter angegeben werden, die in diesem " +"LuCI nicht enthalten sind." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "Token" diff --git a/applications/luci-app-frpc/po/fi/frpc.po b/applications/luci-app-frpc/po/fi/frpc.po index 7cff052907..1f6d5d4569 100644 --- a/applications/luci-app-frpc/po/fi/frpc.po +++ b/applications/luci-app-frpc/po/fi/frpc.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2020-05-21 18:50+0000\n" -"Last-Translator: Hannu Nyman <hannu.nyman@iki.fi>\n" +"PO-Revision-Date: 2022-03-13 16:07+0000\n" +"Last-Translator: Jiri Grönroos <jiri.gronroos@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" +"X-Generator: Weblate 4.12-dev\n" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:16 msgid "Additional configs" @@ -114,7 +114,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:201 msgid "General Settings" -msgstr "Yleisasetukset" +msgstr "Yleiset asetukset" #: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 msgid "Grant access to LuCI app frpc" @@ -287,7 +287,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "Server address" -msgstr "" +msgstr "Palvelimen osoite" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "Server port" diff --git a/applications/luci-app-frpc/po/fr/frpc.po b/applications/luci-app-frpc/po/fr/frpc.po index 50d3ad52ae..ce270bc00c 100644 --- a/applications/luci-app-frpc/po/fr/frpc.po +++ b/applications/luci-app-frpc/po/fr/frpc.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2021-01-15 12:32+0000\n" -"Last-Translator: Amaury <y0da@live.fr>\n" +"PO-Revision-Date: 2021-11-25 01:53+0000\n" +"Last-Translator: Felix Braun <f.bhelicopter@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 4.5-dev\n" +"X-Generator: Weblate 4.10-dev\n" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:16 msgid "Additional configs" @@ -85,7 +85,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:168 msgid "Collecting data ..." -msgstr "" +msgstr "Recueillant les données..." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:176 msgid "Common Settings" @@ -255,7 +255,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:143 msgid "NOT RUNNING" -msgstr "" +msgstr "NON-EXÉCUTANT" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:195 msgid "Name can not be \"common\"" @@ -305,7 +305,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:141 msgid "RUNNING" -msgstr "" +msgstr "EXÉCUTANT" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:50 msgid "Remote port" diff --git a/applications/luci-app-frpc/po/nb_NO/frpc.po b/applications/luci-app-frpc/po/nb_NO/frpc.po index fb2e4a1f3f..0a3ebdf3fa 100644 --- a/applications/luci-app-frpc/po/nb_NO/frpc.po +++ b/applications/luci-app-frpc/po/nb_NO/frpc.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2021-04-03 04:27+0000\n" +"PO-Revision-Date: 2022-01-08 22:54+0000\n" "Last-Translator: Allan Nordhøy <epost@anotheragency.no>\n" "Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsfrpc/nb_NO/>\n" @@ -8,7 +8,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.6-dev\n" +"X-Generator: Weblate 4.10.1\n" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:16 msgid "Additional configs" @@ -279,11 +279,11 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 msgid "Run daemon as group" -msgstr "" +msgstr "Kjør nisse som gruppe" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 msgid "Run daemon as user" -msgstr "" +msgstr "Kjør nisse som bruker" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "Server address" diff --git a/applications/luci-app-frpc/po/pl/frpc.po b/applications/luci-app-frpc/po/pl/frpc.po index c28a8bd81f..32bcd278b8 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: 2021-07-04 06:42+0000\n" +"PO-Revision-Date: 2022-03-23 15:14+0000\n" "Last-Translator: Matthaiks <kitynska@gmail.com>\n" "Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsfrpc/pl/>\n" @@ -9,7 +9,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 4.8-dev\n" +"X-Generator: Weblate 4.12-dev\n" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:16 msgid "Additional configs" @@ -67,11 +67,11 @@ msgid "" "<br />By default, this value is \"admin\"." msgstr "" "AdminUser określa nazwę użytkownika, której serwer administracyjny będzie " -"używał do logowania. Domyślnie ta wartość to \"admin\"." +"używał do logowania.<br />Domyślnie ta wartość to \"admin\"." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "Assets dir" -msgstr "Assets dir" +msgstr "Katalog zasobów" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "" diff --git a/applications/luci-app-frpc/po/ro/frpc.po b/applications/luci-app-frpc/po/ro/frpc.po index cf576c8f15..334f43f96f 100644 --- a/applications/luci-app-frpc/po/ro/frpc.po +++ b/applications/luci-app-frpc/po/ro/frpc.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2020-04-02 14:47+0000\n" -"Last-Translator: Andrei Pavel <andreicristianpavel@gmail.com>\n" +"PO-Revision-Date: 2021-12-07 19:35+0000\n" +"Last-Translator: Simona Iacob <s@zp1.net>\n" "Language-Team: Romanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsfrpc/ro/>\n" "Language: ro\n" @@ -9,7 +9,7 @@ msgstr "" "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" +"X-Generator: Weblate 4.10-dev\n" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:16 msgid "Additional configs" @@ -17,48 +17,58 @@ msgstr "Configurații adiționale" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:38 msgid "Additional settings" -msgstr "" +msgstr "Setări adiționale" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "Admin address" -msgstr "" +msgstr "Adresa administratorului" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "Admin password" -msgstr "" +msgstr "Parola de administrator" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "Admin port" -msgstr "" +msgstr "Port administrativ" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "Admin user" -msgstr "" +msgstr "Utilizator administrator" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "" "AdminAddr specifies the address that the admin server binds to.<br />By " "default, this value is \"127.0.0.1\"." msgstr "" +"AdminAddr specifică adresa la care se leagă serverul de administrare.<br /" +">În mod implicit, această valoare este \"127.0.0.0.1\"." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "" "AdminPort specifies the port for the admin server to listen on. If this " -"value is 0, the admin server will not be started.<br />By default, this value " -"is 0." +"value is 0, the admin server will not be started.<br />By default, this " +"value is 0." msgstr "" +"AdminPort specifică portul pe care serverul de administrare trebuie să " +"asculte. Dacă această valoare este 0, serverul de administrare nu va fi " +"pornit.<br />În mod implicit, această valoare este 0." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" "AdminPwd specifies the password that the admin server will use for login." "<br />By default, this value is \"admin\"." msgstr "" +"AdminPwd specifică parola pe care serverul de administrare o va utiliza " +"pentru autentificare.<br />Din mod implicit, această valoare este \"admin\"." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminUser specifies the username that the admin server will use for login." "<br />By default, this value is \"admin\"." msgstr "" +"AdminUser specifică numele de utilizator pe care serverul de administrare îl " +"va utiliza pentru autentificare.<br />În mod implicit, această valoare este " +"\"admin\"." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30 msgid "Assets dir" @@ -70,48 +80,54 @@ msgid "" "resources from. If this value is \"\", assets will be loaded from the " "bundled executable using statik.<br />By default, this value is \"\"." msgstr "" +"AssetsDir specifică directorul local din care serverul de administrare va " +"încărca resursele. Dacă această valoare este \"\", resursele vor fi " +"încărcate din executabilul inclus în pachet, utilizând statik.<br />Din mod " +"implicit, această valoare este \"\"." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:168 msgid "Collecting data ..." -msgstr "" +msgstr "Colectarea datelor ..." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:176 msgid "Common Settings" -msgstr "" +msgstr "Setări comune" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 msgid "Compression" -msgstr "" +msgstr "Comprimare" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:16 msgid "Config files include in temporary config file" -msgstr "" +msgstr "Fișiere de configurare incluse în fișierul de configurare temporar" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:54 msgid "Custom domains" -msgstr "" +msgstr "Domenii personalizate" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "Disable log color" -msgstr "" +msgstr "Dezactivați culoarea jurnalului" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "" "DisableLogColor disables log colors when LogWay == \"console\" when set to " "true." msgstr "" +"DisableLogColor dezactivează culorile jurnalului atunci când LogWay == " +"\"console\" este setat la adevărat." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 msgid "Encryption" -msgstr "" +msgstr "Criptare" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Environment variable" -msgstr "" +msgstr "Variabila de mediu" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "Exit when login fail" -msgstr "" +msgstr "Paritate" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:201 msgid "General Settings" @@ -119,23 +135,23 @@ 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 "" +msgstr "Acordă acces la aplicația LuCI frpc" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:202 msgid "HTTP Settings" -msgstr "" +msgstr "Setări HTTP" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:61 msgid "HTTP password" -msgstr "" +msgstr "Parola HTTP" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "HTTP proxy" -msgstr "" +msgstr "Proxy HTTP" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 msgid "HTTP user" -msgstr "" +msgstr "Utilizator HTTP" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "" @@ -143,6 +159,9 @@ msgid "" "server, in seconds. It is not recommended to change this value.<br />By " "default, this value is 30." msgstr "" +"HeartBeatInterval specifică la ce interval de timp sunt trimise bătăile " +"inimii către server, în secunde. Nu este recomandat să modificați această " +"valoare.<br />În mod implicit, această valoare este 30." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:37 msgid "" @@ -150,69 +169,81 @@ msgid "" "before the connection is terminated, in seconds. It is not recommended to " "change this value.<br />By default, this value is 90." msgstr "" +"HeartBeatTimeout specifică timpul maxim de așteptare a unei bătăi de inimă " +"înainte de a încheia conexiunea. Nu se recomandă modificarea acestei " +"valori.<br />În mod implicit, această valoare este 90." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "Heartbeat interval" -msgstr "" +msgstr "Intervalul bătăilor inimii" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:37 msgid "Heartbeat timeout" -msgstr "" +msgstr "Timpul limită a bătăilor inimii" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:62 msgid "Host header rewrite" -msgstr "" +msgstr "Rescrierea antetului gazdă" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "" "HttpProxy specifies a proxy address to connect to the server through. If " -"this value is \"\", the server will be connected to directly.<br />By default, " -"this value is read from the \"http_proxy\" environment variable." +"this value is \"\", the server will be connected to directly.<br />By " +"default, this value is read from the \"http_proxy\" environment variable." msgstr "" +"HttpProxy specifică o adresă de proxy prin care să se conecteze la server. " +"Dacă această valoare este \"\", serverul va fi conectat direct.<br />În mod " +"implicit, această valoare este citită din variabila de mediu \"http_proxy\"." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:50 msgid "If remote_port is 0, frps will assign a random port for you" msgstr "" +"Dacă remote_port este 0, frps va aloca un port aleatoriu pentru dumneavoastră" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:45 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:205 msgid "Local IP" -msgstr "" +msgstr "IP local" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:46 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:206 msgid "Local port" -msgstr "" +msgstr "Port local" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:45 msgid "LocalIp specifies the IP address or host name to proxy to." msgstr "" +"LocalIp specifică adresa IP sau numele de gazdă către care se face proxy." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:46 msgid "LocalPort specifies the port to proxy to." -msgstr "" +msgstr "LocalPort specifică portul la care se face proxy." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 msgid "Locations" -msgstr "" +msgstr "Locații" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "Log level" -msgstr "" +msgstr "Nivel de jurnal" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 msgid "Log stderr" -msgstr "" +msgstr "Jurnal stderr" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 msgid "Log stdout" -msgstr "" +msgstr "Jurnal stdout" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "" "LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" -"\", \"info\", \"warn\", and \"error\".<br />By default, this value is \"info\"." +"\", \"info\", \"warn\", and \"error\".<br />By default, this value is \"info" +"\"." msgstr "" +"LogLevel specifică nivelul minim al jurnalului. Valorile valabile sunt " +"\"trace\", \"debug\", \"info\", \"warn\" și \"error\".<br />Prin definiție, " +"această valoare este \"info\"." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "" @@ -220,24 +251,31 @@ msgid "" "login attempt. If false, the client will retry until a login attempt " "succeeds.<br />By default, this value is true." msgstr "" +"LoginFailExit controlează dacă clientul trebuie sau nu să iasă după o " +"încercare eșuată de conectare. Dacă este falsă, clientul va încerca din nou " +"până când o încercare de autentificare reușește.<br />Din mod implicit, " +"această valoare este adevărată." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:143 msgid "NOT RUNNING" -msgstr "" +msgstr "NU FUNCȚIONEAZĂ" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:195 msgid "Name can not be \"common\"" -msgstr "" +msgstr "Numele nu poate fi \"comun\"" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 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 "" +"Mediile sistemului de operare trec la frp pentru șablonul fișierului de " +"configurare, vezi <a href=\"https://github.com/fatedier/frp#configuration-" +"file-template\">frp README</a>" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "Protocol" -msgstr "" +msgstr "Protocol" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "" @@ -245,15 +283,18 @@ msgid "" "Valid values are \"tcp\", \"kcp\", and \"websocket\".<br />By default, this " "value is \"tcp\"." msgstr "" +"Protocol specifică protocolul care trebuie utilizat la interacțiunea cu " +"serverul. Valorile valide sunt \"tcp\", \"kcp\" și \"websocket\".<br />Prin " +"definiție, această valoare este \"tcp\"." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:188 msgid "Proxy Settings" -msgstr "" +msgstr "Setări Proxy" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:204 msgid "Proxy type" -msgstr "" +msgstr "Tipul de proxy" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "" @@ -261,77 +302,86 @@ msgid "" "\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br />By default, this " "value is \"tcp\"." msgstr "" +"ProxyType specifică tipul acestui proxy. Valorile valide includ \"tcp\", " +"\"udp\", \"http\", \"https\", \"stcp\" și \"xtcp\".<br />Prin definiție, " +"această valoare este \"tcp\"." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:141 msgid "RUNNING" -msgstr "" +msgstr "RULARE" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:50 msgid "Remote port" -msgstr "" +msgstr "Port la distanță" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "Respawn when crashed" -msgstr "" +msgstr "Respawn când crapă" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:67 msgid "Role" -msgstr "" +msgstr "Rol" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 msgid "Run daemon as group" -msgstr "" +msgstr "Rularea daemonului ca grup" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 msgid "Run daemon as user" -msgstr "" +msgstr "Rulați daemonul ca utilizator" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "Server address" -msgstr "" +msgstr "Adresa serverului" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "Server port" -msgstr "" +msgstr "Port de server" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" -"ServerAddr specifies the address of the server to connect to.<br />By default, " -"this value is \"0.0.0.0\"." +"ServerAddr specifies the address of the server to connect to.<br />By " +"default, this value is \"0.0.0.0\"." msgstr "" +"ServerAddr specifică adresa serverului la care trebuie să se conecteze.<br /" +">În mod implicit, această valoare este \"0.0.0.0\"." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" "ServerPort specifies the port to connect to the server on.<br />By default, " "this value is 7000." msgstr "" +"ServerPort specifică portul de conectare la server.<br />În mod implicit, " +"această valoare este 7000." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:68 msgid "Sk" -msgstr "" +msgstr "Sk" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:177 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:181 msgid "Startup Settings" -msgstr "" +msgstr "Setări de pornire" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:55 msgid "Subdomain" -msgstr "" +msgstr "Subdomeniu" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "TCP mux" -msgstr "" +msgstr "Mux TCP" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "TLS" -msgstr "" +msgstr "TLS" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35 msgid "" "TLSEnable specifies whether or not TLS should be used when communicating " "with the server." msgstr "" +"TLSEnable specifică dacă TLS trebuie să fie utilizat sau nu atunci când se " +"comunică cu serverul." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "" @@ -340,16 +390,22 @@ msgid "" "must have TCP multiplexing enabled as well.<br />By default, this value is " "true." msgstr "" +"TcpMux comută multiplexarea fluxurilor TCP. Acest lucru permite ca mai multe " +"cereri de la un client să partajeze o singură conexiune TCP. Dacă această " +"valoare este adevărată, serverul trebuie să aibă activată și multiplexarea " +"TCP.<br />În mod implicit, această valoare este adevărată." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:38 msgid "" "This list can be used to specify some additional parameters which have not " "been included in this LuCI." msgstr "" +"Această listă poate fi utilizată pentru a specifica anumiți parametri " +"suplimentari care nu au fost incluși în acest LuCI." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "Token" -msgstr "" +msgstr "Token" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "" @@ -357,12 +413,18 @@ msgid "" "the server. The server must have a matching token for authorization to " "succeed. <br />By default, this value is \"\"." msgstr "" +"Token specifică tokenul de autorizare utilizat pentru a crea cheile care " +"urmează să fie trimise către server. Serverul trebuie să aibă un token " +"corespunzător pentru ca autorizarea să reușească. <br />În mod implicit, " +"această valoare este \"\"." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 msgid "" "UseCompression controls whether or not communication with the server will be " "compressed.<br />By default, this value is false." msgstr "" +"UseCompression controlează dacă comunicarea cu serverul va fi sau nu " +"comprimată.<br />În mod implicit, această valoare este falsă." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43 msgid "" @@ -370,10 +432,14 @@ msgid "" "encrypted. Encryption is done using the tokens supplied in the server and " "client configuration.<br />By default, this value is false." msgstr "" +"UseEncryption controlează dacă comunicarea cu serverul va fi sau nu " +"criptată. Criptarea se face cu ajutorul token-urilor furnizate în " +"configurația serverului și a clientului.<br />În mod implicit, această " +"valoare este falsă." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "User" -msgstr "" +msgstr "Utilizator" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "" @@ -381,10 +447,14 @@ msgid "" "clients. If this value is not \"\", proxy names will automatically be " "changed to \"{user}.{proxy_name}\".<br />By default, this value is \"\"." msgstr "" +"Utilizatorul specifică un prefix pentru numele proxy pentru a le distinge de " +"alți clienți. Dacă această valoare nu este \"\", numele proxy-ului va fi " +"schimbat automat în \"{utilizator}.{nume_proxy}\".<br />În mod implicit, " +"această valoare este \"\"." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:141 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:143 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:153 #: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 msgid "frp Client" -msgstr "" +msgstr "client frp" diff --git a/applications/luci-app-frpc/po/ru/frpc.po b/applications/luci-app-frpc/po/ru/frpc.po index 6f2d67d442..9ff77ff113 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: 2021-07-05 20:29+0000\n" +"PO-Revision-Date: 2021-10-30 16:38+0000\n" "Last-Translator: masta0f1eave <lomskoff.dima@gmail.com>\n" "Language-Team: Russian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsfrpc/ru/>\n" @@ -9,7 +9,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 4.8-dev\n" +"X-Generator: Weblate 4.9-dev\n" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:16 msgid "Additional configs" @@ -81,11 +81,11 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 msgid "Compression" -msgstr "Сжатие" +msgstr "Компрессия" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:16 msgid "Config files include in temporary config file" -msgstr "" +msgstr "Конфигурационные настройки записаны во временный конфигурационный файл" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:54 msgid "Custom domains" diff --git a/applications/luci-app-frpc/po/sv/frpc.po b/applications/luci-app-frpc/po/sv/frpc.po index ee952ae827..fee2070b25 100644 --- a/applications/luci-app-frpc/po/sv/frpc.po +++ b/applications/luci-app-frpc/po/sv/frpc.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2021-05-19 13:17+0000\n" -"Last-Translator: Stefan Tamas <tamas79@gmail.com>\n" +"PO-Revision-Date: 2021-12-15 03:52+0000\n" +"Last-Translator: Kristoffer Grundström <swedishsailfishosuser@tutanota.com>\n" "Language-Team: Swedish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsfrpc/sv/>\n" "Language: sv\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.7-dev\n" +"X-Generator: Weblate 4.10-dev\n" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:16 msgid "Additional configs" @@ -16,23 +16,23 @@ msgstr "Extra konfigurationer" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:38 msgid "Additional settings" -msgstr "" +msgstr "Extra inställningar" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "Admin address" -msgstr "" +msgstr "Adress för admin" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "Admin password" -msgstr "" +msgstr "Lösenord för admin" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "Admin port" -msgstr "" +msgstr "Port för admin" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "Admin user" -msgstr "" +msgstr "Admin-användare" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26 msgid "" @@ -72,15 +72,15 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:168 msgid "Collecting data ..." -msgstr "" +msgstr "Samlar in data ..." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:176 msgid "Common Settings" -msgstr "" +msgstr "Vanliga inställningar" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:44 msgid "Compression" -msgstr "" +msgstr "Kompression" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:16 msgid "Config files include in temporary config file" @@ -88,11 +88,11 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:54 msgid "Custom domains" -msgstr "" +msgstr "Anpassade domäner" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "Disable log color" -msgstr "" +msgstr "Inaktivera logg-färg" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24 msgid "" @@ -106,11 +106,11 @@ msgstr "Kryptering" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "Environment variable" -msgstr "" +msgstr "Miljövariabel" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 msgid "Exit when login fail" -msgstr "" +msgstr "Avsluta när inloggningen misslyckas" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:201 msgid "General Settings" @@ -118,23 +118,23 @@ msgstr "Generella inställningar" #: applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json:3 msgid "Grant access to LuCI app frpc" -msgstr "" +msgstr "Godkänn åtkomst till LuCi-appen frpc" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:202 msgid "HTTP Settings" -msgstr "" +msgstr "Inställningar för HTTP" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:61 msgid "HTTP password" -msgstr "" +msgstr "Lösenord för HTTP" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "HTTP proxy" -msgstr "" +msgstr "Proxy för HTTP" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:60 msgid "HTTP user" -msgstr "" +msgstr "Användare för HTTP" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "" @@ -152,7 +152,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:36 msgid "Heartbeat interval" -msgstr "" +msgstr "Hjärtslagsintervall" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:37 msgid "Heartbeat timeout" @@ -172,16 +172,17 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:50 msgid "If remote_port is 0, frps will assign a random port for you" msgstr "" +"Om remote_port är 0 så kommer frps att tilldela en slumpmässig port till dig" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:45 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:205 msgid "Local IP" -msgstr "" +msgstr "Lokal IP" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:46 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:206 msgid "Local port" -msgstr "" +msgstr "Lokal port" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:45 msgid "LocalIp specifies the IP address or host name to proxy to." @@ -193,19 +194,19 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59 msgid "Locations" -msgstr "" +msgstr "Platser" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "Log level" -msgstr "" +msgstr "Logg-nivå" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11 msgid "Log stderr" -msgstr "" +msgstr "Logga stderr" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10 msgid "Log stdout" -msgstr "" +msgstr "Logga stdout" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "" @@ -222,11 +223,11 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:143 msgid "NOT RUNNING" -msgstr "" +msgstr "KÖRS INTE" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:195 msgid "Name can not be \"common\"" -msgstr "" +msgstr "Namnet kan inte vara \"vanligt\"" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:15 msgid "" @@ -236,7 +237,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "Protocol" -msgstr "" +msgstr "Protokoll" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34 msgid "" @@ -247,12 +248,12 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:188 msgid "Proxy Settings" -msgstr "" +msgstr "Inställningar för proxy" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:204 msgid "Proxy type" -msgstr "" +msgstr "Typ av proxy" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42 msgid "" @@ -263,11 +264,11 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:141 msgid "RUNNING" -msgstr "" +msgstr "KÖRS" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:50 msgid "Remote port" -msgstr "" +msgstr "Fjärrport" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14 msgid "Respawn when crashed" @@ -275,23 +276,23 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:67 msgid "Role" -msgstr "" +msgstr "Roll" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13 msgid "Run daemon as group" -msgstr "" +msgstr "Kör daemon som grupp" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12 msgid "Run daemon as user" -msgstr "" +msgstr "Kör daemon som användare" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "Server address" -msgstr "" +msgstr "Server-adress" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "Server port" -msgstr "" +msgstr "Port för server" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" @@ -307,16 +308,16 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:68 msgid "Sk" -msgstr "" +msgstr "Sk" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:177 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:181 msgid "Startup Settings" -msgstr "" +msgstr "Inställningar för uppstart" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:55 msgid "Subdomain" -msgstr "" +msgstr "Underdomän" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31 msgid "TCP mux" @@ -348,7 +349,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "Token" -msgstr "" +msgstr "Tecken" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25 msgid "" @@ -372,7 +373,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "User" -msgstr "" +msgstr "Användare" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32 msgid "" @@ -386,4 +387,4 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:153 #: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3 msgid "frp Client" -msgstr "" +msgstr "frp-klient" diff --git a/applications/luci-app-frpc/po/templates/frpc.pot b/applications/luci-app-frpc/po/templates/frpc.pot index e53c69378f..a337a8e973 100644 --- a/applications/luci-app-frpc/po/templates/frpc.pot +++ b/applications/luci-app-frpc/po/templates/frpc.pot @@ -34,8 +34,8 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27 msgid "" "AdminPort specifies the port for the admin server to listen on. If this " -"value is 0, the admin server will not be started.<br />By default, this value " -"is 0." +"value is 0, the admin server will not be started.<br />By default, this " +"value is 0." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 @@ -156,8 +156,8 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22 msgid "" "HttpProxy specifies a proxy address to connect to the server through. If " -"this value is \"\", the server will be connected to directly.<br />By default, " -"this value is read from the \"http_proxy\" environment variable." +"this value is \"\", the server will be connected to directly.<br />By " +"default, this value is read from the \"http_proxy\" environment variable." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:50 @@ -201,7 +201,8 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23 msgid "" "LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug" -"\", \"info\", \"warn\", and \"error\".<br />By default, this value is \"info\"." +"\", \"info\", \"warn\", and \"error\".<br />By default, this value is \"info" +"\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33 @@ -286,8 +287,8 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" -"ServerAddr specifies the address of the server to connect to.<br />By default, " -"this value is \"0.0.0.0\"." +"ServerAddr specifies the address of the server to connect to.<br />By " +"default, this value is \"0.0.0.0\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 |