From e68be6ca0771f1a547d3e7a03523f238af323f54 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Tue, 23 Apr 2024 14:58:23 +0200 Subject: [PATCH] luci-app-frpc: IP string swap Signed-off-by: Paul Donald --- .../htdocs/luci-static/resources/view/frpc.js | 4 ++-- applications/luci-app-frpc/po/ar/frpc.po | 4 ++-- applications/luci-app-frpc/po/bg/frpc.po | 4 ++-- applications/luci-app-frpc/po/bn_BD/frpc.po | 4 ++-- applications/luci-app-frpc/po/ca/frpc.po | 4 ++-- applications/luci-app-frpc/po/cs/frpc.po | 4 ++-- applications/luci-app-frpc/po/da/frpc.po | 4 ++-- applications/luci-app-frpc/po/de/frpc.po | 8 ++++---- applications/luci-app-frpc/po/el/frpc.po | 4 ++-- applications/luci-app-frpc/po/en/frpc.po | 4 ++-- applications/luci-app-frpc/po/es/frpc.po | 8 ++++---- applications/luci-app-frpc/po/fi/frpc.po | 4 ++-- applications/luci-app-frpc/po/fr/frpc.po | 8 ++++---- applications/luci-app-frpc/po/he/frpc.po | 4 ++-- applications/luci-app-frpc/po/hi/frpc.po | 4 ++-- applications/luci-app-frpc/po/hu/frpc.po | 6 +++--- applications/luci-app-frpc/po/it/frpc.po | 4 ++-- applications/luci-app-frpc/po/ja/frpc.po | 4 ++-- applications/luci-app-frpc/po/ko/frpc.po | 4 ++-- applications/luci-app-frpc/po/lt/frpc.po | 4 ++-- applications/luci-app-frpc/po/mr/frpc.po | 4 ++-- applications/luci-app-frpc/po/ms/frpc.po | 4 ++-- applications/luci-app-frpc/po/nb_NO/frpc.po | 4 ++-- applications/luci-app-frpc/po/nl/frpc.po | 4 ++-- applications/luci-app-frpc/po/pl/frpc.po | 8 ++++---- applications/luci-app-frpc/po/pt/frpc.po | 8 ++++---- applications/luci-app-frpc/po/pt_BR/frpc.po | 8 ++++---- applications/luci-app-frpc/po/ro/frpc.po | 8 ++++---- applications/luci-app-frpc/po/ru/frpc.po | 8 ++++---- applications/luci-app-frpc/po/sk/frpc.po | 4 ++-- applications/luci-app-frpc/po/sv/frpc.po | 4 ++-- applications/luci-app-frpc/po/templates/frpc.pot | 4 ++-- applications/luci-app-frpc/po/tr/frpc.po | 8 ++++---- applications/luci-app-frpc/po/uk/frpc.po | 6 +++--- applications/luci-app-frpc/po/vi/frpc.po | 8 ++++---- applications/luci-app-frpc/po/zh_Hans/frpc.po | 8 ++++---- applications/luci-app-frpc/po/zh_Hant/frpc.po | 8 ++++---- 37 files changed, 100 insertions(+), 100 deletions(-) diff --git a/applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js b/applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js index 0999ba0294..a0fb34beb6 100644 --- a/applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js +++ b/applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js @@ -17,7 +17,7 @@ var startupConf = [ ]; var commonConf = [ - [form.Value, 'server_addr', _('Server address'), _('ServerAddr specifies the address of the server to connect to.
By default, this value is "0.0.0.0".'), {datatype: 'host'}], + [form.Value, 'server_addr', _('Server address'), _('ServerAddr specifies the address of the server to connect to.
By default, this value is "127.0.0.1".'), {datatype: 'host'}], [form.Value, 'server_port', _('Server port'), _('ServerPort specifies the port to connect to the server on.
By default, this value is 7000.'), {datatype: 'port'}], [form.Value, 'http_proxy', _('HTTP proxy'), _('HttpProxy specifies a proxy address to connect to the server through. If this value is "", the server will be connected to directly.
By default, this value is read from the "http_proxy" environment variable.')], [form.Value, 'log_file', _('Log file'), _('LogFile specifies a file where logs will be written to. This value will only be used if LogWay is set appropriately.
By default, this value is "console".')], @@ -25,7 +25,7 @@ var commonConf = [ [form.Value, 'log_max_days', _('Log max days'), _('LogMaxDays specifies the maximum number of days to store log information before deletion. This is only used if LogWay == "file".
By default, this value is 0.'), {datatype: 'uinteger'}], [form.Flag, 'disable_log_color', _('Disable log color'), _('DisableLogColor disables log colors when LogWay == "console" when set to true.'), {datatype: 'bool', default: 'false'}], [form.Value, 'token', _('Token'), _('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.
By default, this value is "".')], - [form.Value, 'admin_addr', _('Admin address'), _('AdminAddr specifies the address that the admin server binds to.
By default, this value is "127.0.0.1".'), {datatype: 'ipaddr'}], + [form.Value, 'admin_addr', _('Admin address'), _('AdminAddr specifies the address that the admin server binds to.
By default, this value is "0.0.0.0".'), {datatype: 'ipaddr'}], [form.Value, 'admin_port', _('Admin port'), _('AdminPort specifies the port for the admin server to listen on. If this value is 0, the admin server will not be started.
By default, this value is 0.'), {datatype: 'port'}], [form.Value, 'admin_user', _('Admin user'), _('AdminUser specifies the username that the admin server will use for login.
By default, this value is "admin".')], [form.Value, 'admin_pwd', _('Admin password'), _('AdminPwd specifies the password that the admin server will use for login.
By default, this value is "admin".'), {password: true}], diff --git a/applications/luci-app-frpc/po/ar/frpc.po b/applications/luci-app-frpc/po/ar/frpc.po index 9f041b9fdf..2839b51878 100644 --- a/applications/luci-app-frpc/po/ar/frpc.po +++ b/applications/luci-app-frpc/po/ar/frpc.po @@ -42,7 +42,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 @@ -348,7 +348,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 diff --git a/applications/luci-app-frpc/po/bg/frpc.po b/applications/luci-app-frpc/po/bg/frpc.po index 605b9ba6b8..1d29aba60e 100644 --- a/applications/luci-app-frpc/po/bg/frpc.po +++ b/applications/luci-app-frpc/po/bg/frpc.po @@ -41,7 +41,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 @@ -347,7 +347,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 diff --git a/applications/luci-app-frpc/po/bn_BD/frpc.po b/applications/luci-app-frpc/po/bn_BD/frpc.po index 3c718d0c1e..940b8084f3 100644 --- a/applications/luci-app-frpc/po/bn_BD/frpc.po +++ b/applications/luci-app-frpc/po/bn_BD/frpc.po @@ -41,7 +41,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 @@ -350,7 +350,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 diff --git a/applications/luci-app-frpc/po/ca/frpc.po b/applications/luci-app-frpc/po/ca/frpc.po index 28d917ffe8..c994e766b4 100644 --- a/applications/luci-app-frpc/po/ca/frpc.po +++ b/applications/luci-app-frpc/po/ca/frpc.po @@ -41,7 +41,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 @@ -347,7 +347,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 diff --git a/applications/luci-app-frpc/po/cs/frpc.po b/applications/luci-app-frpc/po/cs/frpc.po index 3bb7284360..3afae4c6e9 100644 --- a/applications/luci-app-frpc/po/cs/frpc.po +++ b/applications/luci-app-frpc/po/cs/frpc.po @@ -41,7 +41,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 @@ -347,7 +347,7 @@ msgstr "Port serveru" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 diff --git a/applications/luci-app-frpc/po/da/frpc.po b/applications/luci-app-frpc/po/da/frpc.po index 362f202650..9347e0dbaf 100644 --- a/applications/luci-app-frpc/po/da/frpc.po +++ b/applications/luci-app-frpc/po/da/frpc.po @@ -41,7 +41,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 @@ -347,7 +347,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 diff --git a/applications/luci-app-frpc/po/de/frpc.po b/applications/luci-app-frpc/po/de/frpc.po index 4572a893f6..4fb2ca73d8 100644 --- a/applications/luci-app-frpc/po/de/frpc.po +++ b/applications/luci-app-frpc/po/de/frpc.po @@ -41,10 +41,10 @@ msgstr "Admin-Nutzer" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" "AdminAddr spezifiziert die Adresse auf der der Admin-Server lauscht.
Standard für diesen Wert ist \"127.0.0.1\"." +">Standard für diesen Wert ist \"0.0.0.0\"." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" @@ -396,10 +396,10 @@ msgstr "Server-Port" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" "ServerAddr spezifiziert die Adresse des Servers zu dem Verbunden werden soll." -"
Standardwert hierfür ist \"0.0.0.0\"." +"
Standardwert hierfür ist \"127.0.0.1\"." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" diff --git a/applications/luci-app-frpc/po/el/frpc.po b/applications/luci-app-frpc/po/el/frpc.po index 7127e489cc..01d0feb51f 100644 --- a/applications/luci-app-frpc/po/el/frpc.po +++ b/applications/luci-app-frpc/po/el/frpc.po @@ -41,7 +41,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 @@ -347,7 +347,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 diff --git a/applications/luci-app-frpc/po/en/frpc.po b/applications/luci-app-frpc/po/en/frpc.po index badd14f886..397dd77d2f 100644 --- a/applications/luci-app-frpc/po/en/frpc.po +++ b/applications/luci-app-frpc/po/en/frpc.po @@ -41,7 +41,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 @@ -347,7 +347,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 diff --git a/applications/luci-app-frpc/po/es/frpc.po b/applications/luci-app-frpc/po/es/frpc.po index d27021cde8..091d934e2d 100644 --- a/applications/luci-app-frpc/po/es/frpc.po +++ b/applications/luci-app-frpc/po/es/frpc.po @@ -44,10 +44,10 @@ msgstr "Usuario del administrador" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" "AdminAddr especifica la dirección a la que se une el servidor de " -"administración.
De manera predeterminada, este valor es \"127.0.0.1\"." +"administración.
De manera predeterminada, este valor es \"0.0.0.0\"." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" @@ -399,10 +399,10 @@ msgstr "Puerto del servidor" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" "ServerAddr especifica la dirección del servidor al que conectarse.
Por " -"defecto, este valor es \"0.0.0.0\"." +"defecto, este valor es \"127.0.0.1\"." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" diff --git a/applications/luci-app-frpc/po/fi/frpc.po b/applications/luci-app-frpc/po/fi/frpc.po index 497d11f1a9..5866bbcc39 100644 --- a/applications/luci-app-frpc/po/fi/frpc.po +++ b/applications/luci-app-frpc/po/fi/frpc.po @@ -41,7 +41,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 @@ -347,7 +347,7 @@ msgstr "Palvelinportti" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 diff --git a/applications/luci-app-frpc/po/fr/frpc.po b/applications/luci-app-frpc/po/fr/frpc.po index 01954da3ba..b76cfbc57e 100644 --- a/applications/luci-app-frpc/po/fr/frpc.po +++ b/applications/luci-app-frpc/po/fr/frpc.po @@ -41,10 +41,10 @@ msgstr "Utilisateur administrateur" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" "AdminAddr spécifie l'adresse à laquelle le serveur d'administration se lie." -"
Par défaut, cette valeur est \"127.0.0.1\"." +"
Par défaut, cette valeur est \"0.0.0.0\"." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" @@ -397,10 +397,10 @@ msgstr "Port serveur" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" "ServerAddr spécifie l'adresse du serveur auquel se connecter.
Par " -"défaut, cette valeur est \"0.0.0.0\"." +"défaut, cette valeur est \"127.0.0.1\"." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" diff --git a/applications/luci-app-frpc/po/he/frpc.po b/applications/luci-app-frpc/po/he/frpc.po index d31d028e26..197dabadf6 100644 --- a/applications/luci-app-frpc/po/he/frpc.po +++ b/applications/luci-app-frpc/po/he/frpc.po @@ -42,7 +42,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 @@ -348,7 +348,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 diff --git a/applications/luci-app-frpc/po/hi/frpc.po b/applications/luci-app-frpc/po/hi/frpc.po index 7e933a2684..f8aa2707cc 100644 --- a/applications/luci-app-frpc/po/hi/frpc.po +++ b/applications/luci-app-frpc/po/hi/frpc.po @@ -35,7 +35,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 @@ -341,7 +341,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 diff --git a/applications/luci-app-frpc/po/hu/frpc.po b/applications/luci-app-frpc/po/hu/frpc.po index 4b05416f3d..461b29e775 100644 --- a/applications/luci-app-frpc/po/hu/frpc.po +++ b/applications/luci-app-frpc/po/hu/frpc.po @@ -41,10 +41,10 @@ msgstr "Rendszergazda felhasználó" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" "AdminAddr azt a címet határozza meg amihez az admin szerver kötődik.
Alapértelmezés szerint ez az érték „127.0.1”." +">Alapértelmezés szerint ez az érték „0.0.0.0”." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" @@ -361,7 +361,7 @@ msgstr "Kiszolgáló port" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 diff --git a/applications/luci-app-frpc/po/it/frpc.po b/applications/luci-app-frpc/po/it/frpc.po index bbbee2e3c2..c62413cac2 100644 --- a/applications/luci-app-frpc/po/it/frpc.po +++ b/applications/luci-app-frpc/po/it/frpc.po @@ -41,7 +41,7 @@ msgstr "Utente admin" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 @@ -348,7 +348,7 @@ msgstr "Porta del server" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 diff --git a/applications/luci-app-frpc/po/ja/frpc.po b/applications/luci-app-frpc/po/ja/frpc.po index de53957928..8958fab81b 100644 --- a/applications/luci-app-frpc/po/ja/frpc.po +++ b/applications/luci-app-frpc/po/ja/frpc.po @@ -41,7 +41,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 @@ -347,7 +347,7 @@ msgstr "サーバーのポート" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 diff --git a/applications/luci-app-frpc/po/ko/frpc.po b/applications/luci-app-frpc/po/ko/frpc.po index 3e7b796d05..19c5731d56 100644 --- a/applications/luci-app-frpc/po/ko/frpc.po +++ b/applications/luci-app-frpc/po/ko/frpc.po @@ -41,7 +41,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 @@ -347,7 +347,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 diff --git a/applications/luci-app-frpc/po/lt/frpc.po b/applications/luci-app-frpc/po/lt/frpc.po index 786f6874b0..177813cdfb 100644 --- a/applications/luci-app-frpc/po/lt/frpc.po +++ b/applications/luci-app-frpc/po/lt/frpc.po @@ -45,7 +45,7 @@ msgstr "Administratoriaus vartotojas/naudotojas" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 @@ -353,7 +353,7 @@ msgstr "Serverio prievadas" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 diff --git a/applications/luci-app-frpc/po/mr/frpc.po b/applications/luci-app-frpc/po/mr/frpc.po index ae4494b052..7123fce174 100644 --- a/applications/luci-app-frpc/po/mr/frpc.po +++ b/applications/luci-app-frpc/po/mr/frpc.po @@ -41,7 +41,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 @@ -347,7 +347,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 diff --git a/applications/luci-app-frpc/po/ms/frpc.po b/applications/luci-app-frpc/po/ms/frpc.po index 0d30e6e781..1d99945200 100644 --- a/applications/luci-app-frpc/po/ms/frpc.po +++ b/applications/luci-app-frpc/po/ms/frpc.po @@ -41,7 +41,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 @@ -347,7 +347,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 diff --git a/applications/luci-app-frpc/po/nb_NO/frpc.po b/applications/luci-app-frpc/po/nb_NO/frpc.po index 15f294372d..216458ff2d 100644 --- a/applications/luci-app-frpc/po/nb_NO/frpc.po +++ b/applications/luci-app-frpc/po/nb_NO/frpc.po @@ -42,7 +42,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 @@ -349,7 +349,7 @@ msgstr "Tjenerport" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 diff --git a/applications/luci-app-frpc/po/nl/frpc.po b/applications/luci-app-frpc/po/nl/frpc.po index 42b09a830b..0fcd561c04 100644 --- a/applications/luci-app-frpc/po/nl/frpc.po +++ b/applications/luci-app-frpc/po/nl/frpc.po @@ -40,7 +40,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 @@ -346,7 +346,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 diff --git a/applications/luci-app-frpc/po/pl/frpc.po b/applications/luci-app-frpc/po/pl/frpc.po index b253eca3fc..15bf5e2e41 100644 --- a/applications/luci-app-frpc/po/pl/frpc.po +++ b/applications/luci-app-frpc/po/pl/frpc.po @@ -42,10 +42,10 @@ msgstr "Administrator użytkownika" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" "AdminAddr określa adres, który serwer administracyjny łączy z adresem.
" -"Domyślnie jest to wartość \"127.0.0.1\"." +"Domyślnie jest to wartość \"0.0.0.0\"." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" @@ -394,10 +394,10 @@ msgstr "Port serwera" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" "ServerAddr określa adres serwera, z którymi chcesz się połączyć.
Domyśl domyślnie ta wartość to \"0.0.0.0\"." +">Domyśl domyślnie ta wartość to \"127.0.0.1\"." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" diff --git a/applications/luci-app-frpc/po/pt/frpc.po b/applications/luci-app-frpc/po/pt/frpc.po index 72fe18edce..764fdb3941 100644 --- a/applications/luci-app-frpc/po/pt/frpc.po +++ b/applications/luci-app-frpc/po/pt/frpc.po @@ -41,10 +41,10 @@ msgstr "Utilizador do Administrador" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" "AdminAddr especifica o endereço para o qual o servidor admin se liga.
Por padrão, este valor é \"127.0.0.1\"." +">Por padrão, este valor é \"0.0.0.0\"." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" @@ -392,10 +392,10 @@ msgstr "Porta do servidor" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" "ServerAddr especifica o endereço do servidor ao qual se conectar.
O " -"valor predefinido é \"0.0.0.0\"." +"valor predefinido é \"127.0.0.1\"." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" diff --git a/applications/luci-app-frpc/po/pt_BR/frpc.po b/applications/luci-app-frpc/po/pt_BR/frpc.po index 68d2c258d2..fb1ac80e47 100644 --- a/applications/luci-app-frpc/po/pt_BR/frpc.po +++ b/applications/luci-app-frpc/po/pt_BR/frpc.po @@ -41,10 +41,10 @@ msgstr "Usuário administrador" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" "AdminAddr determina o endereço a ser vinculado para uso do administrador do " -"servidor.
O valor predefinido é \"127.0.0.0.1\"." +"servidor.
O valor predefinido é \"0.0.0.0\"." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" @@ -394,10 +394,10 @@ msgstr "Porta do servidor" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" "ServerAddr determina o endereço do servidor para se conectar.
O valor " -"predefinido é \"0,0.0.0\"." +"predefinido é \"127.0.0.1\"." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" diff --git a/applications/luci-app-frpc/po/ro/frpc.po b/applications/luci-app-frpc/po/ro/frpc.po index 679b6022e7..fbf1c5e3dc 100644 --- a/applications/luci-app-frpc/po/ro/frpc.po +++ b/applications/luci-app-frpc/po/ro/frpc.po @@ -42,10 +42,10 @@ msgstr "Utilizator administrator" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" "AdminAddr specifică adresa la care se leagă serverul de administrare.
În mod implicit, această valoare este \"127.0.0.0.1\"." +">În mod implicit, această valoare este \"0.0.0.0\"." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" @@ -397,10 +397,10 @@ 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.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" "ServerAddr specifică adresa serverului la care trebuie să se conecteze.
În mod implicit, această valoare este \"0.0.0.0\"." +">În mod implicit, această valoare este \"127.0.0.1\"." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" diff --git a/applications/luci-app-frpc/po/ru/frpc.po b/applications/luci-app-frpc/po/ru/frpc.po index eebd9a4124..26fb5c6d0e 100644 --- a/applications/luci-app-frpc/po/ru/frpc.po +++ b/applications/luci-app-frpc/po/ru/frpc.po @@ -42,10 +42,10 @@ msgstr "Пользователь администратора" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" "AdminAddr указывает адрес, к которому привязывается сервер " -"администратора.
По умолчанию это значение равно \"127.0.0.1\"." +"администратора.
По умолчанию это значение равно \"0.0.0.0\"." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" @@ -396,10 +396,10 @@ msgstr "Порт сервера" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" "ServerAddr указывает адрес сервера для подключения.
По умолчанию это " -"значение равно \"0.0.0.0\"." +"значение равно \"127.0.0.1\"." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" diff --git a/applications/luci-app-frpc/po/sk/frpc.po b/applications/luci-app-frpc/po/sk/frpc.po index 309c23b160..7de4806f51 100644 --- a/applications/luci-app-frpc/po/sk/frpc.po +++ b/applications/luci-app-frpc/po/sk/frpc.po @@ -41,7 +41,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 @@ -347,7 +347,7 @@ msgstr "Port servera" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 diff --git a/applications/luci-app-frpc/po/sv/frpc.po b/applications/luci-app-frpc/po/sv/frpc.po index 3612dce9be..6cbe03a56b 100644 --- a/applications/luci-app-frpc/po/sv/frpc.po +++ b/applications/luci-app-frpc/po/sv/frpc.po @@ -41,7 +41,7 @@ msgstr "Admin-användare" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 @@ -348,7 +348,7 @@ msgstr "Port för server" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 diff --git a/applications/luci-app-frpc/po/templates/frpc.pot b/applications/luci-app-frpc/po/templates/frpc.pot index 3a62451f38..e1c2485e22 100644 --- a/applications/luci-app-frpc/po/templates/frpc.pot +++ b/applications/luci-app-frpc/po/templates/frpc.pot @@ -32,7 +32,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 @@ -338,7 +338,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 diff --git a/applications/luci-app-frpc/po/tr/frpc.po b/applications/luci-app-frpc/po/tr/frpc.po index 6f7580758a..f25fcabb76 100644 --- a/applications/luci-app-frpc/po/tr/frpc.po +++ b/applications/luci-app-frpc/po/tr/frpc.po @@ -41,10 +41,10 @@ msgstr "Yönetici kullanıcı" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" "AdminAddr, yönetici sunucusunun bağlandığı adresi belirtir.
Varsayılan " -"olarak bu değer \"127.0.0.1\" dir." +"olarak bu değer \"0.0.0.0\" dir." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" @@ -395,10 +395,10 @@ msgstr "Sunucu bağlantı noktası" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" "ServerAddr bağlanılacak sunucunun adresini belirtir.
Varsayılan olarak " -"bu değer \"0.0.0.0\" dır." +"bu değer \"127.0.0.1\" dır." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" diff --git a/applications/luci-app-frpc/po/uk/frpc.po b/applications/luci-app-frpc/po/uk/frpc.po index 15c53566dd..6fd4accd45 100644 --- a/applications/luci-app-frpc/po/uk/frpc.po +++ b/applications/luci-app-frpc/po/uk/frpc.po @@ -42,10 +42,10 @@ msgstr "Користувач-адміністратор" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" "AdminAddr встановлює адресу до якої підключається сервер адміністратора.
За замовчуванням, це значення - \"127.0.0.1\"." +">За замовчуванням, це значення - \"0.0.0.0\"." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" @@ -353,7 +353,7 @@ msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 diff --git a/applications/luci-app-frpc/po/vi/frpc.po b/applications/luci-app-frpc/po/vi/frpc.po index 54e917291e..fbfbada9c1 100644 --- a/applications/luci-app-frpc/po/vi/frpc.po +++ b/applications/luci-app-frpc/po/vi/frpc.po @@ -41,10 +41,10 @@ msgstr "Người dùng Admin" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" "AdminAddr chỉ định địa chỉ mà máy chủ quản trị liên kết đến.
Theo mặc " -"định, giá trị này là \"127.0.0.1\"." +"định, giá trị này là \"0.0.0.0\"." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" @@ -391,10 +391,10 @@ msgstr "Cổng máy chủ" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" "ServerAddr chỉ định địa chỉ của máy chủ để kết nối.
Theo mặc định, giá " -"trị này là \"0.0.0.0\"." +"trị này là \"127.0.0.1\"." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" diff --git a/applications/luci-app-frpc/po/zh_Hans/frpc.po b/applications/luci-app-frpc/po/zh_Hans/frpc.po index 38d91ba788..591f0b0518 100644 --- a/applications/luci-app-frpc/po/zh_Hans/frpc.po +++ b/applications/luci-app-frpc/po/zh_Hans/frpc.po @@ -41,8 +41,8 @@ msgstr "管理用户" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." -msgstr "AdminAddr 特指用于绑定管理服务器的地址。
默认是\"127.0.0.1\"。" +"default, this value is \"0.0.0.0\"." +msgstr "AdminAddr 特指用于绑定管理服务器的地址。
默认是\"0.0.0.0\"。" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" @@ -374,9 +374,9 @@ msgstr "服务器端口" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" -"ServerAddr 指定要连接到的服务器的地址。
默认情况下,此值为\"0.0.0.0\"。" +"ServerAddr 指定要连接到的服务器的地址。
默认情况下,此值为\"127.0.0.1\"。" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" diff --git a/applications/luci-app-frpc/po/zh_Hant/frpc.po b/applications/luci-app-frpc/po/zh_Hant/frpc.po index fda3019bcf..8bbd245c13 100644 --- a/applications/luci-app-frpc/po/zh_Hant/frpc.po +++ b/applications/luci-app-frpc/po/zh_Hant/frpc.po @@ -41,9 +41,9 @@ msgstr "管理員用戶" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28 msgid "" "AdminAddr specifies the address that the admin server binds to.
By " -"default, this value is \"127.0.0.1\"." +"default, this value is \"0.0.0.0\"." msgstr "" -"AdminAddr指定管理伺服器綁定到的位址.
預設況下, 此值為“127.0.0.1”." +"AdminAddr指定管理伺服器綁定到的位址.
預設況下, 此值為“0.0.0.0”." #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29 msgid "" @@ -373,9 +373,9 @@ msgstr "伺服器埠號" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20 msgid "" "ServerAddr specifies the address of the server to connect to.
By " -"default, this value is \"0.0.0.0\"." +"default, this value is \"127.0.0.1\"." msgstr "" -"ServerAddr指定要連接的伺服器的位址。
預設情況下,此值為“ 0.0.0.0”。" +"ServerAddr指定要連接的伺服器的位址。
預設情況下,此值為“ 127.0.0.1”。" #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21 msgid "" -- 2.30.2