summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-statistics')
-rw-r--r--applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua2
-rw-r--r--applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua21
-rw-r--r--applications/luci-app-statistics/po/de/statistics.po14
-rw-r--r--applications/luci-app-statistics/po/es/statistics.po14
-rw-r--r--applications/luci-app-statistics/po/fr/statistics.po8
-rw-r--r--applications/luci-app-statistics/po/pl/statistics.po86
-rw-r--r--applications/luci-app-statistics/po/vi/statistics.po14
7 files changed, 91 insertions, 68 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/de/statistics.po b/applications/luci-app-statistics/po/de/statistics.po
index de75cac09e..a6572278e0 100644
--- a/applications/luci-app-statistics/po/de/statistics.po
+++ b/applications/luci-app-statistics/po/de/statistics.po
@@ -3,8 +3,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: \n"
-"PO-Revision-Date: 2019-11-04 01:51+0000\n"
-"Last-Translator: ssantos <ssantos@web.de>\n"
+"PO-Revision-Date: 2019-11-06 23:04+0000\n"
+"Last-Translator: tmo26 <tmo26@gmx.de>\n"
"Language-Team: German <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsstatistics/de/>\n"
"Language: de\n"
@@ -25,7 +25,7 @@ msgstr ""
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:15
msgid "Absolute values"
-msgstr ""
+msgstr "Absolute Werte"
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:70
msgid "Action (target)"
@@ -42,7 +42,7 @@ msgstr "Auswahlregel hinzufügen"
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:18
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:19
msgid "Add multiple hosts separated by space."
-msgstr "Mehrere Hosts durch Leerzeichen getrennt hinzufuegen"
+msgstr "Mehrere Hosts durch Leerzeichen getrennt hinzufuegen."
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua:50
msgid "Add notification command"
@@ -79,7 +79,7 @@ msgstr "CPU-Frequenz"
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:4
msgid "CPU Frequency Plugin Configuration"
-msgstr ""
+msgstr "CPU-Frequenz Plugin Konfiguration"
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:5
msgid "CPU Plugin Configuration"
@@ -255,11 +255,11 @@ msgstr "Plugin aktivieren"
#: 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 "Entropie"
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua:5
msgid "Entropy Plugin Configuration"
-msgstr ""
+msgstr "Entropie Plugin Konfiguration"
#: applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua:2
msgid "Exec"
diff --git a/applications/luci-app-statistics/po/es/statistics.po b/applications/luci-app-statistics/po/es/statistics.po
index c5840d5d46..deaa81a301 100644
--- a/applications/luci-app-statistics/po/es/statistics.po
+++ b/applications/luci-app-statistics/po/es/statistics.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-06-10 03:41+0200\n"
-"PO-Revision-Date: 2019-10-25 17:54+0000\n"
+"PO-Revision-Date: 2019-11-06 00:08+0000\n"
"Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n"
"Language-Team: Spanish <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsstatistics/es/>\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
@@ -400,7 +400,7 @@ msgstr "Máquina de escucha"
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:37
msgid "Listen port"
-msgstr "Puerto de escucha"
+msgstr "Puerto"
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:24
msgid "Listener interfaces"
@@ -689,7 +689,7 @@ msgstr "Lista de sensores"
#: applications/luci-app-statistics/luasrc/statistics/plugins/sensors.lua:7
#: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua:7
msgid "Sensors"
-msgstr "Sensors"
+msgstr "Sensores"
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:64
msgid "Sensors Plugin Configuration"
@@ -701,7 +701,7 @@ msgstr "Host servidor"
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:58
msgid "Server port"
-msgstr "Puerto servidor"
+msgstr "Puerto del servidor"
#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:48
msgid "Setup"
@@ -1048,7 +1048,7 @@ msgstr ""
#: applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua:7
#: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/thermal.lua:6
msgid "Thermal"
-msgstr "Thermal"
+msgstr "Térmico"
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua:4
msgid "Thermal Plugin Configuration"
@@ -1114,7 +1114,7 @@ msgstr "Configuración del plugin \"UnixSock\""
#: applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua:7
#: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua:15
msgid "Uptime"
-msgstr "Tiempo activo"
+msgstr "Tiempo de actividad"
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:5
msgid "Uptime Plugin Configuration"
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 94e0d8f1ac..b0c543fa9a 100644
--- a/applications/luci-app-statistics/po/pl/statistics.po
+++ b/applications/luci-app-statistics/po/pl/statistics.po
@@ -3,29 +3,30 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2014-07-02 19:52+0200\n"
-"Last-Translator: obsy <cezary@eko.one.pl>\n"
-"Language-Team: none\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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
-"|| n%100>=20) ? 1 : 2);\n"
-"X-Generator: Pootle 2.0.6\n"
+"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
+"|| n%100>=20) ? 1 : 2;\n"
+"X-Generator: Weblate 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
msgid "APC UPS"
-msgstr ""
+msgstr "APC UPS"
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:5
msgid "APCUPS Plugin Configuration"
-msgstr ""
+msgstr "Konfiguracja wtyczki APCUPS"
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua:15
msgid "Absolute values"
-msgstr ""
+msgstr "Wartości bezwzględne"
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:70
msgid "Action (target)"
@@ -50,11 +51,11 @@ msgstr "Dodaj komendę powiadamiającą"
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua:24
msgid "Address family"
-msgstr ""
+msgstr "Rodzina adresów"
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua:23
msgid "Aggregate number of connected users"
-msgstr ""
+msgstr "Łączna liczba podłączonych użytkowników"
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/collectd.lua:24
msgid "Base Directory"
@@ -67,6 +68,7 @@ msgstr "Podstawowy monitoring"
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:18
msgid "By setting this, CPU is not aggregate of all processors on the system"
msgstr ""
+"Ustawiając to, procesor nie jest połączony ze wszystkimi procesami w systemie"
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/contextswitch.lua:4
msgid "CPU Context Switches Plugin Configuration"
@@ -75,15 +77,15 @@ msgstr ""
#: applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua:7
#: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpufreq.lua:9
msgid "CPU Frequency"
-msgstr ""
+msgstr "Częstotliwość procesora"
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua:4
msgid "CPU Frequency Plugin Configuration"
-msgstr ""
+msgstr "Konfiguracja częstotliwości procesora"
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua:5
msgid "CPU Plugin Configuration"
-msgstr "Konfiguracja CPU"
+msgstr "Konfiguracja procesora"
#: applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua:7
msgid "CSV Output"
@@ -210,11 +212,11 @@ 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"
-msgstr ""
+msgstr "Włączone"
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:14
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua:10
@@ -255,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"
@@ -280,7 +282,7 @@ msgstr "Monitorowanie filtra klas"
#: applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua:2
#: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua:7
msgid "Firewall"
-msgstr "Firewall"
+msgstr "Zapora"
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua:100
msgid "Flush cache after"
@@ -296,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"
@@ -340,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"
@@ -399,7 +402,7 @@ msgstr "Nasłuchuj host"
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:37
msgid "Listen port"
-msgstr "Nasłuchuj port"
+msgstr "Nasłuchiwany port"
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua:24
msgid "Listener interfaces"
@@ -445,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)"
@@ -503,7 +506,7 @@ msgstr ""
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua:20
msgid "Name"
-msgstr ""
+msgstr "Nazwa"
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:45
msgid "Name of the rule"
@@ -560,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"
@@ -584,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
@@ -601,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
@@ -655,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"
@@ -678,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"
@@ -699,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"
@@ -707,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"
@@ -793,7 +796,7 @@ msgstr "TTL dla pakietów ping"
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua:48
msgid "Table"
-msgstr "Tabela"
+msgstr "Tablica"
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua:6
msgid "The APCUPS plugin collects statistics about the APC UPS."
@@ -801,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 ""
@@ -825,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 ""
@@ -987,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 ""
@@ -1065,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"
@@ -1078,7 +1084,7 @@ msgstr "Konfiguracja wtyczki UnixSock"
#: applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua:7
#: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua:15
msgid "Uptime"
-msgstr ""
+msgstr "Czas pracy"
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua:5
msgid "Uptime Plugin Configuration"
@@ -1117,7 +1123,7 @@ msgstr ""
#: applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua:7
#: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua:7
msgid "Wireless"
-msgstr "WiFi"
+msgstr "Sieć bezprzewodowa"
#: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua:7
msgid "Wireless iwinfo Plugin Configuration"
@@ -1131,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