diff options
Diffstat (limited to 'applications/luci-app-statistics')
5 files changed, 57 insertions, 36 deletions
diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua index 20d9509df8..e3601710ec 100644 --- a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua @@ -12,7 +12,7 @@ s = m:section(NamedSection, "collectd_iwinfo", "luci_statistics") o = s:option(Flag, "enable", translate("Enable this plugin")) o.default = 0 -o = s:option(Value, "Interfaces", translate("Monitor interfaces"), +o = s:option(DynamicList, "Interfaces", translate("Monitor interfaces"), translate("Leave unselected to automatically determine interfaces to monitor.")) o.template = "cbi/network_ifacelist" o.widget = "checkbox" diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua index b06c8c4148..2caf6a0b1c 100644 --- a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua @@ -19,9 +19,24 @@ function rrdargs( graph, plugin, plugin_instance, dtype ) }, options = { - load__shortterm = { color = "ff0000", title = "1 minute", noarea = true }, - load__midterm = { color = "ff6600", title = "5 minutes", noarea = true }, - load__longterm = { color = "ffaa00", title = "15 minutes", noarea = true } + load__shortterm = { + color = "ff0000", + title = "1 minute", + noarea = true, + weight = 3 + }, + load__midterm = { + color = "ff6600", + title = "5 minutes", + overlay = true, + weight = 1 + }, + load__longterm = { + color = "ffaa00", + title = "15 minutes", + overlay = true, + weight = 2 + } } } } diff --git a/applications/luci-app-statistics/po/fr/statistics.po b/applications/luci-app-statistics/po/fr/statistics.po index d7e8173434..ffff018aee 100644 --- a/applications/luci-app-statistics/po/fr/statistics.po +++ b/applications/luci-app-statistics/po/fr/statistics.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-05-19 19:36+0200\n" -"PO-Revision-Date: 2019-10-25 17:54+0000\n" -"Last-Translator: Nathan <bonnemainsnathan@gmail.com>\n" +"PO-Revision-Date: 2019-11-13 13:05+0000\n" +"Last-Translator: Baptiste <weblate@bitsofnetworks.org>\n" "Language-Team: French <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsstatistics/fr/>\n" "Language: fr\n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 3.9.1-dev\n" +"X-Generator: Weblate 3.10-dev\n" #: applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua:7 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua:7 @@ -348,7 +348,7 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/collectd.lua:19 msgid "Hostname" -msgstr "Nom de l'hôte" +msgstr "Nom d'hôte" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:13 msgid "IP or hostname where to get the txtinfo output from" diff --git a/applications/luci-app-statistics/po/pl/statistics.po b/applications/luci-app-statistics/po/pl/statistics.po index 998445371a..b0c543fa9a 100644 --- a/applications/luci-app-statistics/po/pl/statistics.po +++ b/applications/luci-app-statistics/po/pl/statistics.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2019-11-07 08:27+0000\n" -"Last-Translator: Marcin Net <marcin.net@linux.pl>\n" +"PO-Revision-Date: 2019-11-13 21:10+0000\n" +"Last-Translator: Michal L <michalrmsmi@wp.pl>\n" "Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsstatistics/pl/>\n" "Language: pl\n" @@ -18,7 +18,7 @@ msgstr "" #: applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua:7 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua:7 msgid "APC UPS" -msgstr "" +msgstr "APC UPS" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:5 msgid "APCUPS Plugin Configuration" @@ -212,7 +212,7 @@ msgstr "E-mail" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:19 msgid "Empty value = monitor all" -msgstr "" +msgstr "Pusta wartość = monitoruj wszystko" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:17 msgid "Enable" @@ -257,7 +257,7 @@ msgstr "Włącz tę wtyczkę" #: applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua:7 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua:7 msgid "Entropy" -msgstr "" +msgstr "Entropia" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua:5 msgid "Entropy Plugin Configuration" @@ -298,7 +298,7 @@ msgstr "" #: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23 msgid "General plugins" -msgstr "" +msgstr "Wtyczki ogólne" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:17 msgid "Generate a separate graph for each logged user" @@ -342,6 +342,7 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Hold Ctrl to select multiple items or to deselect entries." msgstr "" +"Przytrzymaj klawisz Ctrl, aby wybrać wiele elementów lub odznaczyć pozycje." #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:13 msgid "Host" @@ -447,7 +448,7 @@ msgstr "Monitoruj wszystkie lokalne otwarte porty" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:74 msgid "Monitor all sensors" -msgstr "" +msgstr "Monitorowanie wszystkich czujników" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:18 msgid "Monitor device(s) / thermal zone(s)" @@ -562,11 +563,11 @@ msgstr "Twórz tylko średnie archiwa RRA" #: applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua:7 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua:7 msgid "OpenVPN" -msgstr "" +msgstr "OpenVPN" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:7 msgid "OpenVPN Plugin Configuration" -msgstr "" +msgstr "Konfiguracja wtyczki OpenVPN" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:41 msgid "OpenVPN status files" @@ -586,7 +587,7 @@ msgstr "Pluginy wyjścia" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:23 msgid "Percent values" -msgstr "" +msgstr "Wartości procentowe" #: applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua:7 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua:7 @@ -603,7 +604,7 @@ msgstr "Port" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:23 msgid "Port for apcupsd communication" -msgstr "" +msgstr "Port komunikacji z apcupsd" #: applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua:7 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua:7 @@ -657,7 +658,7 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:31 msgid "Report in percent" -msgstr "" +msgstr "Raport w procentach" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:74 msgid "Rows per RRA" @@ -680,16 +681,16 @@ msgstr "Sekundy" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:86 msgid "Sensor list" -msgstr "" +msgstr "Lista czujników" #: applications/luci-app-statistics/luasrc/statistics/plugins/sensors.lua:7 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua:7 msgid "Sensors" -msgstr "" +msgstr "Czujniki" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:64 msgid "Sensors Plugin Configuration" -msgstr "" +msgstr "Konfiguracja wtyczek czujników" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:54 msgid "Server host" @@ -701,7 +702,7 @@ msgstr "Port serwera" #: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:48 msgid "Setup" -msgstr "" +msgstr "Konfiguracja" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua:57 msgid "Shaping class monitoring" @@ -709,7 +710,7 @@ msgstr "Shaping Klasa Monitoring" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:59 msgid "Show max values instead of averages" -msgstr "" +msgstr "Pokaż wartości maksymalne zamiast średnich" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/email.lua:22 msgid "Socket file" @@ -803,7 +804,7 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:5 msgid "The NUT plugin reads information about Uninterruptible Power Supplies." -msgstr "Wtyczka Nut Informuje o Nie przerywalnym Zasilaniu" +msgstr "Wtyczka Nut Informuje o Nie przerywalnym Zasilaniu." #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:6 msgid "" @@ -827,7 +828,7 @@ msgstr "Wtyczka Conntrack zbiera statystyki o liczbie śledzonych połączeń." #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:6 msgid "The cpu plugin collects basic statistics about the processor usage." -msgstr "Wtyczka CPU zbiera podstawowe statystyki o użyciu procesora" +msgstr "Wtyczka CPU zbiera podstawowe statystyki o użyciu procesora." #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua:6 msgid "" @@ -989,6 +990,9 @@ msgid "" "to gather data and <a href=\"http://oss.oetiker.ch/rrdtool/\">RRDtool</a> to " "render diagram images." msgstr "" +"Pakiet statystyk używa <a href=\"https://collectd.org/\">Collectd</a> do " +"zbierania danych i <a href=\"http://oss.oetiker.ch/rrdtool/\">RRDtool</a> do " +"renderowania obrazów diagramu." #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua:6 msgid "" @@ -1067,7 +1071,7 @@ msgstr "Format nazwa UPS w NUT ups@host" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:22 msgid "URL" -msgstr "" +msgstr "URL" #: applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua:7 msgid "UnixSock" @@ -1133,11 +1137,11 @@ msgstr "" #: applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua:2 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua:7 msgid "cUrl" -msgstr "" +msgstr "cUrl" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:5 msgid "cUrl Plugin Configuration" -msgstr "" +msgstr "Konfiguracja wtyczki cUrl" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:109 msgid "e.g. br-ff" diff --git a/applications/luci-app-statistics/po/vi/statistics.po b/applications/luci-app-statistics/po/vi/statistics.po index 09d5bfb671..4aee2a26c0 100644 --- a/applications/luci-app-statistics/po/vi/statistics.po +++ b/applications/luci-app-statistics/po/vi/statistics.po @@ -5,14 +5,16 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-08-16 06:58+0200\n" -"PO-Revision-Date: 2009-08-16 05:50+0200\n" -"Last-Translator: Hong Phuc Dang <dhppat@gmail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"PO-Revision-Date: 2019-11-13 13:05+0000\n" +"Last-Translator: Le Van Uoc <kunkun3012@gmail.com>\n" +"Language-Team: Vietnamese <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsstatistics/vi/>\n" +"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Pootle 1.1.0\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Weblate 3.10-dev\n" #: applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua:7 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua:7 @@ -214,7 +216,7 @@ msgstr "" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:17 msgid "Enable" -msgstr "" +msgstr "Kích hoạt" #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:14 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:10 |