Merge pull request #7080 from TDT-AG/pr/20240423-luci-mod-dsl
authorFlorian Eckert <fe@dev.tdt.de>
Wed, 24 Apr 2024 07:26:49 +0000 (09:26 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Apr 2024 07:26:49 +0000 (09:26 +0200)
luci-mod-dsl: improve view for the luci-theme-material

43 files changed:
applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js
applications/luci-app-frpc/po/ar/frpc.po
applications/luci-app-frpc/po/bg/frpc.po
applications/luci-app-frpc/po/bn_BD/frpc.po
applications/luci-app-frpc/po/ca/frpc.po
applications/luci-app-frpc/po/cs/frpc.po
applications/luci-app-frpc/po/da/frpc.po
applications/luci-app-frpc/po/de/frpc.po
applications/luci-app-frpc/po/el/frpc.po
applications/luci-app-frpc/po/en/frpc.po
applications/luci-app-frpc/po/es/frpc.po
applications/luci-app-frpc/po/fi/frpc.po
applications/luci-app-frpc/po/fr/frpc.po
applications/luci-app-frpc/po/he/frpc.po
applications/luci-app-frpc/po/hi/frpc.po
applications/luci-app-frpc/po/hu/frpc.po
applications/luci-app-frpc/po/it/frpc.po
applications/luci-app-frpc/po/ja/frpc.po
applications/luci-app-frpc/po/ko/frpc.po
applications/luci-app-frpc/po/lt/frpc.po
applications/luci-app-frpc/po/mr/frpc.po
applications/luci-app-frpc/po/ms/frpc.po
applications/luci-app-frpc/po/nb_NO/frpc.po
applications/luci-app-frpc/po/nl/frpc.po
applications/luci-app-frpc/po/pl/frpc.po
applications/luci-app-frpc/po/pt/frpc.po
applications/luci-app-frpc/po/pt_BR/frpc.po
applications/luci-app-frpc/po/ro/frpc.po
applications/luci-app-frpc/po/ru/frpc.po
applications/luci-app-frpc/po/sk/frpc.po
applications/luci-app-frpc/po/sv/frpc.po
applications/luci-app-frpc/po/templates/frpc.pot
applications/luci-app-frpc/po/tr/frpc.po
applications/luci-app-frpc/po/uk/frpc.po
applications/luci-app-frpc/po/vi/frpc.po
applications/luci-app-frpc/po/zh_Hans/frpc.po
applications/luci-app-frpc/po/zh_Hant/frpc.po
applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js
modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js
modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js
modules/luci-mod-status/htdocs/luci-static/resources/view/status/load.js
modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js
modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json

index 0999ba0294e4122879354e79d602ee3878060170..a0fb34beb6f0ad5cd46aa7a1eccd90dec0c8b343 100644 (file)
@@ -17,7 +17,7 @@ var startupConf = [
 ];
 
 var commonConf = [
-       [form.Value, 'server_addr', _('Server address'), _('ServerAddr specifies the address of the server to connect to.<br />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.<br />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.<br />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.<br />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.<br />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".<br />By default, this value is 0.'), {datatype: 'uinteger'}],
        [form.Flag, 'disable_log_color', _('Disable log color'), _('DisableLogColor disables log colors when LogWay == "console" when set to true.'), {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. <br />By default, this value is "".')],
-       [form.Value, 'admin_addr', _('Admin address'), _('AdminAddr specifies the address that the admin server binds to.<br />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.<br />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.<br />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.<br />By default, this value is "admin".')],
        [form.Value, 'admin_pwd', _('Admin password'), _('AdminPwd specifies the password that the admin server will use for login.<br />By default, this value is "admin".'), {password: true}],
index 9f041b9fdfc22ce84f896be70e45f7a8cd1a155b..2839b51878c1526f03b01bf693f55288baeaf272 100644 (file)
@@ -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.<br />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.<br />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
index 605b9ba6b847a57df73a5bcbaee79d434e4cc3e4..1d29aba60edd997b0a822547cd4311eb7424ebcf 100644 (file)
@@ -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.<br />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.<br />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
index 3c718d0c1e391ac675146d74a14834f5c95e3d75..940b8084f3d1d0898a7541851630af39eabcd5e9 100644 (file)
@@ -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.<br />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.<br />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
index 28d917ffe86c557bc272c97b4ffabbd3faf9c49b..c994e766b4cd79d8803fe02e4f394ef84935bfb6 100644 (file)
@@ -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.<br />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.<br />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
index 3bb728436043e3ef0f037932bd1a4a7d72ecb0b1..3afae4c6e991ba73c99c28c2596d5c70bee0821a 100644 (file)
@@ -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.<br />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.<br />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
index 362f2026506d9c5ba3594ed819c690dc16477234..9347e0dbaf1f024cbd211032a019649bd2ef5687 100644 (file)
@@ -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.<br />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.<br />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
index 4572a893f698bed33a1b409439d9c19acc76038c..4fb2ca73d8ca0d5e9e6211a462ea45cdc37664bb 100644 (file)
@@ -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.<br />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.<br /"
-">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.<br />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."
-"<br />Standardwert hierfür ist \"0.0.0.0\"."
+"<br />Standardwert hierfür ist \"127.0.0.1\"."
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
 msgid ""
index 7127e489cc07e0b91ad5a21c5edf2318311856b9..01d0feb51f45f0fb758713a1d849662d60320a47 100644 (file)
@@ -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.<br />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.<br />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
index badd14f886d51931f46e83f05f147ac1ff67674f..397dd77d2f95c836b022c00cfa6fb4407735dc94 100644 (file)
@@ -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.<br />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.<br />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
index d27021cde8b4eb75e90cbdbc86b1216f54079e0d..091d934e2d927ba1a1e140146e6080f9cd68a5be 100644 (file)
@@ -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.<br />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.<br />De manera predeterminada, este valor es \"127.0.0.1\"."
+"administración.<br />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.<br />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.<br />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 ""
index 497d11f1a903dd53cfecd0a4579726c8ea6f3581..5866bbcc3921be8e9940d3defe5a74d681e67e2b 100644 (file)
@@ -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.<br />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.<br />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
index 01954da3ba13a61dd584c2f6b352527ae23946ad..b76cfbc57e5f8d3953ba433280cb9e329658a0d1 100644 (file)
@@ -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.<br />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."
-"<br />Par défaut, cette valeur est \"127.0.0.1\"."
+"<br />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.<br />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.<br />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 ""
index d31d028e263582e8ab8c7ce70836af0868092d5f..197dabadf6f34d441f27064ff7b0aaf7ce64359c 100644 (file)
@@ -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.<br />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.<br />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
index 7e933a2684cc90b17b50b86cc1d1120d45375d48..f8aa2707ccada00f448bc3f63d47f01c1a14c342 100644 (file)
@@ -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.<br />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.<br />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
index 4b05416f3d361db7944490630a180f13af2fdd61..461b29e77538301caa506a4e2c06408c95a8fc45 100644 (file)
@@ -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.<br />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.<br /"
-">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.<br />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
index bbbee2e3c2ad6daab8d295857e158581060d1dd8..c62413cac2b230bce8cfd6c8347a901748861598 100644 (file)
@@ -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.<br />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.<br />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
index de539579288b35d5f00061479bf2e3881d3f85ee..8958fab81bc399dbfd3b8ea6d31058ad0b88c792 100644 (file)
@@ -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.<br />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.<br />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
index 3e7b796d059512c493081b6ea501415af59c50fd..19c5731d566df44218cec394fee380b088fc16f1 100644 (file)
@@ -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.<br />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.<br />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
index 786f6874b08d9e84c914313b358e765d3d80f0b8..177813cdfb4d12c831b8f3c17b62dcd589f8f3d7 100644 (file)
@@ -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.<br />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.<br />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
index ae4494b052dc6d1585939cd9afbaebf9b2e14285..7123fce17483911f3ae9e4599a0187d2a47243b7 100644 (file)
@@ -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.<br />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.<br />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
index 0d30e6e781a648a0563414b3c4743c8b7bb02aeb..1d999452004c09f62f261f67643f45f9e41704da 100644 (file)
@@ -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.<br />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.<br />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
index 15f294372dcedc494c49192773118456ba240f1a..216458ff2d8b527a5b06a521ca1bc5efe7d42185 100644 (file)
@@ -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.<br />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.<br />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
index 42b09a830b5310dfe90b1427259f046d32b73f98..0fcd561c04edc857a0b7704a1232dd7f03c82859 100644 (file)
@@ -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.<br />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.<br />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
index b253eca3fcb5b7556696021b9b7a6f0b60e5df1f..15bf5e2e41c177b432d2dd69e72341f77e71f6a4 100644 (file)
@@ -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.<br />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.<br /> "
-"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.<br />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ć. <br /"
-">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 ""
index 72fe18edcefa1cb27e723a80363b9840c01ca270..764fdb3941b58c2d5792368d544614b2e4d232c3 100644 (file)
@@ -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.<br />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.<br /"
-">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.<br />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.<br />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 ""
index 68d2c258d257f3b6d456ad0907b71d6b8f97b51f..fb1ac80e47e1ee89567f13bf171a66d4a511d3ba 100644 (file)
@@ -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.<br />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.<br />O valor predefinido é \"127.0.0.0.1\"."
+"servidor.<br />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.<br />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. <br />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 ""
index 679b6022e7736b9ce061d8c91ec7067ad503b2ee..fbf1c5e3dca3eecb6bb6055de9d87a4a50f92c6f 100644 (file)
@@ -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.<br />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.<br /"
-">Î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.<br />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.<br /"
-">Î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 ""
index eebd9a412418cca197cefcb69e47e0c52386e6c0..26fb5c6d0e43f85bef6254c90e4a752ed1d8cd6f 100644 (file)
@@ -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.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 "AdminAddr указывает адрес, к которому привязывается сервер "
-"администратора.<br />По умолчанию это значение равно \"127.0.0.1\"."
+"администратора.<br />По умолчанию это значение равно \"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.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
 "ServerAddr указывает адрес сервера для подключения.<br />По умолчанию это "
-"значение равно \"0.0.0.0\"."
+"значение равно \"127.0.0.1\"."
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
 msgid ""
index 309c23b160f8b46f9f0d68ce06c9adc468105115..7de4806f51a50fec4f86f79833e84b2df70ee3e1 100644 (file)
@@ -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.<br />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.<br />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
index 3612dce9bea8f87ac24eea3346c2bafd62b925e0..6cbe03a56b37cae9a6d446f8bfef9efb8526142c 100644 (file)
@@ -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.<br />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.<br />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
index 3a62451f3854d8b90520dcdf5730266ebe0a70a7..e1c2485e226608d737d47416ce160828bf36ed35 100644 (file)
@@ -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.<br />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.<br />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
index 6f7580758a3d44642da65a2d378932c8b0e9796d..f25fcabb76905cfb86102d48f43701aa430efe23 100644 (file)
@@ -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.<br />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.<br />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.<br />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.<br />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 ""
index 15c53566dd1dd16102426a23b49fbb2ffd0d44ac..6fd4accd45055505714707c1fa29ebfdaeb8965b 100644 (file)
@@ -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.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
 "AdminAddr встановлює адресу до якої підключається сервер адміністратора.<br /"
-">За замовчуванням, це значення - \"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.<br />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
index 54e917291e00eccaeb21391af64071b5a8d9b882..fbfbada9c1b1f52650316cc6f186e8b1d29fe821 100644 (file)
@@ -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.<br />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.<br />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.<br />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.<br />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 ""
index 38d91ba7889e5e1a5c4fe484398731e1f523b0b4..591f0b05180442eedcc611d2e2227897aa0653b8 100644 (file)
@@ -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.<br />By "
-"default, this value is \"127.0.0.1\"."
-msgstr "AdminAddr 特指用于绑定管理服务器的地址。<br />默认是\"127.0.0.1\"。"
+"default, this value is \"0.0.0.0\"."
+msgstr "AdminAddr 特指用于绑定管理服务器的地址。<br />默认是\"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.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
-"ServerAddr 指定要连接到的服务器的地址。<br />默认情况下,此值为\"0.0.0.0\"。"
+"ServerAddr 指定要连接到的服务器的地址。<br />默认情况下,此值为\"127.0.0.1\"。"
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
 msgid ""
index fda3019bcfa8382ac9880666c9d044a26b58b670..8bbd245c135cbab49a21313a83117e26629bc6cb 100644 (file)
@@ -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.<br />By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
 msgstr ""
-"AdminAddr指定管理伺服器綁定到的位址. <br />預設況下, 此值為“127.0.0.1”."
+"AdminAddr指定管理伺服器綁定到的位址. <br />預設況下, 此值為“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.<br />By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
 msgstr ""
-"ServerAddr指定要連接的伺服器的位址。<br />預設情況下,此值為“ 0.0.0.0”。"
+"ServerAddr指定要連接的伺服器的位址。<br />預設情況下,此值為“ 127.0.0.1”。"
 
 #: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
 msgid ""
index b6da2327b5d1334b1e64ed4722dd2dbd51c2f332..166ebcef4b413a621b34cbde2dfb307a788ad75f 100644 (file)
@@ -400,13 +400,17 @@ return view.extend({
 
                o = s.taboption('settings', widgets.NetworkSelect, 'network', _('Network'), _('The network interface for inter-AP communication'));
 
-               o = s.taboption('settings', form.Flag, 'syslog', _('Log messages to syslog'));
+               o = s.taboption('settings', form.Flag, 'syslog', _('Log messages to syslog'),_('default true'));
                o.default = '1';
                o.rmempty = false;
 
-               o = s.taboption('settings', form.Flag, 'ipv6', _('IPv6 mode'), _('Use IPv6 for remote exchange'));
+               o = s.taboption('settings', form.Flag, 'local_mode', _('Local mode'), _('Disable network communication')+' ('+_('default false')+')');
                o.rmempty = false;
 
+               o = s.taboption('settings', form.Flag, 'ipv6', _('IPv6 mode'), _('Use IPv6 for remote exchange')+' ('+_('default false')+')');
+               o.rmempty = false;
+
+
                o = s.taboption('settings', form.ListValue, 'debug_level', _('Debug level'));
                o.value('0', _('Fatal'));
                o.value('1', _('Info'));
@@ -429,7 +433,7 @@ return view.extend({
 
                o = s.taboption('settings', form.Value, 'local_sta_timeout', _('Local sta timeout'), _('Maximum amount of time (ms) a local unconnected station is tracked'));
                o.optional = true;
-               o.placeholder = 12000;
+               o.placeholder = 120000;
                o.datatype = 'uinteger';
 
                o = s.taboption('settings', form.Value, 'measurement_report_timeout', _('Measurement report timeout'), _('Maximum amount of time (ms) a measurement report is stored'));
@@ -472,10 +476,10 @@ return view.extend({
                o.placeholder = 10;
                o.datatype = 'uinteger';
 
-               o = s.taboption('settings', form.Flag, 'assoc_steering', _('Assoc steering'), _('Allow rejecting assoc requests for steering purposes'));
+               o = s.taboption('settings', form.Flag, 'assoc_steering', _('Assoc steering'), _('Allow rejecting assoc requests for steering purposes')+' ('+_('default false')+')');
                o.optional = true;
 
-               o = s.taboption('settings', form.Flag, 'probe_steering', _('Probe steering'), _('Allow ignoring probe requests for steering purposes'));
+               o = s.taboption('settings', form.Flag, 'probe_steering', _('Probe steering'), _('Allow ignoring probe requests for steering purposes')+' ('+_('default false')+')');
                o.optional = true;
 
                o = s.taboption('settings', form.Value, 'min_connect_snr', _('Min connect SNR'), _('Minimum signal-to-noise ratio or signal level (dBm) to allow connections'));
@@ -493,6 +497,11 @@ return view.extend({
                o.placeholder = 5000;
                o.datatype = 'uinteger';
 
+               o = s.taboption('settings', form.Value, 'steer_reject_timeout', _('Steer reject timeout'), _('Timeout (ms) for which a client will not be steered after rejecting a BSS-transition-request'));
+               o.optional = true;
+               o.placeholder = 60000;
+               o.datatype = 'uinteger';
+
                o = s.taboption('settings', form.Value, 'roam_process_timeout', _('Roam process timeout'), _('Timeout (in ms) after which a association following a disassociation is not seen as a roam'));
                o.optional = true;
                o.placeholder = 5000;
@@ -531,9 +540,9 @@ return view.extend({
                o.placeholder = 60000;
                o.datatype = 'uinteger';
 
-               o = s.taboption('settings', form.Value, 'roam_kick_delay', _('Roam kick delay'), _('Timeout (in 100ms beacon intervals) for client roam requests'));
+               o = s.taboption('settings', form.Value, 'roam_kick_delay', _('Roam kick delay'), _('Timeout (ms) for client roam requests. usteer will kick the client after this times out.'));
                o.optional = true;
-               o.placeholder = 100;
+               o.placeholder = 10000;
                o.datatype = 'uinteger';
 
                o = s.taboption('settings', form.Value, 'signal_diff_threshold', _('Signal diff threshold'), _('Minimum signal strength difference until AP steering policy is active'));
@@ -546,7 +555,7 @@ return view.extend({
                o.placeholder = 0;
                o.datatype = 'uinteger';
 
-               o = s.taboption('settings', form.Flag, 'load_kick_enabled', _('Load kick enabled'), _('Enable kicking client on excessive channel load'));
+               o = s.taboption('settings', form.Flag, 'load_kick_enabled', _('Load kick enabled'), _('Enable kicking client on excessive channel load')+' ('+_('default false')+')');
                o.optional = true;
 
                o = s.taboption('settings', form.Value, 'load_kick_threshold', _('Load kick threshold'), _('Minimum channel load (%) before kicking clients'));
@@ -609,7 +618,7 @@ return view.extend({
                o.optional = true;
                o.datatype = 'list(string)';
 
-               o = s.taboption('settings', form.DynamicList, 'ssid_list', _('SSID list'), _('List of SSIDs to enable steering on'));
+               o = s.taboption('settings', form.DynamicList, 'ssid_list', _('SSID list'), _('List of SSIDs to enable steering on')+' ('+_('empty means all')+')');
                WifiNetworks.forEach(function (wifiNetwork) {
                        if (wifiNetwork.getSSID() && (!o.keylist || o.keylist.indexOf(wifiNetwork.getSSID()) === -1)) {
                                o.value(wifiNetwork.getSSID())
index 0fbe49c12cd7d87cbd19516f1a6f906e95c4269f..7d13679d8124b44c8dc89723239b6b4ca72de9c5 100644 (file)
@@ -247,7 +247,7 @@ return view.extend({
                var svg = data[0],
                    devs = data[1];
 
-               var v = E('div', {}, E('div'));
+               var v = E('div', { 'class': 'cbi-map', 'id': 'map' }, E('div'));
 
                for (var i = 0; i < devs.length; i++) {
                        var ifname = devs[i].getName();
@@ -257,7 +257,7 @@ return view.extend({
 
                        var csvg = svg.cloneNode(true);
 
-                       v.firstElementChild.appendChild(E('div', { 'data-tab': ifname, 'data-tab-title': ifname }, [
+                       v.firstElementChild.appendChild(E('div', { 'class': 'cbi-section', 'data-tab': ifname, 'data-tab-title': ifname }, [
                                csvg,
                                E('div', { 'class': 'right' }, E('small', { 'id': 'scale' }, '-')),
                                E('br'),
@@ -283,7 +283,8 @@ return view.extend({
                                                E('td', { 'class': 'td right top' }, E('strong', {}, [ _('Peak:') ])),
                                                E('td', { 'class': 'td', 'id': 'tx_bw_peak' }, rate(0, true))
                                        ])
-                               ])
+                               ]),
+                               E('div', {'class': 'cbi-section-create'})
                        ]));
 
                        this.updateGraph(ifname, csvg, [ { line: 'rx', counter: true }, null, { line: 'tx', counter: true } ], function(svg, info) {
@@ -309,7 +310,11 @@ return view.extend({
 
                this.pollData();
 
-               return v;
+               return  E([], [
+                       E('h2', _('Bandwith')),
+                       E('div', {'class': 'cbi-map-descr'}, _('This page displays the bandwidth used for all available physical interfaces.')),
+                       v
+               ]);
        },
 
        handleSaveApply: null,
index 168bfefdf8673d7c6cf5f585588e45999538a947..23ff1df53ea5e4fbfe7aff6a9817bea3726b90b4 100644 (file)
@@ -318,77 +318,81 @@ return view.extend({
        render: function(data) {
                var svg = data[0];
 
-               var v = E([], [
-                       svg,
-                       E('div', { 'class': 'right' }, E('small', { 'id': 'scale' }, '-')),
-                       E('br'),
-
-                       E('table', { 'class': 'table', 'style': 'width:100%;table-layout:fixed' }, [
-                               E('tr', { 'class': 'tr' }, [
-                                       E('td', { 'class': 'td right top' }, E('strong', { 'style': 'border-bottom:2px solid blue' }, [ _('UDP:') ])),
-                                       E('td', { 'class': 'td', 'id': 'lb_udp_cur' }, [ '0' ]),
+               var v = E('div', { 'class': 'cbi-map', 'id': 'map' }, [
+                       E('h2', _('Connections')),
+                       E('div', {'class': 'cbi-map-descr'}, _('This page displays the active connections via this device.')),
+                       E('div', { 'class': 'cbi-section' }, [
+                               svg,
+                               E('div', { 'class': 'right' }, E('small', { 'id': 'scale' }, '-')),
+                               E('br'),
+
+                               E('table', { 'class': 'table', 'style': 'width:100%;table-layout:fixed' }, [
+                                       E('tr', { 'class': 'tr' }, [
+                                               E('td', { 'class': 'td right top' }, E('strong', { 'style': 'border-bottom:2px solid blue' }, [ _('UDP:') ])),
+                                               E('td', { 'class': 'td', 'id': 'lb_udp_cur' }, [ '0' ]),
+
+                                               E('td', { 'class': 'td right top' }, E('strong', {}, [ _('Average:') ])),
+                                               E('td', { 'class': 'td', 'id': 'lb_udp_avg' }, [ '0' ]),
+
+                                               E('td', { 'class': 'td right top' }, E('strong', {}, [ _('Peak:') ])),
+                                               E('td', { 'class': 'td', 'id': 'lb_udp_peak' }, [ '0' ])
+                                       ]),
+                                       E('tr', { 'class': 'tr' }, [
+                                               E('td', { 'class': 'td right top' }, E('strong', { 'style': 'border-bottom:2px solid green' }, [ _('TCP:') ])),
+                                               E('td', { 'class': 'td', 'id': 'lb_tcp_cur' }, [ '0' ]),
 
-                                       E('td', { 'class': 'td right top' }, E('strong', {}, [ _('Average:') ])),
-                                       E('td', { 'class': 'td', 'id': 'lb_udp_avg' }, [ '0' ]),
+                                               E('td', { 'class': 'td right top' }, E('strong', {}, [ _('Average:') ])),
+                                               E('td', { 'class': 'td', 'id': 'lb_tcp_avg' }, [ '0' ]),
 
-                                       E('td', { 'class': 'td right top' }, E('strong', {}, [ _('Peak:') ])),
-                                       E('td', { 'class': 'td', 'id': 'lb_udp_peak' }, [ '0' ])
-                               ]),
-                               E('tr', { 'class': 'tr' }, [
-                                       E('td', { 'class': 'td right top' }, E('strong', { 'style': 'border-bottom:2px solid green' }, [ _('TCP:') ])),
-                                       E('td', { 'class': 'td', 'id': 'lb_tcp_cur' }, [ '0' ]),
+                                               E('td', { 'class': 'td right top' }, E('strong', {}, [ _('Peak:') ])),
+                                               E('td', { 'class': 'td', 'id': 'lb_tcp_peak' }, [ '0' ])
+                                       ]),
+                                       E('tr', { 'class': 'tr' }, [
+                                               E('td', { 'class': 'td right top' }, E('strong', { 'style': 'border-bottom:2px solid red' }, [ _('Other:') ])),
+                                               E('td', { 'class': 'td', 'id': 'lb_otr_cur' }, [ '0' ]),
 
-                                       E('td', { 'class': 'td right top' }, E('strong', {}, [ _('Average:') ])),
-                                       E('td', { 'class': 'td', 'id': 'lb_tcp_avg' }, [ '0' ]),
+                                               E('td', { 'class': 'td right top' }, E('strong', {}, [ _('Average:') ])),
+                                               E('td', { 'class': 'td', 'id': 'lb_otr_avg' }, [ '0' ]),
 
-                                       E('td', { 'class': 'td right top' }, E('strong', {}, [ _('Peak:') ])),
-                                       E('td', { 'class': 'td', 'id': 'lb_tcp_peak' }, [ '0' ])
+                                               E('td', { 'class': 'td right top' }, E('strong', {}, [ _('Peak:') ])),
+                                               E('td', { 'class': 'td', 'id': 'lb_otr_peak' }, [ '0' ])
+                                       ])
                                ]),
-                               E('tr', { 'class': 'tr' }, [
-                                       E('td', { 'class': 'td right top' }, E('strong', { 'style': 'border-bottom:2px solid red' }, [ _('Other:') ])),
-                                       E('td', { 'class': 'td', 'id': 'lb_otr_cur' }, [ '0' ]),
 
-                                       E('td', { 'class': 'td right top' }, E('strong', {}, [ _('Average:') ])),
-                                       E('td', { 'class': 'td', 'id': 'lb_otr_avg' }, [ '0' ]),
+                               E('div', { 'class': 'right' }, [
+                                       E('button', {
+                                               'class': 'btn cbi-button cbi-button-apply toggle-lookups',
+                                               'click': function(ev) {
+                                                       if (!enableLookups) {
+                                                               ev.currentTarget.classList.add('spinning');
+                                                               ev.currentTarget.disabled = true;
+                                                               enableLookups = true;
+                                                       }
+                                                       else {
+                                                               ev.currentTarget.firstChild.data = _('Enable DNS lookups');
+                                                               enableLookups = false;
+                                                       }
 
-                                       E('td', { 'class': 'td right top' }, E('strong', {}, [ _('Peak:') ])),
-                                       E('td', { 'class': 'td', 'id': 'lb_otr_peak' }, [ '0' ])
-                               ])
-                       ]),
-
-                       E('div', { 'class': 'right' }, [
-                               E('button', {
-                                       'class': 'btn toggle-lookups',
-                                       'click': function(ev) {
-                                               if (!enableLookups) {
-                                                       ev.currentTarget.classList.add('spinning');
-                                                       ev.currentTarget.disabled = true;
-                                                       enableLookups = true;
-                                               }
-                                               else {
-                                                       ev.currentTarget.firstChild.data = _('Enable DNS lookups');
-                                                       enableLookups = false;
+                                                       this.blur();
                                                }
+                                       }, [ enableLookups ? _('Disable DNS lookups') : _('Enable DNS lookups') ])
+                               ]),
 
-                                               this.blur();
-                                       }
-                               }, [ enableLookups ? _('Disable DNS lookups') : _('Enable DNS lookups') ])
-                       ]),
-
-                       E('br'),
-
-                       E('div', { 'class': 'cbi-section-node' }, [
-                               E('table', { 'class': 'table', 'id': 'connections' }, [
-                                       E('tr', { 'class': 'tr table-titles' }, [
-                                               E('th', { 'class': 'th col-2 hide-xs' }, [ _('Network') ]),
-                                               E('th', { 'class': 'th col-2' }, [ _('Protocol') ]),
-                                               E('th', { 'class': 'th col-7' }, [ _('Source') ]),
-                                               E('th', { 'class': 'th col-7' }, [ _('Destination') ]),
-                                               E('th', { 'class': 'th col-4' }, [ _('Transfer') ])
-                                       ]),
-                                       E('tr', { 'class': 'tr placeholder' }, [
-                                               E('td', { 'class': 'td' }, [
-                                                       E('em', {}, [ _('Collecting data...') ])
+                               E('br'),
+
+                               E('div', { 'class': 'cbi-section-node' }, [
+                                       E('table', { 'class': 'table', 'id': 'connections' }, [
+                                               E('tr', { 'class': 'tr table-titles' }, [
+                                                       E('th', { 'class': 'th col-2 hide-xs' }, [ _('Network') ]),
+                                                       E('th', { 'class': 'th col-2' }, [ _('Protocol') ]),
+                                                       E('th', { 'class': 'th col-7' }, [ _('Source') ]),
+                                                       E('th', { 'class': 'th col-7' }, [ _('Destination') ]),
+                                                       E('th', { 'class': 'th col-4' }, [ _('Transfer') ])
+                                               ]),
+                                               E('tr', { 'class': 'tr placeholder' }, [
+                                                       E('td', { 'class': 'td' }, [
+                                                               E('em', {}, [ _('Collecting data...') ])
+                                                       ])
                                                ])
                                        ])
                                ])
index 633e43e6c32abc5a8a145faa1347c61f4a05fe3b..bc6525969c9253406594a816b5e9943d89d033bf 100644 (file)
@@ -223,41 +223,45 @@ return view.extend({
        render: function(data) {
                var svg = data[0];
 
-               var v = E([], [
-                       svg,
-                       E('div', { 'class': 'right' }, E('small', { 'id': 'scale' }, '-')),
-                       E('br'),
-
-                       E('table', { 'class': 'table', 'style': 'width:100%;table-layout:fixed' }, [
-                               E('tr', { 'class': 'tr' }, [
-                                       E('td', { 'class': 'td right top' }, E('strong', { 'style': 'border-bottom:2px solid #f00' }, [ _('1 Minute Load:') ])),
-                                       E('td', { 'class': 'td', 'id': 'lb_load01_cur' }, [ '0.00' ]),
-
-                                       E('td', { 'class': 'td right top' }, E('strong', {}, [ _('Average:') ])),
-                                       E('td', { 'class': 'td', 'id': 'lb_load01_avg' }, [ '0.00' ]),
-
-                                       E('td', { 'class': 'td right top' }, E('strong', {}, [ _('Peak:') ])),
-                                       E('td', { 'class': 'td', 'id': 'lb_load01_peak' }, [ '0.00' ])
-                               ]),
-                               E('tr', { 'class': 'tr' }, [
-                                       E('td', { 'class': 'td right top' }, E('strong', { 'style': 'border-bottom:2px solid #f60' }, [ _('5 Minute Load:') ])),
-                                       E('td', { 'class': 'td', 'id': 'lb_load05_cur' }, [ '0.00' ]),
-
-                                       E('td', { 'class': 'td right top' }, E('strong', {}, [ _('Average:') ])),
-                                       E('td', { 'class': 'td', 'id': 'lb_load05_avg' }, [ '0.00' ]),
-
-                                       E('td', { 'class': 'td right top' }, E('strong', {}, [ _('Peak:') ])),
-                                       E('td', { 'class': 'td', 'id': 'lb_load05_peak' }, [ '0.00' ])
-                               ]),
-                               E('tr', { 'class': 'tr' }, [
-                                       E('td', { 'class': 'td right top' }, E('strong', { 'style': 'border-bottom:2px solid #fa0' }, [ _('15 Minute Load:') ])),
-                                       E('td', { 'class': 'td', 'id': 'lb_load15_cur' }, [ '0.00' ]),
-
-                                       E('td', { 'class': 'td right top' }, E('strong', {}, [ _('Average:') ])),
-                                       E('td', { 'class': 'td', 'id': 'lb_load15_avg' }, [ '0.00' ]),
-
-                                       E('td', { 'class': 'td right top' }, E('strong', {}, [ _('Peak:') ])),
-                                       E('td', { 'class': 'td', 'id': 'lb_load15_peak' }, [ '0.00' ])
+               var v = E('div', { 'class': 'cbi-map', 'id': 'map' }, [
+                       E('h2', _('System load')),
+                       E('div', {'class': 'cbi-map-descr'}, _('Load Average is a metric that is used by Linux to keep track of system resources.')),
+                       E('div', { 'class': 'cbi-section' }, [
+                               svg,
+                               E('div', { 'class': 'right' }, E('small', { 'id': 'scale' }, '-')),
+                               E('br'),
+
+                               E('table', { 'class': 'table', 'style': 'width:100%;table-layout:fixed' }, [
+                                       E('tr', { 'class': 'tr' }, [
+                                               E('td', { 'class': 'td right top' }, E('strong', { 'style': 'border-bottom:2px solid #f00' }, [ _('1 Minute Load:') ])),
+                                               E('td', { 'class': 'td', 'id': 'lb_load01_cur' }, [ '0.00' ]),
+
+                                               E('td', { 'class': 'td right top' }, E('strong', {}, [ _('Average:') ])),
+                                               E('td', { 'class': 'td', 'id': 'lb_load01_avg' }, [ '0.00' ]),
+
+                                               E('td', { 'class': 'td right top' }, E('strong', {}, [ _('Peak:') ])),
+                                               E('td', { 'class': 'td', 'id': 'lb_load01_peak' }, [ '0.00' ])
+                                       ]),
+                                       E('tr', { 'class': 'tr' }, [
+                                               E('td', { 'class': 'td right top' }, E('strong', { 'style': 'border-bottom:2px solid #f60' }, [ _('5 Minute Load:') ])),
+                                               E('td', { 'class': 'td', 'id': 'lb_load05_cur' }, [ '0.00' ]),
+
+                                               E('td', { 'class': 'td right top' }, E('strong', {}, [ _('Average:') ])),
+                                               E('td', { 'class': 'td', 'id': 'lb_load05_avg' }, [ '0.00' ]),
+
+                                               E('td', { 'class': 'td right top' }, E('strong', {}, [ _('Peak:') ])),
+                                               E('td', { 'class': 'td', 'id': 'lb_load05_peak' }, [ '0.00' ])
+                                       ]),
+                                       E('tr', { 'class': 'tr' }, [
+                                               E('td', { 'class': 'td right top' }, E('strong', { 'style': 'border-bottom:2px solid #fa0' }, [ _('15 Minute Load:') ])),
+                                               E('td', { 'class': 'td', 'id': 'lb_load15_cur' }, [ '0.00' ]),
+
+                                               E('td', { 'class': 'td right top' }, E('strong', {}, [ _('Average:') ])),
+                                               E('td', { 'class': 'td', 'id': 'lb_load15_avg' }, [ '0.00' ]),
+
+                                               E('td', { 'class': 'td right top' }, E('strong', {}, [ _('Peak:') ])),
+                                               E('td', { 'class': 'td', 'id': 'lb_load15_peak' }, [ '0.00' ])
+                                       ])
                                ])
                        ])
                ]);
index 8848143c98b53e7bf59082027bdb25976ddffd08..f5b3404382f44882a5bdbff6ed53747e64b78580 100644 (file)
@@ -241,7 +241,7 @@ return view.extend({
                    svg2 = data[1],
                    wifidevs = data[2];
 
-               var v = E('div', {}, E('div'));
+               var v = E('div', { 'class': 'cbi-map', 'id': 'map' }, E('div'));
 
                for (var i = 0; i < wifidevs.length; i++) {
                        var ifname = wifidevs[i].getIfname();
@@ -252,7 +252,7 @@ return view.extend({
                        var csvg1 = svg1.cloneNode(true),
                            csvg2 = svg2.cloneNode(true);
 
-                       v.firstElementChild.appendChild(E('div', { 'data-tab': ifname, 'data-tab-title': ifname }, [
+                       v.firstElementChild.appendChild(E('div', { 'class': 'cbi-section', 'data-tab': ifname, 'data-tab-title': ifname }, [
                                csvg1,
                                E('div', { 'class': 'right' }, E('small', { 'id': 'scale' }, '-')),
                                E('br'),
@@ -296,7 +296,8 @@ return view.extend({
                                                E('td', { 'class': 'td right top' }, E('strong', {}, [ _('Peak:') ])),
                                                E('td', { 'class': 'td', 'id': 'rate_bw_peak' }, [ '0 Mbit/s' ])
                                        ])
-                               ])
+                               ]),
+                               E('div', {'class': 'cbi-section-create'})
                        ]));
 
                        this.updateGraph(ifname, csvg1, [ null, { line: 'rssi', offset: 155 }, { line: 'noise', offset: 155 } ], function(svg, info) {
@@ -336,7 +337,11 @@ return view.extend({
 
                this.pollData();
 
-               return v;
+               return E([], [
+                       E('h2', _('Wireless')),
+                       E('div', {'class': 'cbi-map-descr'}, _('This page displays the wireless metrics, for each available radio interfaces.')),
+                       v
+               ]);
        },
 
        handleSaveApply: null,
index 190eef0ad3107a38df8bff2853cbd25057a1b062..848abb94a86b2da15a356f753917bf7f0cd8a93b 100644 (file)
        },
 
        "admin/status/realtime/bandwidth": {
-               "title": "Traffic",
+               "title": "Bandwith",
                "order": 2,
                "action": {
                        "type": "view",