summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-frps
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-frps')
-rw-r--r--applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js6
-rw-r--r--applications/luci-app-frps/po/de/frps.po30
-rw-r--r--applications/luci-app-frps/po/el/frps.po10
-rw-r--r--applications/luci-app-frps/po/es/frps.po16
-rw-r--r--applications/luci-app-frps/po/fi/frps.po16
-rw-r--r--applications/luci-app-frps/po/nb_NO/frps.po8
-rw-r--r--applications/luci-app-frps/po/pl/frps.po30
-rw-r--r--applications/luci-app-frps/po/pt/frps.po20
-rw-r--r--applications/luci-app-frps/po/pt_BR/frps.po18
-rw-r--r--applications/luci-app-frps/po/ro/frps.po40
-rw-r--r--applications/luci-app-frps/po/ru/frps.po8
-rw-r--r--applications/luci-app-frps/po/sv/frps.po31
-rw-r--r--applications/luci-app-frps/po/templates/frps.pot12
-rw-r--r--applications/luci-app-frps/po/tr/frps.po14
-rw-r--r--applications/luci-app-frps/po/zh_Hant/frps.po16
15 files changed, 146 insertions, 129 deletions
diff --git a/applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js b/applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js
index 83698cbe30..27136134f4 100644
--- a/applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js
+++ b/applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js
@@ -110,7 +110,7 @@ function getServiceStatus() {
function renderStatus(isRunning) {
var renderHTML = "";
- var spanTemp = "<span style=\"color:%s;font-weight:bold;margin-left:15px\">%s - %s</span>";
+ var spanTemp = '<em><span style="color:%s"><strong>%s %s</strong></span></em>';
if (isRunning) {
renderHTML += String.format(spanTemp, 'green', _("frp Server"), _("RUNNING"));
@@ -138,8 +138,8 @@ return view.extend({
});
return E('div', { class: 'cbi-map' },
- E('div', { class: 'cbi-section'}, [
- E('div', { id: 'service_status' },
+ E('fieldset', { class: 'cbi-section'}, [
+ E('p', { id: 'service_status' },
_('Collecting data ...'))
])
);
diff --git a/applications/luci-app-frps/po/de/frps.po b/applications/luci-app-frps/po/de/frps.po
index 0abc574663..64f9cf8acb 100644
--- a/applications/luci-app-frps/po/de/frps.po
+++ b/applications/luci-app-frps/po/de/frps.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2020-07-11 21:29+0000\n"
+"PO-Revision-Date: 2022-07-02 09:22+0000\n"
"Last-Translator: ssantos <ssantos@web.de>\n"
"Language-Team: German <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsfrps/de/>\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.2-dev\n"
+"X-Generator: Weblate 4.13.1-dev\n"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:15
msgid "Additional configs"
@@ -16,7 +16,7 @@ msgstr "Zusätzliche Konfiguration"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
msgid "Additional settings"
-msgstr ""
+msgstr "Weitere Einstellungen"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:40
msgid "Allow ports"
@@ -28,9 +28,9 @@ msgid ""
"the length of this value is 0, all ports are allowed.<br />By default, this "
"value is an empty set."
msgstr ""
-"AllowPorts gibt an auf welchen Ports sich der Client per Proxy verbinden "
-"kann.Wenn der Wert \"length\" auf 0 gesetzt wird sind alle Ports erlaubt.In "
-"der Standartkonfiguration ist dieser Wert leer."
+"AllowPorts gibt an, mit welchen Ports sich der Client per Proxy verbinden "
+"kann. Wenn der Wert \"length\" auf 0 gesetzt wird, sind alle Ports "
+"erlaubt<br />. Standardmäßig ist dieser Wert eine leere Liste."
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:31
msgid "Assets dir"
@@ -59,8 +59,8 @@ msgid ""
"BindAddr specifies the address that the server binds to.<br />By default, this "
"value is \"0.0.0.0\"."
msgstr ""
-"BindAddr gibt die Adresse an, an den sich der Server bindet.In der "
-"Standartkonfiguration ist dieser Wert auf \"0.0.0.0\"."
+"BindAddr gibt die Adresse an, an die sich der Server bindet.<br /"
+">Standardmäßig ist dieser Wert \"0.0.0.0\"."
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:22
msgid ""
@@ -92,7 +92,7 @@ msgstr ""
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:143
msgid "Collecting data ..."
-msgstr ""
+msgstr "Ermittle Daten..."
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:151
msgid "Common settings"
@@ -214,15 +214,15 @@ msgstr "Protokollierungsstufe"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:34
msgid "Log max days"
-msgstr "Maximale Tage die ein Log aufgezeichnet werden soll"
+msgstr "Maximale Tage protokollieren"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:10
msgid "Log stderr"
-msgstr "Logge stderr"
+msgstr "Stderr protokollieren"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:9
msgid "Log stdout"
-msgstr "Logge stdout"
+msgstr "Stdout protokollieren"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:32
msgid ""
@@ -269,7 +269,7 @@ msgstr ""
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:118
msgid "NOT RUNNING"
-msgstr ""
+msgstr "LÄUFT NICHT"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
msgid ""
@@ -294,7 +294,7 @@ msgstr ""
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
msgid "RUNNING"
-msgstr ""
+msgstr "LÄUFT"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:13
msgid "Respawn when crashed"
@@ -349,6 +349,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-frps/htdocs/luci-static/resources/view/frps.js:36
msgid "Token"
diff --git a/applications/luci-app-frps/po/el/frps.po b/applications/luci-app-frps/po/el/frps.po
index 44a53ad24c..bd3f48fcab 100644
--- a/applications/luci-app-frps/po/el/frps.po
+++ b/applications/luci-app-frps/po/el/frps.po
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2020-04-25 16:36+0000\n"
-"Last-Translator: george k <norhorn@gmail.com>\n"
+"PO-Revision-Date: 2022-03-25 12:08+0000\n"
+"Last-Translator: MarioK239 <marios.k239@gmail.com>\n"
"Language-Team: Greek <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsfrps/el/>\n"
"Language: el\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 4.0.2-dev\n"
+"X-Generator: Weblate 4.12-dev\n"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:15
msgid "Additional configs"
@@ -42,7 +42,7 @@ msgstr ""
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
msgid "Bind address"
-msgstr ""
+msgstr "Διεύθυνση στην οποία ακούει η υπηρεσία"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:20
msgid "Bind port"
@@ -177,7 +177,7 @@ msgstr "Αρχείο καταγραφής"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:33
msgid "Log level"
-msgstr ""
+msgstr "Επίπεδο καταγραφής"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:34
msgid "Log max days"
diff --git a/applications/luci-app-frps/po/es/frps.po b/applications/luci-app-frps/po/es/frps.po
index fde0dc2f58..a56e25a0a9 100644
--- a/applications/luci-app-frps/po/es/frps.po
+++ b/applications/luci-app-frps/po/es/frps.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"POT-Creation-Date: \n"
-"PO-Revision-Date: 2021-08-10 19:02+0000\n"
+"PO-Revision-Date: 2022-06-21 17:16+0000\n"
"Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n"
"Language-Team: Spanish <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsfrps/es/>\n"
@@ -11,7 +11,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.8-dev\n"
+"X-Generator: Weblate 4.13.1-dev\n"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:15
msgid "Additional configs"
@@ -219,7 +219,7 @@ msgstr "Nivel de registro"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:34
msgid "Log max days"
-msgstr "Registro de máximo de días"
+msgstr "Máx. días de registro"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:10
msgid "Log stderr"
@@ -235,8 +235,8 @@ msgid ""
"be used if LogWay is set appropriately.<br />By default, this value is "
"\"console\"."
msgstr ""
-"LogFile especifica un archivo donde se escribirán los registros. Este valor "
-"solo se utilizará si LogWay está configurado correctamente.<br />De forma "
+"LogFile especifica un archivo en el que se escribirán los registros. Este "
+"valor solo se utilizará si LogWay se configura correctamente.<br />De forma "
"predeterminada, este valor es \"console\"."
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:33
@@ -254,9 +254,9 @@ msgid ""
"before deletion. This is only used if LogWay == \"file\".<br />By default, "
"this value is 0."
msgstr ""
-"LogMaxDays especifica el número máximo de días para almacenar la información "
-"de registro antes de la eliminación. Esto solo se usa si LogWay == \"file\"."
-"<br />Por defecto, este valor es 0."
+"LogMaxDays especifica el número máximo de días para almacenar información de "
+"registro antes de la eliminación. Esto solo se usa si LogWay == \"archivo\""
+".<br />De forma predeterminada, este valor es 0."
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:41
msgid "Max ports per client"
diff --git a/applications/luci-app-frps/po/fi/frps.po b/applications/luci-app-frps/po/fi/frps.po
index 04395203e7..afc6fb186c 100644
--- a/applications/luci-app-frps/po/fi/frps.po
+++ b/applications/luci-app-frps/po/fi/frps.po
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2021-06-18 19:32+0000\n"
-"Last-Translator: Demian Wright <wright.demian+weblate@gmail.com>\n"
+"PO-Revision-Date: 2022-03-26 06:39+0000\n"
+"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n"
"Language-Team: Finnish <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsfrps/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.7\n"
+"X-Generator: Weblate 4.12-dev\n"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:15
msgid "Additional configs"
@@ -16,11 +16,11 @@ msgstr ""
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
msgid "Additional settings"
-msgstr ""
+msgstr "Lisäasetukset"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:40
msgid "Allow ports"
-msgstr ""
+msgstr "Sallitut portit"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:40
msgid ""
@@ -42,11 +42,11 @@ msgstr ""
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
msgid "Bind address"
-msgstr ""
+msgstr "Sido osoite"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:20
msgid "Bind port"
-msgstr ""
+msgstr "Sido portti"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:19
msgid ""
@@ -80,7 +80,7 @@ msgstr ""
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:151
msgid "Common settings"
-msgstr ""
+msgstr "Yleiset asetukset"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:15
msgid "Config files include in temporary config file"
diff --git a/applications/luci-app-frps/po/nb_NO/frps.po b/applications/luci-app-frps/po/nb_NO/frps.po
index 3340c611e6..371060e2cb 100644
--- a/applications/luci-app-frps/po/nb_NO/frps.po
+++ b/applications/luci-app-frps/po/nb_NO/frps.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2021-03-09 06:26+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/"
"luciapplicationsfrps/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.5.1\n"
+"X-Generator: Weblate 4.10.1\n"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:15
msgid "Additional configs"
@@ -253,11 +253,11 @@ msgstr ""
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:12
msgid "Run daemon as group"
-msgstr ""
+msgstr "Kjør nisse som gruppe"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:11
msgid "Run daemon as user"
-msgstr ""
+msgstr "Kjør nisse som bruker"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:152
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:156
diff --git a/applications/luci-app-frps/po/pl/frps.po b/applications/luci-app-frps/po/pl/frps.po
index 34bc6f0dac..65b2fdd9ad 100644
--- a/applications/luci-app-frps/po/pl/frps.po
+++ b/applications/luci-app-frps/po/pl/frps.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2021-07-04 06:42+0000\n"
+"PO-Revision-Date: 2022-06-21 17:16+0000\n"
"Last-Translator: Matthaiks <kitynska@gmail.com>\n"
"Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsfrps/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.13.1-dev\n"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:15
msgid "Additional configs"
@@ -29,13 +29,13 @@ msgid ""
"the length of this value is 0, all ports are allowed.<br />By default, this "
"value is an empty set."
msgstr ""
-"AllowPorts określa zestaw portów, do których klienci są w stanie się "
-"zwracać. Jeśli długość tej wartości wynosi 0, wszystkie porty są dozwolone."
-"<br /> Domyślnie jest to pusty zestaw."
+"AllowPorts określa zestaw portów, do których klienty są w stanie się "
+"zwracać. Jeśli długość tej wartości wynosi 0, wszystkie porty są "
+"dozwolone.<br />Domyślnie jest to pusty zestaw."
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:31
msgid "Assets dir"
-msgstr "Assets dir"
+msgstr "Katalog zasobów"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:31
msgid ""
@@ -176,7 +176,7 @@ msgid ""
"DisableLogColor disables log colors when LogWay == \"console\" when set to "
"true.<br />By default, this value is false."
msgstr ""
-"DisableLogColor wyłącza kolory logów, gdy LogWay == \"konsola\" jest "
+"DisableLogColor wyłącza kolory dzienników, gdy LogWay == \"console\" jest "
"ustawiona na true.<br /> Domyślnie jest to wartość false."
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
@@ -215,7 +215,7 @@ msgstr "Poziom logowania"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:34
msgid "Log max days"
-msgstr "Dziennik maks. dni"
+msgstr "Maks. dni logowania"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:10
msgid "Log stderr"
@@ -232,8 +232,8 @@ msgid ""
"\"console\"."
msgstr ""
"LogFile określa plik, w którym będą zapisywane dzienniki. Ta wartość będzie "
-"używana tylko wtedy, gdy LogWay zostanie odpowiednio ustawiony. <br /> "
-"Domyślnie ta wartość to \"konsola\"."
+"używana tylko wtedy, gdy LogWay zostanie odpowiednio ustawiony. <br /"
+">Domyślnie ta wartość to \"console\"."
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:33
msgid ""
@@ -241,7 +241,7 @@ msgid ""
"\", \"info\", \"warn\", and \"error\".<br />By default, this value is \"info\"."
msgstr ""
"LogLevel określa minimalny poziom dziennika. Poprawne wartości to \"trace\", "
-"\"debug\", \"info\", \"warn\" i \"error\".<br /> Domyślnie jest to \"info\"."
+"\"debug\", \"info\", \"warn\" i \"error\".<br />Domyślnie jest to \"info\"."
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:34
msgid ""
@@ -250,8 +250,8 @@ msgid ""
"this value is 0."
msgstr ""
"LogMaxDays określa maksymalną liczbę dni przechowywania informacji dziennika "
-"przed usunięciem. Jest używany tylko wtedy, gdy LogWay == \"plik\". <br /> "
-"Domyślnie ta wartość wynosi 0."
+"przed usunięciem. Jest używana tylko wtedy, gdy LogWay == \"file\". <br /"
+">Domyślnie ta wartość wynosi 0."
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:41
msgid "Max ports per client"
@@ -362,8 +362,8 @@ msgid ""
"server.<br />By default, this value is \"\"."
msgstr ""
"Token określa token autoryzacji używany do uwierzytelniania kluczy "
-"otrzymanych od klientów. Klienci muszą mieć pasujący token, aby móc "
-"korzystać z serwera. Domyślnie ta wartość to \"\"."
+"otrzymanych od klientów. Klienty muszą mieć pasujący token, aby móc "
+"korzystać z serwera.<br />Domyślnie ta wartość to \"\"."
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
msgid "UDP bind port"
diff --git a/applications/luci-app-frps/po/pt/frps.po b/applications/luci-app-frps/po/pt/frps.po
index 10e44bc5ab..1b3cc6ec81 100644
--- a/applications/luci-app-frps/po/pt/frps.po
+++ b/applications/luci-app-frps/po/pt/frps.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2021-08-04 20:24+0000\n"
+"PO-Revision-Date: 2022-07-20 17:18+0000\n"
"Last-Translator: ssantos <ssantos@web.de>\n"
"Language-Team: Portuguese <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsfrps/pt/>\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.8-dev\n"
+"X-Generator: Weblate 4.14-dev\n"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:15
msgid "Additional configs"
@@ -204,7 +204,7 @@ msgstr "Porta de ligação KCP"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:32
msgid "Log file"
-msgstr "Ficheiro de log"
+msgstr "Ficheiro de registo"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:33
msgid "Log level"
@@ -212,7 +212,7 @@ msgstr "Nível de registo"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:34
msgid "Log max days"
-msgstr "Registo máximo de dias"
+msgstr "Máximo de dias de registo"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:10
msgid "Log stderr"
@@ -228,9 +228,9 @@ msgid ""
"be used if LogWay is set appropriately.<br />By default, this value is "
"\"console\"."
msgstr ""
-"LogFile determina um ficheiro onde os registos serão escritos. Este valor só "
-"será usado se o LogWay for definido adequadamente. <br />O valor predefinido é "
-"\"console\"."
+"O LogFile especifica um ficheiro onde os registos serão escritos. Este valor "
+"só será usado se o LogWay for definido apropriadamente.<br />Por "
+"predefinição, este valor é \"console\"."
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:33
msgid ""
@@ -247,9 +247,9 @@ msgid ""
"before deletion. This is only used if LogWay == \"file\".<br />By default, "
"this value is 0."
msgstr ""
-"LogMaxDays determina a quantidade máxima de dias para armazenar as "
-"informações do registo antes de apagar. Isso só é usado se logWay == \"file"
-"\". <br />O valor predefinido é 0."
+"LogMaxDays especifica a quantidade máxima de dias para armazenar informações "
+"de registo antes de apagar. Isto só é usado se LogWay == \"file\".<br />Por "
+"predefinição, este valor é 0."
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:41
msgid "Max ports per client"
diff --git a/applications/luci-app-frps/po/pt_BR/frps.po b/applications/luci-app-frps/po/pt_BR/frps.po
index ad8b7b82d8..5fb7bdb469 100644
--- a/applications/luci-app-frps/po/pt_BR/frps.po
+++ b/applications/luci-app-frps/po/pt_BR/frps.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2021-07-22 08:04+0000\n"
+"PO-Revision-Date: 2022-06-27 00:17+0000\n"
"Last-Translator: Wellington Terumi Uemura <wellingtonuemura@gmail.com>\n"
"Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/"
"openwrt/luciapplicationsfrps/pt_BR/>\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.7.2-dev\n"
+"X-Generator: Weblate 4.13.1-dev\n"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:15
msgid "Additional configs"
@@ -204,7 +204,7 @@ msgstr "Porta de vinculação KCP"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:32
msgid "Log file"
-msgstr "Arquivo de registro"
+msgstr "Arquivo log"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:33
msgid "Log level"
@@ -228,9 +228,9 @@ msgid ""
"be used if LogWay is set appropriately.<br />By default, this value is "
"\"console\"."
msgstr ""
-"LogFile determina um arquivo onde os registros serão escritos. Este valor só "
-"será usado se o LogWay for definido adequadamente. <br />O valor predefinido é "
-"\"console\"."
+"O LogFile especifica um arquivo onde os registro logs serão gravados. Este "
+"valor só será usado se o LogWay estiver configurado adequadamente.<br />Por "
+"padrão, esse valor é \"console\"."
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:33
msgid ""
@@ -247,9 +247,9 @@ msgid ""
"before deletion. This is only used if LogWay == \"file\".<br />By default, "
"this value is 0."
msgstr ""
-"LogMaxDays determina a quantidade máxima de dias para armazenar as "
-"informações do registro antes da exclusão. Isso só é usado se logWay == "
-"\"arquivo\". <br />O valor predefinido é 0."
+"LogMaxDays especifica a quantidade máxima de dias para armazenar informações "
+"do registro log antes da exclusão. Isso só é usado se LogWay == \"arquivo\""
+".<br />Por padrão, este valor é 0."
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:41
msgid "Max ports per client"
diff --git a/applications/luci-app-frps/po/ro/frps.po b/applications/luci-app-frps/po/ro/frps.po
index 743391cb22..4b5b05752c 100644
--- a/applications/luci-app-frps/po/ro/frps.po
+++ b/applications/luci-app-frps/po/ro/frps.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2021-11-30 13:10+0000\n"
+"PO-Revision-Date: 2022-08-05 01:21+0000\n"
"Last-Translator: Simona Iacob <s@zp1.net>\n"
"Language-Team: Romanian <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsfrps/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.10-dev\n"
+"X-Generator: Weblate 4.14-dev\n"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:15
msgid "Additional configs"
@@ -217,7 +217,7 @@ msgstr "Nivel de jurnal"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:34
msgid "Log max days"
-msgstr "Log max zile"
+msgstr "Jurnal maxim zile"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:10
msgid "Log stderr"
@@ -254,7 +254,7 @@ msgid ""
"this value is 0."
msgstr ""
"LogMaxDays specifică numărul maxim de zile de stocare a informațiilor din "
-"jurnal înainte de ștergere. Aceasta este utilizată numai dacă LogWay == "
+"jurnal înainte de ștergere . Acest lucru se utilizează numai dacă LogWay == "
"\"file\".<br />În mod implicit, această valoare este 0."
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:41
@@ -303,7 +303,7 @@ msgstr "RULARE"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:13
msgid "Respawn when crashed"
-msgstr "Respawn atunci când se prăbușește"
+msgstr "Respawn când crapă"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:12
msgid "Run daemon as group"
@@ -345,16 +345,21 @@ msgid ""
"TcpMux toggles TCP stream multiplexing. This allows multiple requests from a "
"client to share a single TCP connection.<br />By default, this value is true."
msgstr ""
+"TcpMux comută multiplexarea fluxurilor TCP. Acest lucru permite ca mai multe "
+"cereri de la un client să partajeze o singură conexiune TCP.<br />În mod "
+"implicit, această valoare este adevărată."
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
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-frps/htdocs/luci-static/resources/view/frps.js:36
msgid "Token"
-msgstr ""
+msgstr "Token"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:36
msgid ""
@@ -362,22 +367,26 @@ msgid ""
"from clients. Clients must have a matching token to be authorized to use the "
"server.<br />By default, this value is \"\"."
msgstr ""
+"Token specifică tokenul de autorizare utilizat pentru a autentifica cheile "
+"primite de la clienți. Clienții trebuie să aibă un token corespunzător "
+"pentru a fi autorizați să utilizeze serverul.<br />În mod implicit, această "
+"valoare este \"\"."
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:21
msgid "UDP bind port"
-msgstr ""
+msgstr "Port de legătură UDP"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:24
msgid "Vhost HTTP port"
-msgstr ""
+msgstr "Port HTTP Vhost"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:26
msgid "Vhost HTTP timeout"
-msgstr ""
+msgstr "Timpul de expirare HTTP Vhost"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:25
msgid "Vhost HTTPS port"
-msgstr ""
+msgstr "Port HTTPS Vhost"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:24
msgid ""
@@ -385,12 +394,18 @@ msgid ""
"requests. If this value is 0, the server will not listen for HTTP requests."
"<br />By default, this value is 0."
msgstr ""
+"VhostHttpPort specifică portul pe care serverul îl ascultă pentru cererile "
+"HTTP Vhost. Dacă această valoare este 0, serverul nu va asculta cererile "
+"HTTP.<br />În mod implicit, această valoare este 0."
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:26
msgid ""
"VhostHttpTimeout specifies the response header timeout for the Vhost HTTP "
"server, in seconds.<br />By default, this value is 60."
msgstr ""
+"VhostHttpTimeout specifică timpul de așteptare al antetului de răspuns "
+"pentru serverul HTTP Vhost, în secunde.<br />Prin definiție, această valoare "
+"este 60."
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:25
msgid ""
@@ -398,10 +413,13 @@ msgid ""
"requests. If this value is 0, the server will not listen for HTTPS requests."
"<br />By default, this value is 0."
msgstr ""
+"VhostHttpsPort specifică portul pe care serverul îl ascultă pentru cererile "
+"HTTPS Vhost. Dacă această valoare este 0, serverul nu va asculta "
+"solicitările HTTPS.<br />În mod implicit, această valoare este 0."
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:118
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:128
#: applications/luci-app-frps/root/usr/share/luci/menu.d/luci-app-frps.json:3
msgid "frp Server"
-msgstr ""
+msgstr "Server frp"
diff --git a/applications/luci-app-frps/po/ru/frps.po b/applications/luci-app-frps/po/ru/frps.po
index de24fb4e17..83530df723 100644
--- a/applications/luci-app-frps/po/ru/frps.po
+++ b/applications/luci-app-frps/po/ru/frps.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2021-10-30 16:38+0000\n"
-"Last-Translator: masta0f1eave <lomskoff.dima@gmail.com>\n"
+"PO-Revision-Date: 2022-07-25 17:15+0000\n"
+"Last-Translator: Alexey Carterline <consulive@live.com>\n"
"Language-Team: Russian <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsfrps/ru/>\n"
"Language: ru\n"
@@ -9,11 +9,11 @@ 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.9-dev\n"
+"X-Generator: Weblate 4.14-dev\n"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:15
msgid "Additional configs"
-msgstr "Дополнительные настройки"
+msgstr "Дополнительные конфигурации"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
msgid "Additional settings"
diff --git a/applications/luci-app-frps/po/sv/frps.po b/applications/luci-app-frps/po/sv/frps.po
index 4ae6d8846d..0d2966f1cf 100644
--- a/applications/luci-app-frps/po/sv/frps.po
+++ b/applications/luci-app-frps/po/sv/frps.po
@@ -1,15 +1,14 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2020-02-13 10:27+0000\n"
-"Last-Translator: Kristoffer Grundström <kristoffer.grundstrom1983@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/"
"luciapplicationsfrps/sv/>\n"
"Language: sv\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 3.11-dev\n"
+"X-Generator: Weblate 4.10-dev\n"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:15
msgid "Additional configs"
@@ -17,7 +16,7 @@ msgstr "Extra konfigurationer"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:43
msgid "Additional settings"
-msgstr ""
+msgstr "Extra inställningar"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:40
msgid "Allow ports"
@@ -77,7 +76,7 @@ msgstr ""
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:143
msgid "Collecting data ..."
-msgstr ""
+msgstr "Samlar in data ..."
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:151
msgid "Common settings"
@@ -141,7 +140,7 @@ msgstr ""
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
msgid "Disable log color"
-msgstr ""
+msgstr "Inaktivera logg-färg"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:35
msgid ""
@@ -151,7 +150,7 @@ msgstr ""
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
msgid "Environment variable"
-msgstr ""
+msgstr "Miljövariabel"
#: applications/luci-app-frps/root/usr/share/rpcd/acl.d/luci-app-frps.json:3
msgid "Grant access to LuCI app frps"
@@ -178,7 +177,7 @@ msgstr ""
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:33
msgid "Log level"
-msgstr ""
+msgstr "Logg-nivå"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:34
msgid "Log max days"
@@ -186,11 +185,11 @@ msgstr ""
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:10
msgid "Log stderr"
-msgstr ""
+msgstr "Logga stderr"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:9
msgid "Log stdout"
-msgstr ""
+msgstr "Logga stdout"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:32
msgid ""
@@ -225,7 +224,7 @@ msgstr ""
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:118
msgid "NOT RUNNING"
-msgstr ""
+msgstr "KÖRS INTE"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:14
msgid ""
@@ -245,7 +244,7 @@ msgstr ""
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:116
msgid "RUNNING"
-msgstr ""
+msgstr "KÖRS"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:13
msgid "Respawn when crashed"
@@ -253,11 +252,11 @@ msgstr ""
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:12
msgid "Run daemon as group"
-msgstr ""
+msgstr "Kör daemon som grupp"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:11
msgid "Run daemon as user"
-msgstr ""
+msgstr "Kör daemon som användare"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:152
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:156
@@ -295,7 +294,7 @@ msgstr ""
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:36
msgid "Token"
-msgstr ""
+msgstr "Tecken"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:36
msgid ""
diff --git a/applications/luci-app-frps/po/templates/frps.pot b/applications/luci-app-frps/po/templates/frps.pot
index 667a8240b2..96494a0618 100644
--- a/applications/luci-app-frps/po/templates/frps.pot
+++ b/applications/luci-app-frps/po/templates/frps.pot
@@ -191,9 +191,9 @@ msgstr ""
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:33
msgid ""
-"LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug"
-"\", \"info\", \"warn\", and \"error\".<br />By default, this value is \"info"
-"\"."
+"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-frps/htdocs/luci-static/resources/view/frps.js:34
@@ -259,9 +259,9 @@ msgstr ""
msgid ""
"SubDomainHost specifies the domain that will be attached to sub-domains "
"requested by the client when using Vhost proxying. For example, if this "
-"value is set to \"frps.com\" and the client requested the subdomain \"test"
-"\", the resulting URL would be \"test.frps.com\".<br />By default, this "
-"value is \"\"."
+"value is set to \"frps.com\" and the client requested the subdomain "
+"\"test\", the resulting URL would be \"test.frps.com\".<br />By default, "
+"this value is \"\"."
msgstr ""
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:37
diff --git a/applications/luci-app-frps/po/tr/frps.po b/applications/luci-app-frps/po/tr/frps.po
index a2bce32add..426db92e33 100644
--- a/applications/luci-app-frps/po/tr/frps.po
+++ b/applications/luci-app-frps/po/tr/frps.po
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2021-07-05 20:29+0000\n"
-"Last-Translator: ToldYouThat <itoldyouthat@protonmail.com>\n"
+"PO-Revision-Date: 2022-06-21 21:54+0000\n"
+"Last-Translator: metezd <itoldyouthat@protonmail.com>\n"
"Language-Team: Turkish <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsfrps/tr/>\n"
"Language: tr\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 4.8-dev\n"
+"X-Generator: Weblate 4.13.1-dev\n"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:15
msgid "Additional configs"
@@ -207,7 +207,7 @@ msgstr "KCP bağlama bağlantı noktası"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:32
msgid "Log file"
-msgstr "Günlük kaydı dosyası"
+msgstr "Günlük dosyası"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:33
msgid "Log level"
@@ -231,9 +231,9 @@ msgid ""
"be used if LogWay is set appropriately.<br />By default, this value is "
"\"console\"."
msgstr ""
-"LogFile, günlüklerin yazılacağı bir dosyayı belirtir. Bu değer yalnızca "
-"LogWay uygun şekilde ayarlanmışsa kullanılacaktır. <br /> Varsayılan olarak bu "
-"değer \"console\" dur."
+"LogFile günlüklerin yazılacağı dosyayı belirtir. Bu değer yalnızca LogWay "
+"doğru bir şekilde ayarlanmışsa kullanılacaktır.<br />Varsayılan olarak bu "
+"değer \"console\" şeklindedir."
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:33
msgid ""
diff --git a/applications/luci-app-frps/po/zh_Hant/frps.po b/applications/luci-app-frps/po/zh_Hant/frps.po
index 3c61effe03..80d399f693 100644
--- a/applications/luci-app-frps/po/zh_Hant/frps.po
+++ b/applications/luci-app-frps/po/zh_Hant/frps.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2021-08-14 14:43+0000\n"
+"PO-Revision-Date: 2022-07-18 03:20+0000\n"
"Last-Translator: Hulen <shift0106@gmail.com>\n"
"Language-Team: Chinese (Traditional) <https://hosted.weblate.org/projects/"
"openwrt/luciapplicationsfrps/zh_Hant/>\n"
@@ -8,7 +8,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Weblate 4.8-dev\n"
+"X-Generator: Weblate 4.14-dev\n"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:15
msgid "Additional configs"
@@ -191,7 +191,7 @@ msgstr "KCP榜定埠號"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:32
msgid "Log file"
-msgstr "日誌檔"
+msgstr "日誌檔案"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:33
msgid "Log level"
@@ -214,9 +214,8 @@ msgid ""
"LogFile specifies a file where logs will be written to. This value will only "
"be used if LogWay is set appropriately.<br />By default, this value is "
"\"console\"."
-msgstr ""
-"LogFile指定將寫入日誌的檔案. 僅當正確設置LogWay時, 才使用此值. <br />預設情況"
-"下, 此值為“console”."
+msgstr "LogFile 指定寫入日誌的檔案。僅當正確設定 LogWay 時,才會使用此值。<br "
+"/>預設值為「console」。"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:33
msgid ""
@@ -231,9 +230,8 @@ msgid ""
"LogMaxDays specifies the maximum number of days to store log information "
"before deletion. This is only used if LogWay == \"file\".<br />By default, "
"this value is 0."
-msgstr ""
-"LogMaxDays指定刪除前存儲日誌資訊的最大天數. 僅在LogWay ==“file”時使用. <br />預"
-"設情況下, 此值為0."
+msgstr "LogMaxDays 指定刪除前儲存日誌資訊的最長天數。僅當 LogWay == \"file\" "
+"時才使用。<br />預設值為 0。"
#: applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js:41
msgid "Max ports per client"