Browse Source

luci-app-statistics: convert plugin definitions to JSON

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Jo-Philipp Wich 4 years ago
parent
commit
556e14c743
100 changed files with 1471 additions and 1468 deletions
  1. 1 1
      applications/luci-app-statistics/Makefile
  2. 8 7
      applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua
  3. 0 9
      applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua
  4. 0 9
      applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua
  5. 0 9
      applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua
  6. 0 9
      applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua
  7. 0 9
      applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua
  8. 0 9
      applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua
  9. 0 4
      applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua
  10. 0 9
      applications/luci-app-statistics/luasrc/statistics/plugins/df.lua
  11. 0 9
      applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua
  12. 0 9
      applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua
  13. 0 9
      applications/luci-app-statistics/luasrc/statistics/plugins/email.lua
  14. 0 9
      applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua
  15. 0 4
      applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua
  16. 0 9
      applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua
  17. 0 4
      applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua
  18. 0 9
      applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua
  19. 0 9
      applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua
  20. 0 9
      applications/luci-app-statistics/luasrc/statistics/plugins/load.lua
  21. 0 9
      applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua
  22. 0 9
      applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua
  23. 0 4
      applications/luci-app-statistics/luasrc/statistics/plugins/network.lua
  24. 0 9
      applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua
  25. 0 9
      applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua
  26. 0 9
      applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua
  27. 0 9
      applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua
  28. 0 9
      applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua
  29. 0 9
      applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua
  30. 0 9
      applications/luci-app-statistics/luasrc/statistics/plugins/sensors.lua
  31. 0 9
      applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua
  32. 0 9
      applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua
  33. 0 9
      applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua
  34. 0 9
      applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua
  35. 0 9
      applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua
  36. 39 39
      applications/luci-app-statistics/po/bg/statistics.po
  37. 39 39
      applications/luci-app-statistics/po/ca/statistics.po
  38. 39 39
      applications/luci-app-statistics/po/cs/statistics.po
  39. 39 39
      applications/luci-app-statistics/po/de/statistics.po
  40. 39 39
      applications/luci-app-statistics/po/el/statistics.po
  41. 39 39
      applications/luci-app-statistics/po/en/statistics.po
  42. 39 39
      applications/luci-app-statistics/po/es/statistics.po
  43. 39 39
      applications/luci-app-statistics/po/fr/statistics.po
  44. 39 39
      applications/luci-app-statistics/po/he/statistics.po
  45. 39 39
      applications/luci-app-statistics/po/hi/statistics.po
  46. 47 46
      applications/luci-app-statistics/po/hu/statistics.po
  47. 39 39
      applications/luci-app-statistics/po/it/statistics.po
  48. 39 39
      applications/luci-app-statistics/po/ja/statistics.po
  49. 39 39
      applications/luci-app-statistics/po/ko/statistics.po
  50. 39 39
      applications/luci-app-statistics/po/mr/statistics.po
  51. 39 39
      applications/luci-app-statistics/po/ms/statistics.po
  52. 39 39
      applications/luci-app-statistics/po/nb_NO/statistics.po
  53. 39 39
      applications/luci-app-statistics/po/pl/statistics.po
  54. 39 39
      applications/luci-app-statistics/po/pt/statistics.po
  55. 39 39
      applications/luci-app-statistics/po/pt_BR/statistics.po
  56. 39 39
      applications/luci-app-statistics/po/ro/statistics.po
  57. 39 39
      applications/luci-app-statistics/po/ru/statistics.po
  58. 39 39
      applications/luci-app-statistics/po/sk/statistics.po
  59. 39 39
      applications/luci-app-statistics/po/sv/statistics.po
  60. 39 39
      applications/luci-app-statistics/po/templates/statistics.pot
  61. 39 39
      applications/luci-app-statistics/po/tr/statistics.po
  62. 39 39
      applications/luci-app-statistics/po/uk/statistics.po
  63. 39 39
      applications/luci-app-statistics/po/vi/statistics.po
  64. 39 39
      applications/luci-app-statistics/po/zh_Hans/statistics.po
  65. 39 39
      applications/luci-app-statistics/po/zh_Hant/statistics.po
  66. 6 5
      applications/luci-app-statistics/root/usr/bin/stat-genconfig
  67. 9 0
      applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json
  68. 9 0
      applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json
  69. 9 0
      applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json
  70. 9 0
      applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json
  71. 9 0
      applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json
  72. 9 0
      applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json
  73. 4 0
      applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json
  74. 9 0
      applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json
  75. 9 0
      applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json
  76. 9 0
      applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json
  77. 9 0
      applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json
  78. 9 0
      applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json
  79. 4 0
      applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json
  80. 9 0
      applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json
  81. 4 0
      applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json
  82. 9 0
      applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json
  83. 9 0
      applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json
  84. 9 0
      applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json
  85. 9 0
      applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json
  86. 9 0
      applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json
  87. 4 0
      applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json
  88. 9 0
      applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json
  89. 9 0
      applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json
  90. 9 0
      applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json
  91. 9 0
      applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json
  92. 9 0
      applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json
  93. 9 0
      applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json
  94. 9 0
      applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json
  95. 9 0
      applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json
  96. 9 0
      applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json
  97. 9 0
      applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json
  98. 9 0
      applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json
  99. 9 0
      applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json
  100. 1 1
      build/i18n-scan.pl

+ 1 - 1
applications/luci-app-statistics/Makefile

@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:=LuCI Statistics Application
 LUCI_DEPENDS:= \
-	+luci-compat +luci-lib-iptparser \
+	+luci-compat +luci-lib-iptparser +luci-lib-jsonc \
 	+collectd +rrdtool1 +collectd-mod-rrdtool +collectd-mod-iwinfo \
 	+collectd-mod-cpu +collectd-mod-memory \
 	+collectd-mod-interface +collectd-mod-load +collectd-mod-network

+ 8 - 7
applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua

@@ -9,6 +9,7 @@ function index()
 	require("nixio.fs")
 	require("luci.util")
 	require("luci.statistics.datatree")
+	require("luci.jsonc")
 
 	-- override entry(): check for existence <plugin>.so where <plugin> is derived from the called path
 	function _entry( path, ... )
@@ -31,14 +32,14 @@ function index()
 		network = { }
 	}
 
-	local plugin_dir = "/usr/lib/lua/luci/statistics/plugins/"
+	local plugin_dir = "/usr/share/luci/statistics/plugins/"
 	for filename in nixio.fs.dir(plugin_dir) do
-		local plugin_fun = loadfile(plugin_dir .. filename)
-		setfenv(plugin_fun, { _ = luci.i18n.translate })
-		local plugin = plugin_fun()
-		local name = filename:gsub("%.lua", "")
-		table.insert(collectd_menu[plugin.category], name)
-		labels[name] = plugin.label
+		local plugin_def = luci.jsonc.parse(nixio.fs.readfile(plugin_dir .. filename))
+		if type(plugin_def) == "table" then
+			local name = filename:gsub("%.json", "")
+			table.insert(collectd_menu[plugin_def.category], name)
+			labels[name] = plugin_def.title
+		end
 	end
 
 	-- create toplevel menu nodes

+ 0 - 9
applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua

@@ -1,9 +0,0 @@
-return {
-	legend = {
-		{ "Host", "Port" },
-		{ },
-		{ }
-	},
-	label = _("APC UPS"),
-	category = "general"
-}

+ 0 - 9
applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua

@@ -1,9 +0,0 @@
-return {
-	legend = {
-		{ },
-		{ },
-		{ }
-	},
-	label = _("Conntrack"),
-	category = "network"
-}

+ 0 - 9
applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua

@@ -1,9 +0,0 @@
-return {
-	legend = {
-		{ },
-		{ },
-		{ }
-	},
-	label = _("Context Switches"),
-	category = "general"
-}

+ 0 - 9
applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua

@@ -1,9 +0,0 @@
-return {
-	legend = {
-		{ },
-		{ "ValuesPercentage" , "ReportByCpu", "ReportByState" },
-		{ }
-	},
-	label = _("Processor"),
-	category = "general"
-}

+ 0 - 9
applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua

@@ -1,9 +0,0 @@
-return {
-	legend = {
-		{ },
-		{ },
-		{ }
-	},
-	label = _("CPU Frequency"),
-	category = "general"
-}

+ 0 - 9
applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua

@@ -1,9 +0,0 @@
-return {
-	legend = {
-		{ "DataDir" },
-		{ "StoreRates" },
-		{ }
-	},
-	label = _("CSV Output"),
-	category = "output"
-}

+ 0 - 4
applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua

@@ -1,4 +0,0 @@
-return {
-	label = _("cUrl"),
-	category = "network"
-}

+ 0 - 9
applications/luci-app-statistics/luasrc/statistics/plugins/df.lua

@@ -1,9 +0,0 @@
-return {
-	legend = {
-		{ },
-		{ "IgnoreSelected" },
-		{ "Devices", "MountPoints", "FSTypes" }
-	},
-	label = _("Disk Space Usage"),
-	category = "general"
-}

+ 0 - 9
applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua

@@ -1,9 +0,0 @@
-return {
-	legend = {
-		{ },
-		{ "IgnoreSelected" },
-		{ "Disks" }
-	},
-	label = _("Disk Usage"),
-	category = "general"
-}

+ 0 - 9
applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua

@@ -1,9 +0,0 @@
-return {
-	legend = {
-		{ },
-		{ },
-		{ "Interfaces", "IgnoreSources" }
-	},
-	label = _("DNS"),
-	category = "network"
-}

+ 0 - 9
applications/luci-app-statistics/luasrc/statistics/plugins/email.lua

@@ -1,9 +0,0 @@
-return {
-	legend = {
-		{ "SocketFile", "SocketGroup", "SocketPerms", "MaxConns" },
-		{ },
-		{ }
-	},
-	label = _("Email"),
-	category = "general"
-}

+ 0 - 9
applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua

@@ -1,9 +0,0 @@
-return {
-	legend = {
-		{ },
-		{ },
-		{ }
-	},
-	label = _("Entropy"),
-	category = "general"
-}

+ 0 - 4
applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua

@@ -1,4 +0,0 @@
-return {
-	label = _("Exec"),
-	category = "general"
-}

+ 0 - 9
applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua

@@ -1,9 +0,0 @@
-return {
-	legend = {
-		{ },
-		{ "IgnoreSelected" },
-		{ "Interfaces" }
-	},
-	label = _("Interfaces"),
-	category = "network"
-}

+ 0 - 4
applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua

@@ -1,4 +0,0 @@
-return {
-	label = _("Firewall"),
-	category = "network"
-}

+ 0 - 9
applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua

@@ -1,9 +0,0 @@
-return {
-	legend = {
-		{ },
-		{ "IgnoreSelected" },
-		{ "Irqs" }
-	},
-	label = _("Interrupts"),
-	category = "general"
-}

+ 0 - 9
applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua

@@ -1,9 +0,0 @@
-return {
-	legend = {
-		{ },
-		{ "IgnoreSelected" },
-		{ "Interfaces" }
-	},
-	label = _("Wireless"),
-	category = "network"
-}

+ 0 - 9
applications/luci-app-statistics/luasrc/statistics/plugins/load.lua

@@ -1,9 +0,0 @@
-return {
-	legend = {
-		{ },
-		{ },
-		{ }
-	},
-	label = _("System Load"),
-	category = "general"
-}

+ 0 - 9
applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua

@@ -1,9 +0,0 @@
-return {
-	legend = {
-		{ },
-		{ "ValuesPercentage", "ValuesAbsolute" },
-		{ }
-	},
-	label = _("Memory"),
-	category = "general"
-}

+ 0 - 9
applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua

@@ -1,9 +0,0 @@
-return {
-	legend = {
-		{ },
-		{ "IgnoreSelected" },
-		{ "Interfaces", "VerboseInterfaces", "QDiscs", "Classes", "Filters" }
-	},
-	label = _("Netlink"),
-	category = "network"
-}

+ 0 - 4
applications/luci-app-statistics/luasrc/statistics/plugins/network.lua

@@ -1,4 +0,0 @@
-return {
-	label = _("Network"),
-	category = "output"
-}

+ 0 - 9
applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua

@@ -1,9 +0,0 @@
-return {
-    legend = {
-		{ },
-		{ },
-		{ "UPS" }
-	},
-	label = _("UPS"),
-	category = "general"
-}

+ 0 - 9
applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua

@@ -1,9 +0,0 @@
-return {
-    legend = {
-		{ "Host", "Port", "CollectLinks","CollectRoutes","CollectTopology"},
-		{ },
-		{ }
-	},
-	label = _("OLSRd"),
-	category = "network"
-}

+ 0 - 9
applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua

@@ -1,9 +0,0 @@
-return {
-    legend = {
-		{ },
-		{ "CollectIndividualUsers", "CollectUserCount", "CollectCompression", "ImprovedNamingSchema" },
-		{ "StatusFile" }
-	},
-	label = _("OpenVPN"),
-	category = "network"
-}

+ 0 - 9
applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua

@@ -1,9 +0,0 @@
-return {
-    legend = {
-		{ "TTL", "Interval", "AddressFamily" },
-		{ },
-		{ "Hosts" }
-	},
-	label = _("Ping"),
-	category = "network"
-}

+ 0 - 9
applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua

@@ -1,9 +0,0 @@
-return {
-    legend = {
-		{ },
-		{ },
-		{ "Processes" }
-	},
-	label = _("Processes"),
-	category = "general"
-}

+ 0 - 9
applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua

@@ -1,9 +0,0 @@
-return {
-    legend = {
-		{ "DataDir", "StepSize", "HeartBeat", "RRARows", "XFF", "CacheFlush", "CacheTimeout" },
-		{ "RRASingle" },
-		{ "RRATimespans" }
-	},
-	label = _("RRDTool"),
-	category = "output"
-}

+ 0 - 9
applications/luci-app-statistics/luasrc/statistics/plugins/sensors.lua

@@ -1,9 +0,0 @@
-return {
-    legend = {
-		{ },
-		{ "IgnoreSelected" },
-		{ "Sensor" }
-	},
-	label = _("Sensors"),
-	category = "general"
-}

+ 0 - 9
applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua

@@ -1,9 +0,0 @@
-return {
-    legend = {
-		{ },
-		{ },
-		{ }
-	},
-	label = _("Splash Leases"),
-	category = "network"
-}

+ 0 - 9
applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua

@@ -1,9 +0,0 @@
-return {
-    legend = {
-		{ },
-		{ "ListeningPorts" },
-		{ "LocalPorts", "RemotePorts" }
-	},
-	label = _("TCP Connections"),
-	category = "network"
-}

+ 0 - 9
applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua

@@ -1,9 +0,0 @@
-return {
-    legend = {
-		{ },
-		{ "IgnoreSelected" },
-		{ "Device" }
-	},
-	label = _("Thermal"),
-	category = "general"
-}

+ 0 - 9
applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua

@@ -1,9 +0,0 @@
-return {
-    legend = {
-		{ "SocketFile", "SocketGroup", "SocketPerms" },
-		{ },
-		{ }
-	},
-	label = _("UnixSock"),
-	category = "output"
-}

+ 0 - 9
applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua

@@ -1,9 +0,0 @@
-return {
-    legend = {
-		{ },
-		{ },
-		{ }
-	},
-	label = _("Uptime"),
-	category = "general"
-}

+ 39 - 39
applications/luci-app-statistics/po/bg/statistics.po

@@ -14,8 +14,8 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Weblate 3.11-dev\n"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
 msgid "APC UPS"
 msgstr ""
 
@@ -72,8 +72,8 @@ msgstr ""
 msgid "CPU Context Switches Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpufreq.lua:9
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2
 msgid "CPU Frequency"
 msgstr ""
 
@@ -85,7 +85,7 @@ msgstr ""
 msgid "CPU Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2
 msgid "CSV Output"
 msgstr ""
 
@@ -128,8 +128,8 @@ msgid ""
 "collectd daemon."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2
 msgid "Conntrack"
 msgstr ""
 
@@ -137,8 +137,8 @@ msgstr ""
 msgid "Conntrack Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/contextswitch.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2
 msgid "Context Switches"
 msgstr ""
 
@@ -146,8 +146,8 @@ msgstr ""
 msgid "DF Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2
 msgid "DNS"
 msgstr ""
 
@@ -179,13 +179,13 @@ msgstr ""
 msgid "Disk Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/df.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2
 msgid "Disk Space Usage"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2
 msgid "Disk Usage"
 msgstr ""
 
@@ -201,7 +201,7 @@ msgstr ""
 msgid "E-Mail Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/email.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2
 msgid "Email"
 msgstr ""
 
@@ -249,8 +249,8 @@ msgstr ""
 msgid "Enable this plugin"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2
 msgid "Entropy"
 msgstr ""
 
@@ -258,7 +258,7 @@ msgstr ""
 msgid "Entropy Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2
 msgid "Exec"
 msgstr ""
 
@@ -274,8 +274,8 @@ msgstr ""
 msgid "Filter class monitoring"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2
 msgid "Firewall"
 msgstr ""
 
@@ -291,7 +291,7 @@ msgstr ""
 msgid "Gather compression statistics"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
 msgid "General plugins"
 msgstr ""
 
@@ -299,7 +299,7 @@ msgstr ""
 msgid "Generate a separate graph for each logged user"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:73
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:74
 msgid "Graphs"
 msgstr ""
 
@@ -359,13 +359,13 @@ msgstr ""
 msgid "Interface Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2
 msgid "Interfaces"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2
 msgid "Interrupts"
 msgstr ""
 
@@ -407,8 +407,8 @@ msgstr ""
 msgid "Maximum allowed connections"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2
 msgid "Memory"
 msgstr ""
 
@@ -497,8 +497,8 @@ msgstr ""
 msgid "Name of the rule"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2
 msgid "Netlink"
 msgstr ""
 
@@ -506,7 +506,7 @@ msgstr ""
 msgid "Netlink Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/network.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2
 msgid "Network"
 msgstr ""
 
@@ -514,7 +514,7 @@ msgstr ""
 msgid "Network Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:25
 msgid "Network plugins"
 msgstr ""
 
@@ -532,8 +532,8 @@ msgstr ""
 msgid "Number of threads for data collection"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2
 msgid "OLSRd"
 msgstr ""
 
@@ -545,8 +545,8 @@ msgstr ""
 msgid "Only create average RRAs"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2
 msgid "OpenVPN"
 msgstr "OpenVPN"
 
@@ -566,7 +566,7 @@ msgstr ""
 msgid "Outgoing interface"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:22
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
 msgid "Output plugins"
 msgstr ""
 
@@ -574,8 +574,8 @@ msgstr ""
 msgid "Percent values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2
 msgid "Ping"
 msgstr ""
 
@@ -591,8 +591,8 @@ msgstr ""
 msgid "Port for apcupsd communication"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2
 msgid "Processes"
 msgstr ""
 
@@ -604,8 +604,8 @@ msgstr ""
 msgid "Processes to monitor separated by space"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2
 msgid "Processor"
 msgstr ""
 
@@ -625,7 +625,7 @@ msgstr ""
 msgid "RRD step interval"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2
 msgid "RRDTool"
 msgstr ""
 
@@ -668,8 +668,8 @@ msgstr ""
 msgid "Sensor list"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/sensors.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2
 msgid "Sensors"
 msgstr ""
 
@@ -685,7 +685,7 @@ msgstr ""
 msgid "Server port"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:48
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:49
 msgid "Setup"
 msgstr ""
 
@@ -725,8 +725,8 @@ msgstr ""
 msgid "Specifies what information to collect about the global topology."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2
 msgid "Splash Leases"
 msgstr ""
 
@@ -734,7 +734,7 @@ msgstr ""
 msgid "Splash Leases Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:45
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:46
 #: applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm:9
 #: applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm:9
 msgid "Statistics"
@@ -756,13 +756,13 @@ msgstr ""
 msgid "Stored timespans"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/load.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2
 msgid "System Load"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2
 msgid "TCP Connections"
 msgstr ""
 
@@ -961,8 +961,8 @@ msgstr ""
 msgid "The uptime plugin collects statistics about the uptime of the system."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/thermal.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2
 msgid "Thermal"
 msgstr ""
 
@@ -994,8 +994,8 @@ msgid "Try to lookup fully qualified hostname"
 msgstr ""
 
 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:12
-#: applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2
 msgid "UPS"
 msgstr ""
 
@@ -1011,7 +1011,7 @@ msgstr ""
 msgid "URL"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2
 msgid "UnixSock"
 msgstr ""
 
@@ -1019,8 +1019,8 @@ msgstr ""
 msgid "Unixsock Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua:15
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2
 msgid "Uptime"
 msgstr ""
 
@@ -1058,8 +1058,8 @@ msgstr ""
 msgid "When set to true, we request percentage values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2
 msgid "Wireless"
 msgstr ""
 
@@ -1072,8 +1072,8 @@ msgid ""
 "You can install additional collectd-mod-* plugins to enable more statistics."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2
 msgid "cUrl"
 msgstr ""
 

+ 39 - 39
applications/luci-app-statistics/po/ca/statistics.po

@@ -16,8 +16,8 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Weblate 3.11-dev\n"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
 msgid "APC UPS"
 msgstr ""
 
@@ -76,8 +76,8 @@ msgstr ""
 msgid "CPU Context Switches Plugin Configuration"
 msgstr "Configuració de connectors dels commutadors de context de CPU"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpufreq.lua:9
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2
 msgid "CPU Frequency"
 msgstr "Freqüència de la CPU"
 
@@ -89,7 +89,7 @@ msgstr "Configuració del connector de freqüència de CPU"
 msgid "CPU Plugin Configuration"
 msgstr "Configuració del connector de CPU"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2
 msgid "CSV Output"
 msgstr "Sortida CSV"
 
@@ -135,8 +135,8 @@ msgstr ""
 "dels connectors. En aquesta pàgina podeu canviar la configuració general del "
 "dimoni Collectd."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2
 msgid "Conntrack"
 msgstr "Conntrack"
 
@@ -144,8 +144,8 @@ msgstr "Conntrack"
 msgid "Conntrack Plugin Configuration"
 msgstr "Configuració del connector Conntrack"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/contextswitch.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2
 msgid "Context Switches"
 msgstr ""
 
@@ -153,8 +153,8 @@ msgstr ""
 msgid "DF Plugin Configuration"
 msgstr "Configuració del connector DF"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2
 msgid "DNS"
 msgstr "DNS"
 
@@ -186,13 +186,13 @@ msgstr "Directori per a les subconfiguracions"
 msgid "Disk Plugin Configuration"
 msgstr "Configuració del connector de disc"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/df.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2
 msgid "Disk Space Usage"
 msgstr "Ús d'espai en disc"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2
 msgid "Disk Usage"
 msgstr "Ús de disc"
 
@@ -208,7 +208,7 @@ msgstr "Mostra l'hora"
 msgid "E-Mail Plugin Configuration"
 msgstr "Configuració del connector d'adreça electrònica"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/email.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2
 msgid "Email"
 msgstr "Adreça electrònica"
 
@@ -256,8 +256,8 @@ msgstr "Activa"
 msgid "Enable this plugin"
 msgstr "Activa aquest connector"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2
 msgid "Entropy"
 msgstr ""
 
@@ -265,7 +265,7 @@ msgstr ""
 msgid "Entropy Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2
 msgid "Exec"
 msgstr "Exec"
 
@@ -281,8 +281,8 @@ msgstr ""
 msgid "Filter class monitoring"
 msgstr "Monitoreig de classe filter"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2
 msgid "Firewall"
 msgstr "Tallafocs"
 
@@ -298,7 +298,7 @@ msgstr "Readreçant entre adreces que reben connexions i adreces de servidors"
 msgid "Gather compression statistics"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
 msgid "General plugins"
 msgstr "Connectors generals"
 
@@ -306,7 +306,7 @@ msgstr "Connectors generals"
 msgid "Generate a separate graph for each logged user"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:73
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:74
 msgid "Graphs"
 msgstr "Gràfics"
 
@@ -373,13 +373,13 @@ msgstr "Interfície entrant"
 msgid "Interface Plugin Configuration"
 msgstr "Configuració de connector d'interfície"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2
 msgid "Interfaces"
 msgstr "Interfícies"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2
 msgid "Interrupts"
 msgstr "Interrupcions"
 
@@ -421,8 +421,8 @@ msgstr ""
 msgid "Maximum allowed connections"
 msgstr "Connexions màximes permeses"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2
 msgid "Memory"
 msgstr "Memòria"
 
@@ -511,8 +511,8 @@ msgstr "Nom"
 msgid "Name of the rule"
 msgstr "Nom de la regla"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2
 msgid "Netlink"
 msgstr "Enllaç de xarxa"
 
@@ -520,7 +520,7 @@ msgstr "Enllaç de xarxa"
 msgid "Netlink Plugin Configuration"
 msgstr "Configuració del connector d'enllaç de xarxa"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/network.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2
 msgid "Network"
 msgstr "Xarxa"
 
@@ -528,7 +528,7 @@ msgstr "Xarxa"
 msgid "Network Plugin Configuration"
 msgstr "Configuració del connector de xarxa"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:25
 msgid "Network plugins"
 msgstr "Connectors de xarxa"
 
@@ -546,8 +546,8 @@ msgstr ""
 msgid "Number of threads for data collection"
 msgstr "Número de fils de recol·lecció de dades"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2
 msgid "OLSRd"
 msgstr "OLSRd"
 
@@ -559,8 +559,8 @@ msgstr "Configuració del connector OLSRd"
 msgid "Only create average RRAs"
 msgstr "Crea només RRAs mitjans"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2
 msgid "OpenVPN"
 msgstr "OpenVPN"
 
@@ -580,7 +580,7 @@ msgstr "Opcions"
 msgid "Outgoing interface"
 msgstr "Interfície sortint"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:22
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
 msgid "Output plugins"
 msgstr "Connectors de sortida"
 
@@ -588,8 +588,8 @@ msgstr "Connectors de sortida"
 msgid "Percent values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2
 msgid "Ping"
 msgstr "Ping"
 
@@ -605,8 +605,8 @@ msgstr "Port"
 msgid "Port for apcupsd communication"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2
 msgid "Processes"
 msgstr "Processos"
 
@@ -618,8 +618,8 @@ msgstr "Configuració del connector de processos"
 msgid "Processes to monitor separated by space"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2
 msgid "Processor"
 msgstr "Processador"
 
@@ -639,7 +639,7 @@ msgstr "Interval de batec de cor RRD"
 msgid "RRD step interval"
 msgstr "Interval de pas RRD"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2
 msgid "RRDTool"
 msgstr "RRDTool"
 
@@ -682,8 +682,8 @@ msgstr "Segons"
 msgid "Sensor list"
 msgstr "Llista de sensors"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/sensors.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2
 msgid "Sensors"
 msgstr "Sensors"
 
@@ -699,7 +699,7 @@ msgstr "Amfitrió del servidor"
 msgid "Server port"
 msgstr "Port del servidor"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:48
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:49
 msgid "Setup"
 msgstr ""
 
@@ -739,8 +739,8 @@ msgstr "Especifica què informació es recull sobre rutes."
 msgid "Specifies what information to collect about the global topology."
 msgstr "Especifica què informació es recull sobre la topologia global."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2
 msgid "Splash Leases"
 msgstr ""
 
@@ -748,7 +748,7 @@ msgstr ""
 msgid "Splash Leases Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:45
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:46
 #: applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm:9
 #: applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm:9
 msgid "Statistics"
@@ -772,13 +772,13 @@ msgstr ""
 msgid "Stored timespans"
 msgstr "Marques de temps emmagatzemades"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/load.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2
 msgid "System Load"
 msgstr "Càrrega de sistema"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2
 msgid "TCP Connections"
 msgstr "Connexions TCP"
 
@@ -1022,8 +1022,8 @@ msgstr ""
 msgid "The uptime plugin collects statistics about the uptime of the system."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/thermal.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2
 msgid "Thermal"
 msgstr ""
 
@@ -1059,8 +1059,8 @@ msgid "Try to lookup fully qualified hostname"
 msgstr "Intenta resoldre el nom de màquina (fqdn)"
 
 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:12
-#: applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2
 msgid "UPS"
 msgstr "UPS"
 
@@ -1076,7 +1076,7 @@ msgstr "Nom UPS en format NUT ups@host"
 msgid "URL"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2
 msgid "UnixSock"
 msgstr "Sock Unix"
 
@@ -1084,8 +1084,8 @@ msgstr "Sock Unix"
 msgid "Unixsock Plugin Configuration"
 msgstr "Configuració de connector Unixsock"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua:15
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2
 msgid "Uptime"
 msgstr ""
 
@@ -1123,8 +1123,8 @@ msgstr ""
 msgid "When set to true, we request percentage values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2
 msgid "Wireless"
 msgstr "Wireless"
 
@@ -1137,8 +1137,8 @@ msgid ""
 "You can install additional collectd-mod-* plugins to enable more statistics."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2
 msgid "cUrl"
 msgstr ""
 

+ 39 - 39
applications/luci-app-statistics/po/cs/statistics.po

@@ -12,8 +12,8 @@ msgstr ""
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 "X-Generator: Weblate 3.11-dev\n"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
 msgid "APC UPS"
 msgstr "APC UPS"
 
@@ -71,8 +71,8 @@ msgstr "Tímto nastavením nebude CPU souhrnem všech procesorů v systému"
 msgid "CPU Context Switches Plugin Configuration"
 msgstr "Konfigurace modulu Přepínání kontextu CPU"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpufreq.lua:9
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2
 msgid "CPU Frequency"
 msgstr "Frekvence CPU"
 
@@ -84,7 +84,7 @@ msgstr "Konfigurace pluginu pro frekvenci CPU"
 msgid "CPU Plugin Configuration"
 msgstr "Nastavení CPU pluginu"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2
 msgid "CSV Output"
 msgstr "CSV výstup"
 
@@ -130,8 +130,8 @@ msgstr ""
 "rozdílné pluginy. Na této stránce můžete změnit obecná nastavení daemonu "
 "collectd."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2
 msgid "Conntrack"
 msgstr "Conntrack"
 
@@ -139,8 +139,8 @@ msgstr "Conntrack"
 msgid "Conntrack Plugin Configuration"
 msgstr "Nastavení pluginu Conntrack"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/contextswitch.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2
 msgid "Context Switches"
 msgstr "Přepínaní kontextu"
 
@@ -148,8 +148,8 @@ msgstr "Přepínaní kontextu"
 msgid "DF Plugin Configuration"
 msgstr "Nastavení pluginu DF"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2
 msgid "DNS"
 msgstr "DNS"
 
@@ -181,13 +181,13 @@ msgstr "Adresář pro pod-nastavení"
 msgid "Disk Plugin Configuration"
 msgstr "Nastavení Disk pluginu"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/df.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2
 msgid "Disk Space Usage"
 msgstr "Využití místa na disku"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2
 msgid "Disk Usage"
 msgstr "Využití disku"
 
@@ -203,7 +203,7 @@ msgstr "Zobrazit časové rozpětí »"
 msgid "E-Mail Plugin Configuration"
 msgstr "Nastavení E-Mail pluginu"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/email.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2
 msgid "Email"
 msgstr "E-mail"
 
@@ -251,8 +251,8 @@ msgstr "Povolit"
 msgid "Enable this plugin"
 msgstr "Povolit tento plugin"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2
 msgid "Entropy"
 msgstr "Entropie"
 
@@ -260,7 +260,7 @@ msgstr "Entropie"
 msgid "Entropy Plugin Configuration"
 msgstr "Konfigurace modulu entropie"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2
 msgid "Exec"
 msgstr "Exec"
 
@@ -276,8 +276,8 @@ msgstr "Další položky"
 msgid "Filter class monitoring"
 msgstr "Sledování třídy filtrů"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2
 msgid "Firewall"
 msgstr "Brána firewall"
 
@@ -294,7 +294,7 @@ msgstr "Přesměrování mezi naslouchajícími a serverovými adresami"
 msgid "Gather compression statistics"
 msgstr "Shromažďovat kompresní statistiku"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
 msgid "General plugins"
 msgstr "Obecné pluginy"
 
@@ -302,7 +302,7 @@ msgstr "Obecné pluginy"
 msgid "Generate a separate graph for each logged user"
 msgstr "Vytvářet samostatný graf pro každého přihlášeného uživatele"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:73
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:74
 msgid "Graphs"
 msgstr "Grafy"
 
@@ -372,13 +372,13 @@ msgstr "Příchozí rozhraní"
 msgid "Interface Plugin Configuration"
 msgstr "Nastavení Interface pluginu"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2
 msgid "Interfaces"
 msgstr "Síťová rozhraní"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2
 msgid "Interrupts"
 msgstr "Přerušení"
 
@@ -421,8 +421,8 @@ msgstr ""
 msgid "Maximum allowed connections"
 msgstr "Maximální množství povolených spojení"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2
 msgid "Memory"
 msgstr "Paměť"
 
@@ -511,8 +511,8 @@ msgstr "Název"
 msgid "Name of the rule"
 msgstr "Název pravidla"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2
 msgid "Netlink"
 msgstr "Netlink"
 
@@ -520,7 +520,7 @@ msgstr "Netlink"
 msgid "Netlink Plugin Configuration"
 msgstr "Nastavení pluginu Netlink"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/network.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2
 msgid "Network"
 msgstr "Síť"
 
@@ -528,7 +528,7 @@ msgstr "Síť"
 msgid "Network Plugin Configuration"
 msgstr "Nastavení pluginu Síť"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:25
 msgid "Network plugins"
 msgstr "Síťové pluginy"
 
@@ -546,8 +546,8 @@ msgstr ""
 msgid "Number of threads for data collection"
 msgstr "Počet vláken pro sběr dat"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2
 msgid "OLSRd"
 msgstr "OLSRd"
 
@@ -559,8 +559,8 @@ msgstr "Nastavení pluginu OLSRd"
 msgid "Only create average RRAs"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2
 msgid "OpenVPN"
 msgstr "OpenVPN"
 
@@ -580,7 +580,7 @@ msgstr "Možnosti"
 msgid "Outgoing interface"
 msgstr "Odchozí rozhraní"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:22
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
 msgid "Output plugins"
 msgstr "Výstupní pluginy"
 
@@ -588,8 +588,8 @@ msgstr "Výstupní pluginy"
 msgid "Percent values"
 msgstr "Procentní hodnoty"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2
 msgid "Ping"
 msgstr "Ping"
 
@@ -605,8 +605,8 @@ msgstr "Port"
 msgid "Port for apcupsd communication"
 msgstr "Port pro komunikaci apcupsd"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2
 msgid "Processes"
 msgstr "Procesy"
 
@@ -618,8 +618,8 @@ msgstr "Nastavení pluginu Procesy"
 msgid "Processes to monitor separated by space"
 msgstr "Sledované procesy (oddělte mezerou)"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2
 msgid "Processor"
 msgstr "Procesor"
 
@@ -640,7 +640,7 @@ msgstr ""
 msgid "RRD step interval"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2
 msgid "RRDTool"
 msgstr "RRDTool"
 
@@ -683,8 +683,8 @@ msgstr "Sekundy"
 msgid "Sensor list"
 msgstr "Seznam senzorů"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/sensors.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2
 msgid "Sensors"
 msgstr "Sensory"
 
@@ -700,7 +700,7 @@ msgstr "Hostitel serveru"
 msgid "Server port"
 msgstr "Port serveru"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:48
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:49
 msgid "Setup"
 msgstr "Nastavení"
 
@@ -740,8 +740,8 @@ msgstr "Určuje, jaké informace sbírat o cestách"
 msgid "Specifies what information to collect about the global topology."
 msgstr "Určuje, jaké informace sbírat o globální topologii"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2
 msgid "Splash Leases"
 msgstr ""
 
@@ -749,7 +749,7 @@ msgstr ""
 msgid "Splash Leases Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:45
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:46
 #: applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm:9
 #: applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm:9
 msgid "Statistics"
@@ -771,13 +771,13 @@ msgstr "Ukládat data jako poměrné hodnoty místo absolutních"
 msgid "Stored timespans"
 msgstr "Uložené časové rozsahy"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/load.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2
 msgid "System Load"
 msgstr "Zatížení systému"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2
 msgid "TCP Connections"
 msgstr "TCP spojení"
 
@@ -1023,8 +1023,8 @@ msgstr ""
 msgid "The uptime plugin collects statistics about the uptime of the system."
 msgstr "Modul uptime shromažďuje statistiku o době běhu systému."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/thermal.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2
 msgid "Thermal"
 msgstr "Teploty"
 
@@ -1058,8 +1058,8 @@ msgid "Try to lookup fully qualified hostname"
 msgstr "Zkuste vyhledat plně kvalifikovaný název hostitele"
 
 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:12
-#: applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2
 msgid "UPS"
 msgstr "UPS"
 
@@ -1075,7 +1075,7 @@ msgstr "Název UPS ve formátu NUT ups@hostitel"
 msgid "URL"
 msgstr "URL"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2
 msgid "UnixSock"
 msgstr "UnixSock"
 
@@ -1083,8 +1083,8 @@ msgstr "UnixSock"
 msgid "Unixsock Plugin Configuration"
 msgstr "Konfigurace pluginu Unixsock"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua:15
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2
 msgid "Uptime"
 msgstr "Doba běhu"
 
@@ -1124,8 +1124,8 @@ msgstr "Je-li nastaveno na 'povoleno', zaznamenávájí se absolutní hodnoty"
 msgid "When set to true, we request percentage values"
 msgstr "Je-li nastaveno na 'povoleno', zaznamenávají se percentuální hodnoty"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2
 msgid "Wireless"
 msgstr "Bezdrátová síť"
 
@@ -1140,8 +1140,8 @@ msgstr ""
 "Pro povolení dalších statistik můžete nainstalovat další collectd-mod-* "
 "zásuvné moduly."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2
 msgid "cUrl"
 msgstr "cUrl"
 

+ 39 - 39
applications/luci-app-statistics/po/de/statistics.po

@@ -14,8 +14,8 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Weblate 3.11-dev\n"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
 msgid "APC UPS"
 msgstr ""
 
@@ -72,8 +72,8 @@ msgstr ""
 msgid "CPU Context Switches Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpufreq.lua:9
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2
 msgid "CPU Frequency"
 msgstr "CPU-Frequenz"
 
@@ -85,7 +85,7 @@ msgstr "CPU-Frequenz Plugin Konfiguration"
 msgid "CPU Plugin Configuration"
 msgstr "CPU Plugin Konfiguration"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2
 msgid "CSV Output"
 msgstr "CSV Ausgabe"
 
@@ -131,8 +131,8 @@ msgstr ""
 "verschiedenen Quellen mittels diverser Plugins. Auf dieser Seite können "
 "generelle Einstellungen für den Collectd-Daemon vorgenommen werden."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2
 msgid "Conntrack"
 msgstr "Conntrack"
 
@@ -140,8 +140,8 @@ msgstr "Conntrack"
 msgid "Conntrack Plugin Configuration"
 msgstr "Conntrack Plugin Einstellungen"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/contextswitch.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2
 msgid "Context Switches"
 msgstr ""
 
@@ -149,8 +149,8 @@ msgstr ""
 msgid "DF Plugin Configuration"
 msgstr "DF Plugin Konfiguration"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2
 msgid "DNS"
 msgstr "DNS"
 
@@ -182,13 +182,13 @@ msgstr "Verzeichnis für Unterkonfigurationen"
 msgid "Disk Plugin Configuration"
 msgstr "Disk Plugin Konfiguration"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/df.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2
 msgid "Disk Space Usage"
 msgstr "Plattenspeicher"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2
 msgid "Disk Usage"
 msgstr "Plattenauslastung"
 
@@ -204,7 +204,7 @@ msgstr "Zeitspanne zeigen »"
 msgid "E-Mail Plugin Configuration"
 msgstr "E-Mail Plugin Konfiguration"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/email.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2
 msgid "Email"
 msgstr "Email"
 
@@ -252,8 +252,8 @@ msgstr "Aktivieren"
 msgid "Enable this plugin"
 msgstr "Plugin aktivieren"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2
 msgid "Entropy"
 msgstr "Entropie"
 
@@ -261,7 +261,7 @@ msgstr "Entropie"
 msgid "Entropy Plugin Configuration"
 msgstr "Entropie Plugin Konfiguration"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2
 msgid "Exec"
 msgstr "Exec"
 
@@ -277,8 +277,8 @@ msgstr ""
 msgid "Filter class monitoring"
 msgstr "Filterklassen überwachen"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2
 msgid "Firewall"
 msgstr "Firewall"
 
@@ -294,7 +294,7 @@ msgstr "Weiterleitung zwischen Listen- und Server-Adressen"
 msgid "Gather compression statistics"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
 msgid "General plugins"
 msgstr ""
 
@@ -302,7 +302,7 @@ msgstr ""
 msgid "Generate a separate graph for each logged user"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:73
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:74
 msgid "Graphs"
 msgstr "Diagramme"
 
@@ -371,13 +371,13 @@ msgstr "eingehende Schnittstelle"
 msgid "Interface Plugin Configuration"
 msgstr "Interface Plugin Konfiguration"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2
 msgid "Interfaces"
 msgstr "Schnittstellen"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2
 msgid "Interrupts"
 msgstr "Interrupts"
 
@@ -421,8 +421,8 @@ msgstr ""
 msgid "Maximum allowed connections"
 msgstr "Maximale Anzahl erlaubter Verbindungen"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2
 msgid "Memory"
 msgstr "Hauptspeicher"
 
@@ -511,8 +511,8 @@ msgstr "Name"
 msgid "Name of the rule"
 msgstr "Name der Regel"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2
 msgid "Netlink"
 msgstr "Netlink"
 
@@ -520,7 +520,7 @@ msgstr "Netlink"
 msgid "Netlink Plugin Configuration"
 msgstr "Netlink Plugin Konfiguration"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/network.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2
 msgid "Network"
 msgstr "Netzwerk"
 
@@ -528,7 +528,7 @@ msgstr "Netzwerk"
 msgid "Network Plugin Configuration"
 msgstr "Network Plugin Konfiguration"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:25
 msgid "Network plugins"
 msgstr "Netzwerkplugins"
 
@@ -546,8 +546,8 @@ msgstr ""
 msgid "Number of threads for data collection"
 msgstr "Anzahl paralleler Sammelprozesse"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2
 msgid "OLSRd"
 msgstr "OLSRd"
 
@@ -559,8 +559,8 @@ msgstr "OLSRd-Plugin-Konfiguration"
 msgid "Only create average RRAs"
 msgstr "Nur &#39;average&#39; RRAs erzeugen"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2
 msgid "OpenVPN"
 msgstr "OpenVPN"
 
@@ -580,7 +580,7 @@ msgstr "Optionen"
 msgid "Outgoing interface"
 msgstr "ausgehende Schnittstelle"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:22
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
 msgid "Output plugins"
 msgstr "Ausgabeplugins"
 
@@ -588,8 +588,8 @@ msgstr "Ausgabeplugins"
 msgid "Percent values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2
 msgid "Ping"
 msgstr "Ping"
 
@@ -605,8 +605,8 @@ msgstr "Port"
 msgid "Port for apcupsd communication"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2
 msgid "Processes"
 msgstr "Prozesse"
 
@@ -618,8 +618,8 @@ msgstr "Prozess Plugin Konfiguration"
 msgid "Processes to monitor separated by space"
 msgstr "Zu überwachende Prozesse (getrennt durch Leerzeichen)"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2
 msgid "Processor"
 msgstr "Prozessor"
 
@@ -639,7 +639,7 @@ msgstr "RRD Heartbeatintervall"
 msgid "RRD step interval"
 msgstr "RRD Schrittintervall"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2
 msgid "RRDTool"
 msgstr "RRDTool"
 
@@ -682,8 +682,8 @@ msgstr "Sekunden"
 msgid "Sensor list"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/sensors.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2
 msgid "Sensors"
 msgstr ""
 
@@ -699,7 +699,7 @@ msgstr "Server-Host"
 msgid "Server port"
 msgstr "Server-Port"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:48
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:49
 msgid "Setup"
 msgstr ""
 
@@ -739,8 +739,8 @@ msgstr "Bestimmt die zu sammelnden Per-Route-Informationen."
 msgid "Specifies what information to collect about the global topology."
 msgstr "Bestimmt die zu sammelnden Informationen der globalen Topologie."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2
 msgid "Splash Leases"
 msgstr ""
 
@@ -748,7 +748,7 @@ msgstr ""
 msgid "Splash Leases Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:45
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:46
 #: applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm:9
 #: applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm:9
 msgid "Statistics"
@@ -770,13 +770,13 @@ msgstr "Werte nicht absolut sondern als Raten speichern"
 msgid "Stored timespans"
 msgstr "gespeicherte Zeitspannen"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/load.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2
 msgid "System Load"
 msgstr "Systemlast"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2
 msgid "TCP Connections"
 msgstr "TCP-Verbindungen"
 
@@ -1025,8 +1025,8 @@ msgstr ""
 msgid "The uptime plugin collects statistics about the uptime of the system."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/thermal.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2
 msgid "Thermal"
 msgstr ""
 
@@ -1062,8 +1062,8 @@ msgid "Try to lookup fully qualified hostname"
 msgstr "automatisch vollen Hostnamen herausfinden"
 
 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:12
-#: applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2
 msgid "UPS"
 msgstr "USV"
 
@@ -1079,7 +1079,7 @@ msgstr "Name der USV in NUT im Format usv@host "
 msgid "URL"
 msgstr "URL"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2
 msgid "UnixSock"
 msgstr "UnixSock"
 
@@ -1087,8 +1087,8 @@ msgstr "UnixSock"
 msgid "Unixsock Plugin Configuration"
 msgstr "Unixsock Plugin Konfiguration"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua:15
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2
 msgid "Uptime"
 msgstr "Laufzeit"
 
@@ -1126,8 +1126,8 @@ msgstr ""
 msgid "When set to true, we request percentage values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2
 msgid "Wireless"
 msgstr "WLAN"
 
@@ -1140,8 +1140,8 @@ msgid ""
 "You can install additional collectd-mod-* plugins to enable more statistics."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2
 msgid "cUrl"
 msgstr ""
 

+ 39 - 39
applications/luci-app-statistics/po/el/statistics.po

@@ -14,8 +14,8 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Weblate 3.11-dev\n"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
 msgid "APC UPS"
 msgstr ""
 
@@ -73,8 +73,8 @@ msgstr ""
 msgid "CPU Context Switches Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpufreq.lua:9
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2
 msgid "CPU Frequency"
 msgstr ""
 
@@ -86,7 +86,7 @@ msgstr ""
 msgid "CPU Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2
 msgid "CSV Output"
 msgstr "Έξοδος CSV"
 
@@ -132,8 +132,8 @@ msgstr ""
 "πηγές μέσω διάφορων προσθέτων. Σε αυτή τη σελίδα μπορείτε να αλλάξετε τις "
 "γενικές ρυθμίσεις του δαίμονα collectd."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2
 msgid "Conntrack"
 msgstr "Conntrack"
 
@@ -141,8 +141,8 @@ msgstr "Conntrack"
 msgid "Conntrack Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/contextswitch.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2
 msgid "Context Switches"
 msgstr ""
 
@@ -150,8 +150,8 @@ msgstr ""
 msgid "DF Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2
 msgid "DNS"
 msgstr "DNS"
 
@@ -184,13 +184,13 @@ msgstr "Κατάλογος υπο-ρυθμίσεων"
 msgid "Disk Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/df.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2
 msgid "Disk Space Usage"
 msgstr "Χρήση Χώρου στον δίσκο"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2
 msgid "Disk Usage"
 msgstr "Χρήση Δίσκου"
 
@@ -206,7 +206,7 @@ msgstr "Εμφάνιση χρονικού εύρους »"
 msgid "E-Mail Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/email.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2
 msgid "Email"
 msgstr "Ηλ. Ταχυδρομείο"
 
@@ -254,8 +254,8 @@ msgstr ""
 msgid "Enable this plugin"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2
 msgid "Entropy"
 msgstr ""
 
@@ -263,7 +263,7 @@ msgstr ""
 msgid "Entropy Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2
 msgid "Exec"
 msgstr "Exec"
 
@@ -279,8 +279,8 @@ msgstr ""
 msgid "Filter class monitoring"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2
 msgid "Firewall"
 msgstr "Τείχος προστασίας"
 
@@ -296,7 +296,7 @@ msgstr ""
 msgid "Gather compression statistics"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
 msgid "General plugins"
 msgstr ""
 
@@ -304,7 +304,7 @@ msgstr ""
 msgid "Generate a separate graph for each logged user"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:73
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:74
 msgid "Graphs"
 msgstr "Γραφικές παραστάσεις"
 
@@ -364,13 +364,13 @@ msgstr ""
 msgid "Interface Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2
 msgid "Interfaces"
 msgstr "Διεπαφές"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2
 msgid "Interrupts"
 msgstr "Διακοπές"
 
@@ -412,8 +412,8 @@ msgstr ""
 msgid "Maximum allowed connections"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2
 msgid "Memory"
 msgstr "Μνήμη"
 
@@ -502,8 +502,8 @@ msgstr ""
 msgid "Name of the rule"
 msgstr "Όνομα κανόνα"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2
 msgid "Netlink"
 msgstr "Netlink"
 
@@ -511,7 +511,7 @@ msgstr "Netlink"
 msgid "Netlink Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/network.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2
 msgid "Network"
 msgstr "Δίκτυο"
 
@@ -519,7 +519,7 @@ msgstr "Δίκτυο"
 msgid "Network Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:25
 msgid "Network plugins"
 msgstr "Πρόσθετα δικτύου"
 
@@ -537,8 +537,8 @@ msgstr ""
 msgid "Number of threads for data collection"
 msgstr "Αριθμός νημάτων για τη συλλογή δεδομένων"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2
 msgid "OLSRd"
 msgstr "OLSRd"
 
@@ -550,8 +550,8 @@ msgstr ""
 msgid "Only create average RRAs"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2
 msgid "OpenVPN"
 msgstr "OpenVPN"
 
@@ -571,7 +571,7 @@ msgstr ""
 msgid "Outgoing interface"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:22
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
 msgid "Output plugins"
 msgstr "Πρόσθετα εξόδου"
 
@@ -579,8 +579,8 @@ msgstr "Πρόσθετα εξόδου"
 msgid "Percent values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2
 msgid "Ping"
 msgstr "Ping"
 
@@ -596,8 +596,8 @@ msgstr ""
 msgid "Port for apcupsd communication"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2
 msgid "Processes"
 msgstr "Διεργασίες"
 
@@ -609,8 +609,8 @@ msgstr ""
 msgid "Processes to monitor separated by space"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2
 msgid "Processor"
 msgstr "Επεξεργαστής"
 
@@ -630,7 +630,7 @@ msgstr ""
 msgid "RRD step interval"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2
 msgid "RRDTool"
 msgstr "RRDTool"
 
@@ -673,8 +673,8 @@ msgstr "Δευτερόλεπτα"
 msgid "Sensor list"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/sensors.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2
 msgid "Sensors"
 msgstr ""
 
@@ -690,7 +690,7 @@ msgstr ""
 msgid "Server port"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:48
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:49
 msgid "Setup"
 msgstr ""
 
@@ -730,8 +730,8 @@ msgstr ""
 msgid "Specifies what information to collect about the global topology."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2
 msgid "Splash Leases"
 msgstr ""
 
@@ -739,7 +739,7 @@ msgstr ""
 msgid "Splash Leases Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:45
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:46
 #: applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm:9
 #: applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm:9
 msgid "Statistics"
@@ -761,13 +761,13 @@ msgstr ""
 msgid "Stored timespans"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/load.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2
 msgid "System Load"
 msgstr "Φόρτος Συστήματος"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2
 msgid "TCP Connections"
 msgstr "Συνδέσεις TCP"
 
@@ -966,8 +966,8 @@ msgstr ""
 msgid "The uptime plugin collects statistics about the uptime of the system."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/thermal.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2
 msgid "Thermal"
 msgstr ""
 
@@ -999,8 +999,8 @@ msgid "Try to lookup fully qualified hostname"
 msgstr ""
 
 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:12
-#: applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2
 msgid "UPS"
 msgstr ""
 
@@ -1016,7 +1016,7 @@ msgstr ""
 msgid "URL"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2
 msgid "UnixSock"
 msgstr "UnixSock"
 
@@ -1024,8 +1024,8 @@ msgstr "UnixSock"
 msgid "Unixsock Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua:15
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2
 msgid "Uptime"
 msgstr ""
 
@@ -1063,8 +1063,8 @@ msgstr ""
 msgid "When set to true, we request percentage values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2
 msgid "Wireless"
 msgstr "Ασύρματο"
 
@@ -1077,8 +1077,8 @@ msgid ""
 "You can install additional collectd-mod-* plugins to enable more statistics."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2
 msgid "cUrl"
 msgstr ""
 

+ 39 - 39
applications/luci-app-statistics/po/en/statistics.po

@@ -13,8 +13,8 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: Translate Toolkit 1.1.1\n"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
 msgid "APC UPS"
 msgstr ""
 
@@ -71,8 +71,8 @@ msgstr ""
 msgid "CPU Context Switches Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpufreq.lua:9
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2
 msgid "CPU Frequency"
 msgstr ""
 
@@ -84,7 +84,7 @@ msgstr ""
 msgid "CPU Plugin Configuration"
 msgstr "CPU Plugin Configuration"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2
 msgid "CSV Output"
 msgstr "CSV Output"
 
@@ -130,8 +130,8 @@ msgstr ""
 "different plugins. On this page you can change general settings for the "
 "collectd daemon."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2
 msgid "Conntrack"
 msgstr ""
 
@@ -139,8 +139,8 @@ msgstr ""
 msgid "Conntrack Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/contextswitch.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2
 msgid "Context Switches"
 msgstr ""
 
@@ -148,8 +148,8 @@ msgstr ""
 msgid "DF Plugin Configuration"
 msgstr "DF Plugin Configuration"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2
 msgid "DNS"
 msgstr "DNS"
 
@@ -181,13 +181,13 @@ msgstr "Directory for sub-configurations"
 msgid "Disk Plugin Configuration"
 msgstr "Disk Plugin Configuration"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/df.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2
 msgid "Disk Space Usage"
 msgstr "Disk Space Usage"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2
 msgid "Disk Usage"
 msgstr "Disk Usage"
 
@@ -203,7 +203,7 @@ msgstr "Display timespan »"
 msgid "E-Mail Plugin Configuration"
 msgstr "E-Mail Plugin Configuration"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/email.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2
 msgid "Email"
 msgstr "Email"
 
@@ -251,8 +251,8 @@ msgstr ""
 msgid "Enable this plugin"
 msgstr "Enable this plugin"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2
 msgid "Entropy"
 msgstr ""
 
@@ -260,7 +260,7 @@ msgstr ""
 msgid "Entropy Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2
 msgid "Exec"
 msgstr "Exec"
 
@@ -276,8 +276,8 @@ msgstr ""
 msgid "Filter class monitoring"
 msgstr "Filter class monitoring"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2
 msgid "Firewall"
 msgstr "Firewall"
 
@@ -293,7 +293,7 @@ msgstr "Forwarding between listen and server addresses"
 msgid "Gather compression statistics"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
 msgid "General plugins"
 msgstr ""
 
@@ -301,7 +301,7 @@ msgstr ""
 msgid "Generate a separate graph for each logged user"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:73
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:74
 msgid "Graphs"
 msgstr "Graphs"
 
@@ -368,13 +368,13 @@ msgstr "Incoming interface"
 msgid "Interface Plugin Configuration"
 msgstr "Interface Plugin Configuration"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2
 msgid "Interfaces"
 msgstr "Interfaces"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2
 msgid "Interrupts"
 msgstr "Interrupts"
 
@@ -416,8 +416,8 @@ msgstr ""
 msgid "Maximum allowed connections"
 msgstr "Maximum allowed connections"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2
 msgid "Memory"
 msgstr ""
 
@@ -506,8 +506,8 @@ msgstr ""
 msgid "Name of the rule"
 msgstr "Name of the rule"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2
 msgid "Netlink"
 msgstr "Netlink"
 
@@ -515,7 +515,7 @@ msgstr "Netlink"
 msgid "Netlink Plugin Configuration"
 msgstr "Netlink Plugin Configuration"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/network.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2
 msgid "Network"
 msgstr "Network"
 
@@ -523,7 +523,7 @@ msgstr "Network"
 msgid "Network Plugin Configuration"
 msgstr "Network Plugin Configuration"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:25
 msgid "Network plugins"
 msgstr "Network plugins"
 
@@ -541,8 +541,8 @@ msgstr ""
 msgid "Number of threads for data collection"
 msgstr "Number of threads for data collection"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2
 msgid "OLSRd"
 msgstr ""
 
@@ -554,8 +554,8 @@ msgstr ""
 msgid "Only create average RRAs"
 msgstr "Only create average RRAs"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2
 msgid "OpenVPN"
 msgstr ""
 
@@ -575,7 +575,7 @@ msgstr "Options"
 msgid "Outgoing interface"
 msgstr "Outgoing interface"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:22
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
 msgid "Output plugins"
 msgstr "Output plugins"
 
@@ -583,8 +583,8 @@ msgstr "Output plugins"
 msgid "Percent values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2
 msgid "Ping"
 msgstr "Ping"
 
@@ -600,8 +600,8 @@ msgstr ""
 msgid "Port for apcupsd communication"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2
 msgid "Processes"
 msgstr "Processes"
 
@@ -613,8 +613,8 @@ msgstr "Processes Plugin Configuration"
 msgid "Processes to monitor separated by space"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2
 msgid "Processor"
 msgstr "Processor"
 
@@ -634,7 +634,7 @@ msgstr "RRD heart beat interval"
 msgid "RRD step interval"
 msgstr "RRD step interval"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2
 msgid "RRDTool"
 msgstr "RRDTool"
 
@@ -677,8 +677,8 @@ msgstr "Seconds"
 msgid "Sensor list"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/sensors.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2
 msgid "Sensors"
 msgstr ""
 
@@ -694,7 +694,7 @@ msgstr "Server host"
 msgid "Server port"
 msgstr "Server port"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:48
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:49
 msgid "Setup"
 msgstr ""
 
@@ -734,8 +734,8 @@ msgstr ""
 msgid "Specifies what information to collect about the global topology."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2
 msgid "Splash Leases"
 msgstr ""
 
@@ -743,7 +743,7 @@ msgstr ""
 msgid "Splash Leases Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:45
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:46
 #: applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm:9
 #: applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm:9
 msgid "Statistics"
@@ -765,13 +765,13 @@ msgstr "Store data values as rates instead of absolute values"
 msgid "Stored timespans"
 msgstr "Stored timespans"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/load.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2
 msgid "System Load"
 msgstr "System Load"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2
 msgid "TCP Connections"
 msgstr "TCP Connections"
 
@@ -1007,8 +1007,8 @@ msgstr ""
 msgid "The uptime plugin collects statistics about the uptime of the system."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/thermal.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2
 msgid "Thermal"
 msgstr ""
 
@@ -1043,8 +1043,8 @@ msgid "Try to lookup fully qualified hostname"
 msgstr "Try to lookup fully qualified hostname"
 
 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:12
-#: applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2
 msgid "UPS"
 msgstr ""
 
@@ -1060,7 +1060,7 @@ msgstr ""
 msgid "URL"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2
 msgid "UnixSock"
 msgstr "UnixSock"
 
@@ -1068,8 +1068,8 @@ msgstr "UnixSock"
 msgid "Unixsock Plugin Configuration"
 msgstr "Unixsock Plugin Configuration"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua:15
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2
 msgid "Uptime"
 msgstr ""
 
@@ -1107,8 +1107,8 @@ msgstr ""
 msgid "When set to true, we request percentage values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2
 msgid "Wireless"
 msgstr "Wireless"
 
@@ -1121,8 +1121,8 @@ msgid ""
 "You can install additional collectd-mod-* plugins to enable more statistics."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2
 msgid "cUrl"
 msgstr ""
 

+ 39 - 39
applications/luci-app-statistics/po/es/statistics.po

@@ -14,8 +14,8 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Weblate 3.11-dev\n"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
 msgid "APC UPS"
 msgstr "APC UPS"
 
@@ -74,8 +74,8 @@ msgstr ""
 msgid "CPU Context Switches Plugin Configuration"
 msgstr "Configuración del complemento de conmutadores de contexto de CPU"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpufreq.lua:9
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2
 msgid "CPU Frequency"
 msgstr "Frecuencia de CPU"
 
@@ -87,7 +87,7 @@ msgstr "Configuración del complemento de frecuencia de la CPU"
 msgid "CPU Plugin Configuration"
 msgstr "Configuración del complemento de CPU"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2
 msgid "CSV Output"
 msgstr "Salida en CSV"
 
@@ -133,8 +133,8 @@ msgstr ""
 "través de la utilización de diferentes plugins. Aquí puede cambiar la "
 "configuración general del demonio que maneja collectd."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2
 msgid "Conntrack"
 msgstr "Seguimiento"
 
@@ -142,8 +142,8 @@ msgstr "Seguimiento"
 msgid "Conntrack Plugin Configuration"
 msgstr "Configuración del seguimiento"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/contextswitch.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2
 msgid "Context Switches"
 msgstr "Conmutadores de contexto"
 
@@ -151,8 +151,8 @@ msgstr "Conmutadores de contexto"
 msgid "DF Plugin Configuration"
 msgstr "Configuración del complemento DF"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2
 msgid "DNS"
 msgstr "DNS"
 
@@ -184,13 +184,13 @@ msgstr "Directorio para las subconfiguraciones"
 msgid "Disk Plugin Configuration"
 msgstr "Configuración del complemento Disco"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/df.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2
 msgid "Disk Space Usage"
 msgstr "Uso de espacio en disco"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2
 msgid "Disk Usage"
 msgstr "Uso de disco"
 
@@ -206,7 +206,7 @@ msgstr "Mostrar lapso de tiempo »"
 msgid "E-Mail Plugin Configuration"
 msgstr "Configuración del complemento Correo electrónico"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/email.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2
 msgid "Email"
 msgstr "Correo electrónico"
 
@@ -254,8 +254,8 @@ msgstr "Activar"
 msgid "Enable this plugin"
 msgstr "Activar este complemento"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2
 msgid "Entropy"
 msgstr "Entropía"
 
@@ -263,7 +263,7 @@ msgstr "Entropía"
 msgid "Entropy Plugin Configuration"
 msgstr "Configuración del complemento Entropía"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2
 msgid "Exec"
 msgstr "Exec"
 
@@ -279,8 +279,8 @@ msgstr "Ítems extra"
 msgid "Filter class monitoring"
 msgstr "Monitorización del filtro de clases"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2
 msgid "Firewall"
 msgstr "Firewall"
 
@@ -296,7 +296,7 @@ msgstr "Reenviar entre las direcciones de escucha y servidor"
 msgid "Gather compression statistics"
 msgstr "Recopilar estadísticas de compresión"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
 msgid "General plugins"
 msgstr "Complementos generales"
 
@@ -304,7 +304,7 @@ msgstr "Complementos generales"
 msgid "Generate a separate graph for each logged user"
 msgstr "Genera un gráfico separado para cada usuario registrado"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:73
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:74
 msgid "Graphs"
 msgstr "Gráficos"
 
@@ -372,13 +372,13 @@ msgstr "Interfaz de entrada"
 msgid "Interface Plugin Configuration"
 msgstr "Configuración del interfaz de plugins"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2
 msgid "Interfaces"
 msgstr "Interfaces"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2
 msgid "Interrupts"
 msgstr "Interrupciones"
 
@@ -422,8 +422,8 @@ msgstr ""
 msgid "Maximum allowed connections"
 msgstr "Máximo número de conexiones"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2
 msgid "Memory"
 msgstr "Memoria"
 
@@ -512,8 +512,8 @@ msgstr "Nombre"
 msgid "Name of the rule"
 msgstr "Nombre de la regla"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2
 msgid "Netlink"
 msgstr "Enlace de red"
 
@@ -521,7 +521,7 @@ msgstr "Enlace de red"
 msgid "Netlink Plugin Configuration"
 msgstr "Configuración del plugin \"enlace de red\""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/network.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2
 msgid "Network"
 msgstr "Red"
 
@@ -529,7 +529,7 @@ msgstr "Red"
 msgid "Network Plugin Configuration"
 msgstr "Configuración del plugin \"Red\""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:25
 msgid "Network plugins"
 msgstr "Plugins de red"
 
@@ -550,8 +550,8 @@ msgstr ""
 msgid "Number of threads for data collection"
 msgstr "Número de hilos para recolección de datos"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2
 msgid "OLSRd"
 msgstr "OLSRd"
 
@@ -563,8 +563,8 @@ msgstr "Configuración del plugin \"OLSRd\""
 msgid "Only create average RRAs"
 msgstr "Crear sólo RRAs medias"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2
 msgid "OpenVPN"
 msgstr "OpenVPN"
 
@@ -584,7 +584,7 @@ msgstr "Opciones"
 msgid "Outgoing interface"
 msgstr "Interfaz de salida"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:22
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
 msgid "Output plugins"
 msgstr "Plugins de salida"
 
@@ -592,8 +592,8 @@ msgstr "Plugins de salida"
 msgid "Percent values"
 msgstr "Valores porcentuales"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2
 msgid "Ping"
 msgstr "Ping"
 
@@ -609,8 +609,8 @@ msgstr "Puerto"
 msgid "Port for apcupsd communication"
 msgstr "Puerto para comunicación apcupsd"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2
 msgid "Processes"
 msgstr "Procesos"
 
@@ -622,8 +622,8 @@ msgstr "Configuración del plugin \"Procesos\""
 msgid "Processes to monitor separated by space"
 msgstr "Procesos a monitorizar (separados por espacios)"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2
 msgid "Processor"
 msgstr "Procesador"
 
@@ -643,7 +643,7 @@ msgstr "Intervalo de pulso RRD"
 msgid "RRD step interval"
 msgstr "Intervalo de paso RRD"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2
 msgid "RRDTool"
 msgstr "Herramienta RRD"
 
@@ -686,8 +686,8 @@ msgstr "Segundos"
 msgid "Sensor list"
 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
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2
 msgid "Sensors"
 msgstr "Sensores"
 
@@ -703,7 +703,7 @@ msgstr "Host servidor"
 msgid "Server port"
 msgstr "Puerto del servidor"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:48
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:49
 msgid "Setup"
 msgstr "Configuración"
 
@@ -743,8 +743,8 @@ msgstr "Especifica qué información recolectar sobre rutas."
 msgid "Specifies what information to collect about the global topology."
 msgstr "Especifica qué información recolectar sobre la topología global."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2
 msgid "Splash Leases"
 msgstr "Splash Leases"
 
@@ -752,7 +752,7 @@ msgstr "Splash Leases"
 msgid "Splash Leases Plugin Configuration"
 msgstr "Configuración del complemento \"Splash Leases\""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:45
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:46
 #: applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm:9
 #: applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm:9
 msgid "Statistics"
@@ -774,13 +774,13 @@ msgstr "Guardar datos como ratios en vez de valores absolutos"
 msgid "Stored timespans"
 msgstr "Intervalos almacenados"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/load.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2
 msgid "System Load"
 msgstr "Carga del sistema"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2
 msgid "TCP Connections"
 msgstr "Conexiones TCP"
 
@@ -1045,8 +1045,8 @@ msgstr ""
 "El plugin \"uptime\" recopila estadísticas sobre el tiempo de actividad del "
 "sistema."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/thermal.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2
 msgid "Thermal"
 msgstr "Térmico"
 
@@ -1086,8 +1086,8 @@ msgid "Try to lookup fully qualified hostname"
 msgstr "Intenta resolver el nombre de máquina cualificado"
 
 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:12
-#: applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2
 msgid "UPS"
 msgstr "SAI"
 
@@ -1103,7 +1103,7 @@ msgstr "Nombre del SAI en el formato de NUT sai@máquina"
 msgid "URL"
 msgstr "URL"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2
 msgid "UnixSock"
 msgstr "Socket UNIX"
 
@@ -1111,8 +1111,8 @@ msgstr "Socket UNIX"
 msgid "Unixsock Plugin Configuration"
 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
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2
 msgid "Uptime"
 msgstr "Tiempo de actividad"
 
@@ -1152,8 +1152,8 @@ msgstr "Cuando se establece en verdadero, se solicita valores absolutos"
 msgid "When set to true, we request percentage values"
 msgstr "Cuando se establece en verdadero, se solicita valores de porcentaje"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2
 msgid "Wireless"
 msgstr "Wi-Fi"
 
@@ -1168,8 +1168,8 @@ msgstr ""
 "Puede instalar plugins collectd-mod-* adicionales para activar más "
 "estadísticas."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2
 msgid "cUrl"
 msgstr "cUrl"
 

+ 39 - 39
applications/luci-app-statistics/po/fr/statistics.po

@@ -14,8 +14,8 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=n > 1;\n"
 "X-Generator: Weblate 3.10.1\n"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
 msgid "APC UPS"
 msgstr ""
 
@@ -72,8 +72,8 @@ msgstr ""
 msgid "CPU Context Switches Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpufreq.lua:9
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2
 msgid "CPU Frequency"
 msgstr "Fréquence du CPU"
 
@@ -85,7 +85,7 @@ msgstr ""
 msgid "CPU Plugin Configuration"
 msgstr "Configuration du greffon sur le CPU"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2
 msgid "CSV Output"
 msgstr "Sortie au format CSV"
 
@@ -131,8 +131,8 @@ msgstr ""
 "travers différents greffons. Sur ce page, vous pouvez modifier les "
 "paramètres généraux de ce démon collectd."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2
 msgid "Conntrack"
 msgstr "Conntrack"
 
@@ -140,8 +140,8 @@ msgstr "Conntrack"
 msgid "Conntrack Plugin Configuration"
 msgstr "Configuration du plugin Conntrack"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/contextswitch.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2
 msgid "Context Switches"
 msgstr ""
 
@@ -149,8 +149,8 @@ msgstr ""
 msgid "DF Plugin Configuration"
 msgstr "Configuration du greffon DF"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2
 msgid "DNS"
 msgstr "DNS"
 
@@ -182,13 +182,13 @@ msgstr "Répertoire pour les sous-configurations"
 msgid "Disk Plugin Configuration"
 msgstr "Configuration du greffon Disque"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/df.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2
 msgid "Disk Space Usage"
 msgstr "Utilisation de l'espace-disque"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2
 msgid "Disk Usage"
 msgstr "Espace-disque"
 
@@ -204,7 +204,7 @@ msgstr "Période affichée »"
 msgid "E-Mail Plugin Configuration"
 msgstr "Configuration du greffon des courriels"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/email.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2
 msgid "Email"
 msgstr "Courriel"
 
@@ -252,8 +252,8 @@ msgstr "Activer"
 msgid "Enable this plugin"
 msgstr "Activer ce greffon"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2
 msgid "Entropy"
 msgstr ""
 
@@ -261,7 +261,7 @@ msgstr ""
 msgid "Entropy Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2
 msgid "Exec"
 msgstr "Exec"
 
@@ -277,8 +277,8 @@ msgstr ""
 msgid "Filter class monitoring"
 msgstr "Surveillance des filtres"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2
 msgid "Firewall"
 msgstr "Pare-feu"
 
@@ -294,7 +294,7 @@ msgstr "Transfert entre les adresses en écoute et du serveur"
 msgid "Gather compression statistics"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
 msgid "General plugins"
 msgstr ""
 
@@ -302,7 +302,7 @@ msgstr ""
 msgid "Generate a separate graph for each logged user"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:73
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:74
 msgid "Graphs"
 msgstr "Graphiques"
 
@@ -370,13 +370,13 @@ msgstr "Interface entrante"
 msgid "Interface Plugin Configuration"
 msgstr "Configuration du greffon des Interfaces"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2
 msgid "Interfaces"
 msgstr "Interfaces"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2
 msgid "Interrupts"
 msgstr "Interruptions"
 
@@ -418,8 +418,8 @@ msgstr ""
 msgid "Maximum allowed connections"
 msgstr "Nb de Connexions autorisées au maximum"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2
 msgid "Memory"
 msgstr "Mémoire"
 
@@ -508,8 +508,8 @@ msgstr "Nom"
 msgid "Name of the rule"
 msgstr "Nom de la règle"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2
 msgid "Netlink"
 msgstr ""
 
@@ -517,7 +517,7 @@ msgstr ""
 msgid "Netlink Plugin Configuration"
 msgstr "Configuration du greffon du lien-réseau"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/network.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2
 msgid "Network"
 msgstr "Réseau"
 
@@ -525,7 +525,7 @@ msgstr "Réseau"
 msgid "Network Plugin Configuration"
 msgstr "Configuration du greffon réseau"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:25
 msgid "Network plugins"
 msgstr "Greffons liés au réseau"
 
@@ -543,8 +543,8 @@ msgstr ""
 msgid "Number of threads for data collection"
 msgstr "Nombre de fils pour la récupération des données"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2
 msgid "OLSRd"
 msgstr "OLSRd"
 
@@ -556,8 +556,8 @@ msgstr ""
 msgid "Only create average RRAs"
 msgstr "Créer seulement des RRAs moyens"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2
 msgid "OpenVPN"
 msgstr "OpenVPN"
 
@@ -577,7 +577,7 @@ msgstr "Options"
 msgid "Outgoing interface"
 msgstr "Interface sortante"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:22
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
 msgid "Output plugins"
 msgstr "Greffons liés aux résultats"
 
@@ -585,8 +585,8 @@ msgstr "Greffons liés aux résultats"
 msgid "Percent values"
 msgstr "Valeurs en pourcentage"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2
 msgid "Ping"
 msgstr "Ping"
 
@@ -602,8 +602,8 @@ msgstr "Port"
 msgid "Port for apcupsd communication"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2
 msgid "Processes"
 msgstr "Processus"
 
@@ -615,8 +615,8 @@ msgstr "Configuration du greffon des processus"
 msgid "Processes to monitor separated by space"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2
 msgid "Processor"
 msgstr "Processeur"
 
@@ -636,7 +636,7 @@ msgstr "Intervalle de la pulsation RRD"
 msgid "RRD step interval"
 msgstr "Intervalle d'avancement RRD"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2
 msgid "RRDTool"
 msgstr "RRDTool"
 
@@ -679,8 +679,8 @@ msgstr "Secondes"
 msgid "Sensor list"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/sensors.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2
 msgid "Sensors"
 msgstr "Capteurs"
 
@@ -696,7 +696,7 @@ msgstr "Hôte du serveur"
 msgid "Server port"
 msgstr "Port serveur"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:48
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:49
 msgid "Setup"
 msgstr ""
 
@@ -736,8 +736,8 @@ msgstr "Spécifie les informations à collecter sur les itinéraires."
 msgid "Specifies what information to collect about the global topology."
 msgstr "Spécifie les informations à collecter sur la topologie globale."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2
 msgid "Splash Leases"
 msgstr ""
 
@@ -745,7 +745,7 @@ msgstr ""
 msgid "Splash Leases Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:45
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:46
 #: applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm:9
 #: applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm:9
 msgid "Statistics"
@@ -767,13 +767,13 @@ msgstr "Stocke les données sous forme de taux plutôt que de valeurs absolues"
 msgid "Stored timespans"
 msgstr "Durée de la période enregistrée"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/load.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2
 msgid "System Load"
 msgstr "Charge-système"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2
 msgid "TCP Connections"
 msgstr "Connexions TCP"
 
@@ -1016,8 +1016,8 @@ msgstr ""
 msgid "The uptime plugin collects statistics about the uptime of the system."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/thermal.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2
 msgid "Thermal"
 msgstr "Thermique"
 
@@ -1053,8 +1053,8 @@ msgid "Try to lookup fully qualified hostname"
 msgstr "Tente de récupérer des noms d'hôtes complètement qualifiés"
 
 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:12
-#: applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2
 msgid "UPS"
 msgstr "UPS"
 
@@ -1070,7 +1070,7 @@ msgstr ""
 msgid "URL"
 msgstr "URL"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2
 msgid "UnixSock"
 msgstr "Socket Unix"
 
@@ -1078,8 +1078,8 @@ msgstr "Socket Unix"
 msgid "Unixsock Plugin Configuration"
 msgstr "Configuration du greffon de socket Unix"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua:15
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2
 msgid "Uptime"
 msgstr "Temps de service"
 
@@ -1117,8 +1117,8 @@ msgstr ""
 msgid "When set to true, we request percentage values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2
 msgid "Wireless"
 msgstr "Sans-fil"
 
@@ -1131,8 +1131,8 @@ msgid ""
 "You can install additional collectd-mod-* plugins to enable more statistics."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2
 msgid "cUrl"
 msgstr "cUrl"
 

+ 39 - 39
applications/luci-app-statistics/po/he/statistics.po

@@ -13,8 +13,8 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Pootle 2.0.6\n"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
 msgid "APC UPS"
 msgstr ""
 
@@ -71,8 +71,8 @@ msgstr ""
 msgid "CPU Context Switches Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpufreq.lua:9
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2
 msgid "CPU Frequency"
 msgstr ""
 
@@ -84,7 +84,7 @@ msgstr ""
 msgid "CPU Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2
 msgid "CSV Output"
 msgstr ""
 
@@ -127,8 +127,8 @@ msgid ""
 "collectd daemon."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2
 msgid "Conntrack"
 msgstr ""
 
@@ -136,8 +136,8 @@ msgstr ""
 msgid "Conntrack Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/contextswitch.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2
 msgid "Context Switches"
 msgstr ""
 
@@ -145,8 +145,8 @@ msgstr ""
 msgid "DF Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2
 msgid "DNS"
 msgstr ""
 
@@ -178,13 +178,13 @@ msgstr ""
 msgid "Disk Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/df.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2
 msgid "Disk Space Usage"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2
 msgid "Disk Usage"
 msgstr ""
 
@@ -200,7 +200,7 @@ msgstr ""
 msgid "E-Mail Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/email.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2
 msgid "Email"
 msgstr ""
 
@@ -248,8 +248,8 @@ msgstr ""
 msgid "Enable this plugin"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2
 msgid "Entropy"
 msgstr ""
 
@@ -257,7 +257,7 @@ msgstr ""
 msgid "Entropy Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2
 msgid "Exec"
 msgstr ""
 
@@ -273,8 +273,8 @@ msgstr ""
 msgid "Filter class monitoring"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2
 msgid "Firewall"
 msgstr ""
 
@@ -290,7 +290,7 @@ msgstr ""
 msgid "Gather compression statistics"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
 msgid "General plugins"
 msgstr ""
 
@@ -298,7 +298,7 @@ msgstr ""
 msgid "Generate a separate graph for each logged user"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:73
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:74
 msgid "Graphs"
 msgstr ""
 
@@ -358,13 +358,13 @@ msgstr ""
 msgid "Interface Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2
 msgid "Interfaces"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2
 msgid "Interrupts"
 msgstr ""
 
@@ -406,8 +406,8 @@ msgstr ""
 msgid "Maximum allowed connections"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2
 msgid "Memory"
 msgstr ""
 
@@ -496,8 +496,8 @@ msgstr ""
 msgid "Name of the rule"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2
 msgid "Netlink"
 msgstr ""
 
@@ -505,7 +505,7 @@ msgstr ""
 msgid "Netlink Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/network.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2
 msgid "Network"
 msgstr ""
 
@@ -513,7 +513,7 @@ msgstr ""
 msgid "Network Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:25
 msgid "Network plugins"
 msgstr ""
 
@@ -531,8 +531,8 @@ msgstr ""
 msgid "Number of threads for data collection"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2
 msgid "OLSRd"
 msgstr ""
 
@@ -544,8 +544,8 @@ msgstr ""
 msgid "Only create average RRAs"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2
 msgid "OpenVPN"
 msgstr ""
 
@@ -565,7 +565,7 @@ msgstr ""
 msgid "Outgoing interface"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:22
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
 msgid "Output plugins"
 msgstr ""
 
@@ -573,8 +573,8 @@ msgstr ""
 msgid "Percent values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2
 msgid "Ping"
 msgstr ""
 
@@ -590,8 +590,8 @@ msgstr ""
 msgid "Port for apcupsd communication"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2
 msgid "Processes"
 msgstr ""
 
@@ -603,8 +603,8 @@ msgstr ""
 msgid "Processes to monitor separated by space"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2
 msgid "Processor"
 msgstr ""
 
@@ -624,7 +624,7 @@ msgstr ""
 msgid "RRD step interval"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2
 msgid "RRDTool"
 msgstr ""
 
@@ -667,8 +667,8 @@ msgstr ""
 msgid "Sensor list"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/sensors.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2
 msgid "Sensors"
 msgstr ""
 
@@ -684,7 +684,7 @@ msgstr ""
 msgid "Server port"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:48
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:49
 msgid "Setup"
 msgstr ""
 
@@ -724,8 +724,8 @@ msgstr ""
 msgid "Specifies what information to collect about the global topology."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2
 msgid "Splash Leases"
 msgstr ""
 
@@ -733,7 +733,7 @@ msgstr ""
 msgid "Splash Leases Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:45
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:46
 #: applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm:9
 #: applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm:9
 msgid "Statistics"
@@ -755,13 +755,13 @@ msgstr ""
 msgid "Stored timespans"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/load.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2
 msgid "System Load"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2
 msgid "TCP Connections"
 msgstr ""
 
@@ -960,8 +960,8 @@ msgstr ""
 msgid "The uptime plugin collects statistics about the uptime of the system."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/thermal.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2
 msgid "Thermal"
 msgstr ""
 
@@ -993,8 +993,8 @@ msgid "Try to lookup fully qualified hostname"
 msgstr ""
 
 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:12
-#: applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2
 msgid "UPS"
 msgstr ""
 
@@ -1010,7 +1010,7 @@ msgstr ""
 msgid "URL"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2
 msgid "UnixSock"
 msgstr ""
 
@@ -1018,8 +1018,8 @@ msgstr ""
 msgid "Unixsock Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua:15
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2
 msgid "Uptime"
 msgstr ""
 
@@ -1057,8 +1057,8 @@ msgstr ""
 msgid "When set to true, we request percentage values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2
 msgid "Wireless"
 msgstr ""
 
@@ -1071,8 +1071,8 @@ msgid ""
 "You can install additional collectd-mod-* plugins to enable more statistics."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2
 msgid "cUrl"
 msgstr ""
 

+ 39 - 39
applications/luci-app-statistics/po/hi/statistics.po

@@ -14,8 +14,8 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=n > 1;\n"
 "X-Generator: Weblate 3.11-dev\n"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
 msgid "APC UPS"
 msgstr ""
 
@@ -72,8 +72,8 @@ msgstr ""
 msgid "CPU Context Switches Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpufreq.lua:9
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2
 msgid "CPU Frequency"
 msgstr ""
 
@@ -85,7 +85,7 @@ msgstr ""
 msgid "CPU Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2
 msgid "CSV Output"
 msgstr ""
 
@@ -128,8 +128,8 @@ msgid ""
 "collectd daemon."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2
 msgid "Conntrack"
 msgstr ""
 
@@ -137,8 +137,8 @@ msgstr ""
 msgid "Conntrack Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/contextswitch.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2
 msgid "Context Switches"
 msgstr ""
 
@@ -146,8 +146,8 @@ msgstr ""
 msgid "DF Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2
 msgid "DNS"
 msgstr ""
 
@@ -179,13 +179,13 @@ msgstr ""
 msgid "Disk Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/df.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2
 msgid "Disk Space Usage"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2
 msgid "Disk Usage"
 msgstr ""
 
@@ -201,7 +201,7 @@ msgstr ""
 msgid "E-Mail Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/email.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2
 msgid "Email"
 msgstr ""
 
@@ -249,8 +249,8 @@ msgstr ""
 msgid "Enable this plugin"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2
 msgid "Entropy"
 msgstr ""
 
@@ -258,7 +258,7 @@ msgstr ""
 msgid "Entropy Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2
 msgid "Exec"
 msgstr ""
 
@@ -274,8 +274,8 @@ msgstr ""
 msgid "Filter class monitoring"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2
 msgid "Firewall"
 msgstr ""
 
@@ -291,7 +291,7 @@ msgstr ""
 msgid "Gather compression statistics"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
 msgid "General plugins"
 msgstr ""
 
@@ -299,7 +299,7 @@ msgstr ""
 msgid "Generate a separate graph for each logged user"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:73
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:74
 msgid "Graphs"
 msgstr ""
 
@@ -359,13 +359,13 @@ msgstr ""
 msgid "Interface Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2
 msgid "Interfaces"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2
 msgid "Interrupts"
 msgstr ""
 
@@ -407,8 +407,8 @@ msgstr ""
 msgid "Maximum allowed connections"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2
 msgid "Memory"
 msgstr ""
 
@@ -497,8 +497,8 @@ msgstr ""
 msgid "Name of the rule"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2
 msgid "Netlink"
 msgstr ""
 
@@ -506,7 +506,7 @@ msgstr ""
 msgid "Netlink Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/network.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2
 msgid "Network"
 msgstr ""
 
@@ -514,7 +514,7 @@ msgstr ""
 msgid "Network Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:25
 msgid "Network plugins"
 msgstr ""
 
@@ -532,8 +532,8 @@ msgstr ""
 msgid "Number of threads for data collection"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2
 msgid "OLSRd"
 msgstr ""
 
@@ -545,8 +545,8 @@ msgstr ""
 msgid "Only create average RRAs"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2
 msgid "OpenVPN"
 msgstr "OpenVPN"
 
@@ -566,7 +566,7 @@ msgstr ""
 msgid "Outgoing interface"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:22
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
 msgid "Output plugins"
 msgstr ""
 
@@ -574,8 +574,8 @@ msgstr ""
 msgid "Percent values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2
 msgid "Ping"
 msgstr ""
 
@@ -591,8 +591,8 @@ msgstr ""
 msgid "Port for apcupsd communication"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2
 msgid "Processes"
 msgstr ""
 
@@ -604,8 +604,8 @@ msgstr ""
 msgid "Processes to monitor separated by space"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2
 msgid "Processor"
 msgstr ""
 
@@ -625,7 +625,7 @@ msgstr ""
 msgid "RRD step interval"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2
 msgid "RRDTool"
 msgstr ""
 
@@ -668,8 +668,8 @@ msgstr ""
 msgid "Sensor list"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/sensors.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2
 msgid "Sensors"
 msgstr ""
 
@@ -685,7 +685,7 @@ msgstr ""
 msgid "Server port"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:48
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:49
 msgid "Setup"
 msgstr ""
 
@@ -725,8 +725,8 @@ msgstr ""
 msgid "Specifies what information to collect about the global topology."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2
 msgid "Splash Leases"
 msgstr ""
 
@@ -734,7 +734,7 @@ msgstr ""
 msgid "Splash Leases Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:45
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:46
 #: applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm:9
 #: applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm:9
 msgid "Statistics"
@@ -756,13 +756,13 @@ msgstr ""
 msgid "Stored timespans"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/load.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2
 msgid "System Load"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2
 msgid "TCP Connections"
 msgstr ""
 
@@ -961,8 +961,8 @@ msgstr ""
 msgid "The uptime plugin collects statistics about the uptime of the system."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/thermal.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2
 msgid "Thermal"
 msgstr ""
 
@@ -994,8 +994,8 @@ msgid "Try to lookup fully qualified hostname"
 msgstr ""
 
 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:12
-#: applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2
 msgid "UPS"
 msgstr ""
 
@@ -1011,7 +1011,7 @@ msgstr ""
 msgid "URL"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2
 msgid "UnixSock"
 msgstr ""
 
@@ -1019,8 +1019,8 @@ msgstr ""
 msgid "Unixsock Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua:15
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2
 msgid "Uptime"
 msgstr ""
 
@@ -1058,8 +1058,8 @@ msgstr ""
 msgid "When set to true, we request percentage values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2
 msgid "Wireless"
 msgstr ""
 
@@ -1072,8 +1072,8 @@ msgid ""
 "You can install additional collectd-mod-* plugins to enable more statistics."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2
 msgid "cUrl"
 msgstr ""
 

+ 47 - 46
applications/luci-app-statistics/po/hu/statistics.po

@@ -12,8 +12,8 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Weblate 3.11-dev\n"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
 msgid "APC UPS"
 msgstr "APC UPS"
 
@@ -71,8 +71,8 @@ msgstr ""
 msgid "CPU Context Switches Plugin Configuration"
 msgstr "CPU-környezetváltások bővítmény beállítása"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpufreq.lua:9
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2
 msgid "CPU Frequency"
 msgstr "CPU-frekvencia"
 
@@ -84,7 +84,7 @@ msgstr "CPU-frekvencia bővítmény beállítása"
 msgid "CPU Plugin Configuration"
 msgstr "CPU bővítmény beállítása"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2
 msgid "CSV Output"
 msgstr "CSV-kimenet"
 
@@ -130,8 +130,8 @@ msgstr ""
 "adatgyűjtésre szolgáló kis méretű démon. Ezen az oldalon változtathatja meg "
 "a collectd démon általános beállításait."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2
 msgid "Conntrack"
 msgstr "Kapcsolatkövető"
 
@@ -139,8 +139,8 @@ msgstr "Kapcsolatkövető"
 msgid "Conntrack Plugin Configuration"
 msgstr "Kapcsolatkövető bővítmény beállítása"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/contextswitch.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2
 msgid "Context Switches"
 msgstr "Környezetváltások"
 
@@ -148,8 +148,8 @@ msgstr "Környezetváltások"
 msgid "DF Plugin Configuration"
 msgstr "DF bővítmény beállítása"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2
 msgid "DNS"
 msgstr "DNS"
 
@@ -181,13 +181,13 @@ msgstr "Albeállítások könyvtára"
 msgid "Disk Plugin Configuration"
 msgstr "Lemez bővítmény beállítása"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/df.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2
 msgid "Disk Space Usage"
 msgstr "Lemezterület-használat"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2
 msgid "Disk Usage"
 msgstr "Lemezhasználat"
 
@@ -203,7 +203,7 @@ msgstr "Időszak megjelenítése »"
 msgid "E-Mail Plugin Configuration"
 msgstr "E-mail bővítmény beállítása"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/email.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2
 msgid "Email"
 msgstr "E-mail"
 
@@ -251,8 +251,8 @@ msgstr "Engedélyezés"
 msgid "Enable this plugin"
 msgstr "Bővítmény engedélyezése"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2
 msgid "Entropy"
 msgstr "Entrópia"
 
@@ -260,7 +260,7 @@ msgstr "Entrópia"
 msgid "Entropy Plugin Configuration"
 msgstr "Entrópia bővítmény beállítása"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2
 msgid "Exec"
 msgstr "Végrehajtás"
 
@@ -276,8 +276,8 @@ msgstr "További elemek"
 msgid "Filter class monitoring"
 msgstr "Szűrőosztály megfigyelése"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2
 msgid "Firewall"
 msgstr "Tűzfal"
 
@@ -293,7 +293,7 @@ msgstr "Továbbítás a figyelési és a kiszolgáló címek között"
 msgid "Gather compression statistics"
 msgstr "Tömörítési statisztikák begyűjtése"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
 msgid "General plugins"
 msgstr "Általános bővítmények"
 
@@ -301,7 +301,7 @@ msgstr "Általános bővítmények"
 msgid "Generate a separate graph for each logged user"
 msgstr "Különálló grafikon előállítása minden bejelentkezett felhasználóhoz"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:73
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:74
 msgid "Graphs"
 msgstr "Grafikonok"
 
@@ -371,13 +371,13 @@ msgstr "Bejövő csatoló"
 msgid "Interface Plugin Configuration"
 msgstr "Csatoló bővítmény beállítása"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2
 msgid "Interfaces"
 msgstr "Csatolók"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2
 msgid "Interrupts"
 msgstr "Megszakítások"
 
@@ -423,8 +423,8 @@ msgstr ""
 msgid "Maximum allowed connections"
 msgstr "Legtöbb megengedett kapcsolat"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2
 msgid "Memory"
 msgstr "Memória"
 
@@ -513,8 +513,8 @@ msgstr "Név"
 msgid "Name of the rule"
 msgstr "A szabály neve"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2
 msgid "Netlink"
 msgstr "Netlink"
 
@@ -522,7 +522,7 @@ msgstr "Netlink"
 msgid "Netlink Plugin Configuration"
 msgstr "Netlink bővítmény beállítása"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/network.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2
 msgid "Network"
 msgstr "Hálózat"
 
@@ -530,7 +530,7 @@ msgstr "Hálózat"
 msgid "Network Plugin Configuration"
 msgstr "Hálózat bővítmény beállítása"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:25
 msgid "Network plugins"
 msgstr "Hálózati bővítmények"
 
@@ -551,8 +551,8 @@ msgstr ""
 msgid "Number of threads for data collection"
 msgstr "Az adatgyűjtés szálainak száma"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2
 msgid "OLSRd"
 msgstr "OLSRd"
 
@@ -564,8 +564,8 @@ msgstr "OLSRd bővítmény beállítása"
 msgid "Only create average RRAs"
 msgstr "Csak átlag RRA-k létrehozása"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2
 msgid "OpenVPN"
 msgstr "OpenVPN"
 
@@ -585,7 +585,7 @@ msgstr "Beállítások"
 msgid "Outgoing interface"
 msgstr "Kimenő csatoló"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:22
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
 msgid "Output plugins"
 msgstr "Kimeneti bővítmények"
 
@@ -593,8 +593,8 @@ msgstr "Kimeneti bővítmények"
 msgid "Percent values"
 msgstr "Százalékos értékek"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2
 msgid "Ping"
 msgstr "Ping"
 
@@ -610,8 +610,8 @@ msgstr "Port"
 msgid "Port for apcupsd communication"
 msgstr "Az apcupsd kommunikáció portja"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2
 msgid "Processes"
 msgstr "Folyamatok"
 
@@ -623,8 +623,8 @@ msgstr "Folyamatok bővítmény beállítása"
 msgid "Processes to monitor separated by space"
 msgstr "Megfigyelendő folyamatok szóközzel elválasztva"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2
 msgid "Processor"
 msgstr "Processzor"
 
@@ -644,7 +644,7 @@ msgstr "RRD szívverési időköz"
 msgid "RRD step interval"
 msgstr "RRD lépés időköze"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2
 msgid "RRDTool"
 msgstr "RRDtool"
 
@@ -687,8 +687,8 @@ msgstr "Másodperc"
 msgid "Sensor list"
 msgstr "Érzékelőlista"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/sensors.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2
 msgid "Sensors"
 msgstr "Érzékelők"
 
@@ -704,7 +704,7 @@ msgstr "Kiszolgáló gép"
 msgid "Server port"
 msgstr "Kiszolgáló port"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:48
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:49
 msgid "Setup"
 msgstr "Beállítás"
 
@@ -734,7 +734,8 @@ msgstr "Forrás IP-tartomány"
 
 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:25
 msgid "Specifies what information to collect about links."
-msgstr "Meghatározza, hogy milyen információkat kell gyűjteni a kapcsolatokról."
+msgstr ""
+"Meghatározza, hogy milyen információkat kell gyűjteni a kapcsolatokról."
 
 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua:32
 msgid "Specifies what information to collect about routes."
@@ -746,8 +747,8 @@ msgstr ""
 "Meghatározza, hogy milyen információkat kell gyűjteni a globális "
 "topológiáról."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2
 msgid "Splash Leases"
 msgstr "Indítási bérletek"
 
@@ -755,7 +756,7 @@ msgstr "Indítási bérletek"
 msgid "Splash Leases Plugin Configuration"
 msgstr "Indítási bérletek bővítmény beállítása"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:45
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:46
 #: applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm:9
 #: applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm:9
 msgid "Statistics"
@@ -777,13 +778,13 @@ msgstr "Az adatértékek arányként történő tárolása abszolút értékek h
 msgid "Stored timespans"
 msgstr "Tárolt időszakok"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/load.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2
 msgid "System Load"
 msgstr "Rendszerterhelés"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2
 msgid "TCP Connections"
 msgstr "TCP kapcsolatok"
 
@@ -982,10 +983,10 @@ msgid ""
 "directory. This can render the device unusable!</strong>"
 msgstr ""
 "Az RRDtool bővítmény eltárolja a begyűjtött adatokat az RRD "
-"adatbázisfájlokban, a diagramok alapjában.<br /><br /><strong>Figyelmeztetés:"
-" a hibás érték beállítása nagyon magas memóriafogyasztást fog eredményezni "
-"az átmeneti könyvtárban. Ez használhatatlanul jelenítheti meg az "
-"eszközt!</strong>"
+"adatbázisfájlokban, a diagramok alapjában.<br /><br /"
+"><strong>Figyelmeztetés: a hibás érték beállítása nagyon magas "
+"memóriafogyasztást fog eredményezni az átmeneti könyvtárban. Ez "
+"használhatatlanul jelenítheti meg az eszközt!</strong>"
 
 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua:65
 msgid ""
@@ -1028,8 +1029,8 @@ msgid ""
 "read, e.g. thermal_zone1 )"
 msgstr ""
 "A hőmérséklet bővítmény a rendszer hőmérsékletét fogja megfigyelni. Az "
-"adatok jellemzően a /sys/class/thermal/*/temp helyről vannak beolvasva (a „*”"
-" a beolvasandó hőmérsékleti eszközt jelenti, például thermal_zone1)"
+"adatok jellemzően a /sys/class/thermal/*/temp helyről vannak beolvasva (a "
+"„*” a beolvasandó hőmérsékleti eszközt jelenti, például thermal_zone1)"
 
 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua:7
 msgid ""
@@ -1044,8 +1045,8 @@ msgid "The uptime plugin collects statistics about the uptime of the system."
 msgstr ""
 "Az működési idő bővítmény a rendszer működési idejéről gyűjt statisztikákat."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/thermal.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2
 msgid "Thermal"
 msgstr "Hőmérséklet"
 
@@ -1082,8 +1083,8 @@ msgid "Try to lookup fully qualified hostname"
 msgstr "Teljesen minősített gépnév keresésének kísérlete"
 
 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:12
-#: applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2
 msgid "UPS"
 msgstr "UPS"
 
@@ -1099,7 +1100,7 @@ msgstr "UPS neve NUT ups@gép formátumban"
 msgid "URL"
 msgstr "URL"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2
 msgid "UnixSock"
 msgstr "UnixSock"
 
@@ -1107,8 +1108,8 @@ msgstr "UnixSock"
 msgid "Unixsock Plugin Configuration"
 msgstr "Unixsock bővítmény beállítása"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua:15
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2
 msgid "Uptime"
 msgstr "Működési idő"
 
@@ -1148,8 +1149,8 @@ msgstr "Ha igazra van állítva, akkor abszolút értékeket kérünk"
 msgid "When set to true, we request percentage values"
 msgstr "Ha igazra van állítva, akkor százalékos értékeket kérünk"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2
 msgid "Wireless"
 msgstr "Vezeték nélküli"
 
@@ -1164,8 +1165,8 @@ msgstr ""
 "Telepíthet további collectd-mod-* bővítményeket is több statisztika "
 "engedélyezéséhez."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2
 msgid "cUrl"
 msgstr "cUrl"
 

+ 39 - 39
applications/luci-app-statistics/po/it/statistics.po

@@ -14,8 +14,8 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Weblate 3.11-dev\n"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
 msgid "APC UPS"
 msgstr ""
 
@@ -72,8 +72,8 @@ msgstr ""
 msgid "CPU Context Switches Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpufreq.lua:9
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2
 msgid "CPU Frequency"
 msgstr ""
 
@@ -85,7 +85,7 @@ msgstr ""
 msgid "CPU Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2
 msgid "CSV Output"
 msgstr ""
 
@@ -131,8 +131,8 @@ msgstr ""
 "grazie a diversi plugin. Su questa pagina puoi cambiare le opzioni generali "
 "del demone collectd."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2
 msgid "Conntrack"
 msgstr ""
 
@@ -140,8 +140,8 @@ msgstr ""
 msgid "Conntrack Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/contextswitch.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2
 msgid "Context Switches"
 msgstr ""
 
@@ -149,8 +149,8 @@ msgstr ""
 msgid "DF Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2
 msgid "DNS"
 msgstr ""
 
@@ -182,13 +182,13 @@ msgstr ""
 msgid "Disk Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/df.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2
 msgid "Disk Space Usage"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2
 msgid "Disk Usage"
 msgstr ""
 
@@ -204,7 +204,7 @@ msgstr ""
 msgid "E-Mail Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/email.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2
 msgid "Email"
 msgstr ""
 
@@ -252,8 +252,8 @@ msgstr ""
 msgid "Enable this plugin"
 msgstr "Abilita questo plugin"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2
 msgid "Entropy"
 msgstr ""
 
@@ -261,7 +261,7 @@ msgstr ""
 msgid "Entropy Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2
 msgid "Exec"
 msgstr ""
 
@@ -277,8 +277,8 @@ msgstr ""
 msgid "Filter class monitoring"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2
 msgid "Firewall"
 msgstr "Firewall"
 
@@ -294,7 +294,7 @@ msgstr ""
 msgid "Gather compression statistics"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
 msgid "General plugins"
 msgstr ""
 
@@ -302,7 +302,7 @@ msgstr ""
 msgid "Generate a separate graph for each logged user"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:73
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:74
 msgid "Graphs"
 msgstr ""
 
@@ -367,13 +367,13 @@ msgstr ""
 msgid "Interface Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2
 msgid "Interfaces"
 msgstr "Interfacce"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2
 msgid "Interrupts"
 msgstr ""
 
@@ -417,8 +417,8 @@ msgstr ""
 msgid "Maximum allowed connections"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2
 msgid "Memory"
 msgstr ""
 
@@ -507,8 +507,8 @@ msgstr "Nome"
 msgid "Name of the rule"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2
 msgid "Netlink"
 msgstr ""
 
@@ -516,7 +516,7 @@ msgstr ""
 msgid "Netlink Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/network.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2
 msgid "Network"
 msgstr "Rete"
 
@@ -524,7 +524,7 @@ msgstr "Rete"
 msgid "Network Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:25
 msgid "Network plugins"
 msgstr ""
 
@@ -542,8 +542,8 @@ msgstr ""
 msgid "Number of threads for data collection"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2
 msgid "OLSRd"
 msgstr ""
 
@@ -555,8 +555,8 @@ msgstr ""
 msgid "Only create average RRAs"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2
 msgid "OpenVPN"
 msgstr "OpenVPN"
 
@@ -576,7 +576,7 @@ msgstr ""
 msgid "Outgoing interface"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:22
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
 msgid "Output plugins"
 msgstr ""
 
@@ -584,8 +584,8 @@ msgstr ""
 msgid "Percent values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2
 msgid "Ping"
 msgstr ""
 
@@ -601,8 +601,8 @@ msgstr "Port"
 msgid "Port for apcupsd communication"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2
 msgid "Processes"
 msgstr ""
 
@@ -614,8 +614,8 @@ msgstr ""
 msgid "Processes to monitor separated by space"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2
 msgid "Processor"
 msgstr ""
 
@@ -635,7 +635,7 @@ msgstr ""
 msgid "RRD step interval"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2
 msgid "RRDTool"
 msgstr ""
 
@@ -678,8 +678,8 @@ msgstr ""
 msgid "Sensor list"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/sensors.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2
 msgid "Sensors"
 msgstr ""
 
@@ -695,7 +695,7 @@ msgstr ""
 msgid "Server port"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:48
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:49
 msgid "Setup"
 msgstr ""
 
@@ -735,8 +735,8 @@ msgstr ""
 msgid "Specifies what information to collect about the global topology."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2
 msgid "Splash Leases"
 msgstr ""
 
@@ -744,7 +744,7 @@ msgstr ""
 msgid "Splash Leases Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:45
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:46
 #: applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm:9
 #: applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm:9
 msgid "Statistics"
@@ -766,13 +766,13 @@ msgstr ""
 msgid "Stored timespans"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/load.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2
 msgid "System Load"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2
 msgid "TCP Connections"
 msgstr ""
 
@@ -971,8 +971,8 @@ msgstr ""
 msgid "The uptime plugin collects statistics about the uptime of the system."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/thermal.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2
 msgid "Thermal"
 msgstr ""
 
@@ -1004,8 +1004,8 @@ msgid "Try to lookup fully qualified hostname"
 msgstr ""
 
 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:12
-#: applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2
 msgid "UPS"
 msgstr ""
 
@@ -1021,7 +1021,7 @@ msgstr ""
 msgid "URL"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2
 msgid "UnixSock"
 msgstr ""
 
@@ -1029,8 +1029,8 @@ msgstr ""
 msgid "Unixsock Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua:15
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2
 msgid "Uptime"
 msgstr ""
 
@@ -1068,8 +1068,8 @@ msgstr ""
 msgid "When set to true, we request percentage values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2
 msgid "Wireless"
 msgstr ""
 
@@ -1082,8 +1082,8 @@ msgid ""
 "You can install additional collectd-mod-* plugins to enable more statistics."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2
 msgid "cUrl"
 msgstr ""
 

+ 39 - 39
applications/luci-app-statistics/po/ja/statistics.po

@@ -14,8 +14,8 @@ msgstr ""
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Generator: Weblate 3.9\n"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
 msgid "APC UPS"
 msgstr ""
 
@@ -72,8 +72,8 @@ msgstr ""
 msgid "CPU Context Switches Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpufreq.lua:9
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2
 msgid "CPU Frequency"
 msgstr "CPU 周波数"
 
@@ -85,7 +85,7 @@ msgstr "CPU 周波数プラグイン設定"
 msgid "CPU Plugin Configuration"
 msgstr "CPU プラグイン設定"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2
 msgid "CSV Output"
 msgstr "CSV 出力"
 
@@ -130,8 +130,8 @@ msgstr ""
 "Collectd は、様々なソースから別々のプラグインを通してデータを収集する軽量デー"
 "モンです。"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2
 msgid "Conntrack"
 msgstr "Conntrack"
 
@@ -139,8 +139,8 @@ msgstr "Conntrack"
 msgid "Conntrack Plugin Configuration"
 msgstr "Conntrack プラグイン設定"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/contextswitch.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2
 msgid "Context Switches"
 msgstr ""
 
@@ -148,8 +148,8 @@ msgstr ""
 msgid "DF Plugin Configuration"
 msgstr "DF プラグイン設定"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2
 msgid "DNS"
 msgstr "DNS"
 
@@ -181,13 +181,13 @@ msgstr "サブ設定ディレクトリ"
 msgid "Disk Plugin Configuration"
 msgstr "ディスクプラグイン設定"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/df.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2
 msgid "Disk Space Usage"
 msgstr "ディスクスペース使用量"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2
 msgid "Disk Usage"
 msgstr "ディスクの使用"
 
@@ -203,7 +203,7 @@ msgstr "時間帯表示 »"
 msgid "E-Mail Plugin Configuration"
 msgstr "E-メールプラグイン設定"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/email.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2
 msgid "Email"
 msgstr "Eメール"
 
@@ -251,8 +251,8 @@ msgstr "有効"
 msgid "Enable this plugin"
 msgstr "プラグイン設定を有効にする"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2
 msgid "Entropy"
 msgstr "エントロピー"
 
@@ -260,7 +260,7 @@ msgstr "エントロピー"
 msgid "Entropy Plugin Configuration"
 msgstr "エントロピー プラグイン設定"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2
 msgid "Exec"
 msgstr ""
 
@@ -276,8 +276,8 @@ msgstr ""
 msgid "Filter class monitoring"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2
 msgid "Firewall"
 msgstr "ファイアウォール"
 
@@ -293,7 +293,7 @@ msgstr ""
 msgid "Gather compression statistics"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
 msgid "General plugins"
 msgstr "一般プラグイン"
 
@@ -301,7 +301,7 @@ msgstr "一般プラグイン"
 msgid "Generate a separate graph for each logged user"
 msgstr "ログインユーザーごとの分離されたグラフを生成します。"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:73
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:74
 msgid "Graphs"
 msgstr "グラフ"
 
@@ -368,13 +368,13 @@ msgstr "着信インターフェース"
 msgid "Interface Plugin Configuration"
 msgstr "インターフェース プラグイン設定"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2
 msgid "Interfaces"
 msgstr "インターフェース"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2
 msgid "Interrupts"
 msgstr "割込み"
 
@@ -419,8 +419,8 @@ msgstr ""
 msgid "Maximum allowed connections"
 msgstr "許可された最大接続数"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2
 msgid "Memory"
 msgstr "メモリー"
 
@@ -509,8 +509,8 @@ msgstr ""
 msgid "Name of the rule"
 msgstr "ルール名"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2
 msgid "Netlink"
 msgstr "Netlink"
 
@@ -518,7 +518,7 @@ msgstr "Netlink"
 msgid "Netlink Plugin Configuration"
 msgstr "Netlink プラグイン設定"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/network.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2
 msgid "Network"
 msgstr "ネットワーク"
 
@@ -526,7 +526,7 @@ msgstr "ネットワーク"
 msgid "Network Plugin Configuration"
 msgstr "ネットワークプラグイン設定"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:25
 msgid "Network plugins"
 msgstr "ネットワークプラグイン"
 
@@ -547,8 +547,8 @@ msgstr ""
 msgid "Number of threads for data collection"
 msgstr "データ収集用スレッド数"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2
 msgid "OLSRd"
 msgstr "OLSRd"
 
@@ -560,8 +560,8 @@ msgstr "OLSRd プラグイン設定"
 msgid "Only create average RRAs"
 msgstr "平均値のRRAsのみ作成する"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2
 msgid "OpenVPN"
 msgstr "OpenVPN"
 
@@ -581,7 +581,7 @@ msgstr "オプション"
 msgid "Outgoing interface"
 msgstr "送信インターフェース"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:22
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
 msgid "Output plugins"
 msgstr "出力プラグイン"
 
@@ -589,8 +589,8 @@ msgstr "出力プラグイン"
 msgid "Percent values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2
 msgid "Ping"
 msgstr "Ping"
 
@@ -606,8 +606,8 @@ msgstr "ポート"
 msgid "Port for apcupsd communication"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2
 msgid "Processes"
 msgstr "プロセス"
 
@@ -619,8 +619,8 @@ msgstr "プロセス プラグイン設定"
 msgid "Processes to monitor separated by space"
 msgstr "スペースで区切られた、モニターするプロセスです。"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2
 msgid "Processor"
 msgstr "プロセッサー"
 
@@ -640,7 +640,7 @@ msgstr "RRD ハートビート間隔"
 msgid "RRD step interval"
 msgstr "RRD stepインターバル"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2
 msgid "RRDTool"
 msgstr "RRDTool"
 
@@ -683,8 +683,8 @@ msgstr "秒"
 msgid "Sensor list"
 msgstr "センサー一覧"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/sensors.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2
 msgid "Sensors"
 msgstr "センサー"
 
@@ -700,7 +700,7 @@ msgstr "サーバー ホスト"
 msgid "Server port"
 msgstr "サーバー ポート"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:48
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:49
 msgid "Setup"
 msgstr "設定"
 
@@ -740,8 +740,8 @@ msgstr "ルートについて、どのような情報を収集するか設定し
 msgid "Specifies what information to collect about the global topology."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2
 msgid "Splash Leases"
 msgstr ""
 
@@ -749,7 +749,7 @@ msgstr ""
 msgid "Splash Leases Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:45
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:46
 #: applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm:9
 #: applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm:9
 msgid "Statistics"
@@ -771,13 +771,13 @@ msgstr "データ値を絶対値の代わりにレートとして保存します
 msgid "Stored timespans"
 msgstr "保存する期間の範囲"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/load.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2
 msgid "System Load"
 msgstr "システム負荷"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2
 msgid "TCP Connections"
 msgstr "TCP 接続"
 
@@ -1023,8 +1023,8 @@ msgstr ""
 msgid "The uptime plugin collects statistics about the uptime of the system."
 msgstr "稼働時間 プラグインは、システムの稼働時間についての統計を収集します。"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/thermal.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2
 msgid "Thermal"
 msgstr "サーマル"
 
@@ -1061,8 +1061,8 @@ msgid "Try to lookup fully qualified hostname"
 msgstr ""
 
 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:12
-#: applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2
 msgid "UPS"
 msgstr "UPS"
 
@@ -1078,7 +1078,7 @@ msgstr "ups@host 形式のNUT内のUPS名"
 msgid "URL"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2
 msgid "UnixSock"
 msgstr "UnixSock"
 
@@ -1086,8 +1086,8 @@ msgstr "UnixSock"
 msgid "Unixsock Plugin Configuration"
 msgstr "Unixsock プラグイン設定"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua:15
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2
 msgid "Uptime"
 msgstr "稼働時間"
 
@@ -1125,8 +1125,8 @@ msgstr ""
 msgid "When set to true, we request percentage values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2
 msgid "Wireless"
 msgstr "無線"
 
@@ -1141,8 +1141,8 @@ msgstr ""
 "追加の collectd-mod-* プラグインをインストールすることで、より多くの統計を有"
 "効にできます。"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2
 msgid "cUrl"
 msgstr ""
 

+ 39 - 39
applications/luci-app-statistics/po/ko/statistics.po

@@ -14,8 +14,8 @@ msgstr ""
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Generator: Weblate 3.11-dev\n"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
 msgid "APC UPS"
 msgstr ""
 
@@ -72,8 +72,8 @@ msgstr ""
 msgid "CPU Context Switches Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpufreq.lua:9
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2
 msgid "CPU Frequency"
 msgstr ""
 
@@ -85,7 +85,7 @@ msgstr ""
 msgid "CPU Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2
 msgid "CSV Output"
 msgstr ""
 
@@ -128,8 +128,8 @@ msgid ""
 "collectd daemon."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2
 msgid "Conntrack"
 msgstr ""
 
@@ -137,8 +137,8 @@ msgstr ""
 msgid "Conntrack Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/contextswitch.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2
 msgid "Context Switches"
 msgstr ""
 
@@ -146,8 +146,8 @@ msgstr ""
 msgid "DF Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2
 msgid "DNS"
 msgstr ""
 
@@ -179,13 +179,13 @@ msgstr ""
 msgid "Disk Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/df.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2
 msgid "Disk Space Usage"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2
 msgid "Disk Usage"
 msgstr ""
 
@@ -201,7 +201,7 @@ msgstr ""
 msgid "E-Mail Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/email.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2
 msgid "Email"
 msgstr ""
 
@@ -249,8 +249,8 @@ msgstr ""
 msgid "Enable this plugin"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2
 msgid "Entropy"
 msgstr ""
 
@@ -258,7 +258,7 @@ msgstr ""
 msgid "Entropy Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2
 msgid "Exec"
 msgstr ""
 
@@ -274,8 +274,8 @@ msgstr ""
 msgid "Filter class monitoring"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2
 msgid "Firewall"
 msgstr ""
 
@@ -291,7 +291,7 @@ msgstr ""
 msgid "Gather compression statistics"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
 msgid "General plugins"
 msgstr ""
 
@@ -299,7 +299,7 @@ msgstr ""
 msgid "Generate a separate graph for each logged user"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:73
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:74
 msgid "Graphs"
 msgstr ""
 
@@ -359,13 +359,13 @@ msgstr ""
 msgid "Interface Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2
 msgid "Interfaces"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2
 msgid "Interrupts"
 msgstr ""
 
@@ -407,8 +407,8 @@ msgstr ""
 msgid "Maximum allowed connections"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2
 msgid "Memory"
 msgstr ""
 
@@ -497,8 +497,8 @@ msgstr ""
 msgid "Name of the rule"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2
 msgid "Netlink"
 msgstr ""
 
@@ -506,7 +506,7 @@ msgstr ""
 msgid "Netlink Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/network.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2
 msgid "Network"
 msgstr ""
 
@@ -514,7 +514,7 @@ msgstr ""
 msgid "Network Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:25
 msgid "Network plugins"
 msgstr ""
 
@@ -532,8 +532,8 @@ msgstr ""
 msgid "Number of threads for data collection"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2
 msgid "OLSRd"
 msgstr ""
 
@@ -545,8 +545,8 @@ msgstr ""
 msgid "Only create average RRAs"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2
 msgid "OpenVPN"
 msgstr "OpenVPN"
 
@@ -566,7 +566,7 @@ msgstr ""
 msgid "Outgoing interface"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:22
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
 msgid "Output plugins"
 msgstr ""
 
@@ -574,8 +574,8 @@ msgstr ""
 msgid "Percent values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2
 msgid "Ping"
 msgstr ""
 
@@ -591,8 +591,8 @@ msgstr ""
 msgid "Port for apcupsd communication"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2
 msgid "Processes"
 msgstr ""
 
@@ -604,8 +604,8 @@ msgstr ""
 msgid "Processes to monitor separated by space"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2
 msgid "Processor"
 msgstr ""
 
@@ -625,7 +625,7 @@ msgstr ""
 msgid "RRD step interval"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2
 msgid "RRDTool"
 msgstr ""
 
@@ -668,8 +668,8 @@ msgstr ""
 msgid "Sensor list"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/sensors.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2
 msgid "Sensors"
 msgstr ""
 
@@ -685,7 +685,7 @@ msgstr ""
 msgid "Server port"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:48
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:49
 msgid "Setup"
 msgstr ""
 
@@ -725,8 +725,8 @@ msgstr ""
 msgid "Specifies what information to collect about the global topology."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2
 msgid "Splash Leases"
 msgstr ""
 
@@ -734,7 +734,7 @@ msgstr ""
 msgid "Splash Leases Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:45
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:46
 #: applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm:9
 #: applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm:9
 msgid "Statistics"
@@ -756,13 +756,13 @@ msgstr ""
 msgid "Stored timespans"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/load.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2
 msgid "System Load"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2
 msgid "TCP Connections"
 msgstr ""
 
@@ -961,8 +961,8 @@ msgstr ""
 msgid "The uptime plugin collects statistics about the uptime of the system."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/thermal.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2
 msgid "Thermal"
 msgstr ""
 
@@ -994,8 +994,8 @@ msgid "Try to lookup fully qualified hostname"
 msgstr ""
 
 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:12
-#: applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2
 msgid "UPS"
 msgstr ""
 
@@ -1011,7 +1011,7 @@ msgstr ""
 msgid "URL"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2
 msgid "UnixSock"
 msgstr ""
 
@@ -1019,8 +1019,8 @@ msgstr ""
 msgid "Unixsock Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua:15
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2
 msgid "Uptime"
 msgstr ""
 
@@ -1058,8 +1058,8 @@ msgstr ""
 msgid "When set to true, we request percentage values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2
 msgid "Wireless"
 msgstr ""
 
@@ -1072,8 +1072,8 @@ msgid ""
 "You can install additional collectd-mod-* plugins to enable more statistics."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2
 msgid "cUrl"
 msgstr ""
 

+ 39 - 39
applications/luci-app-statistics/po/mr/statistics.po

@@ -14,8 +14,8 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=n > 1;\n"
 "X-Generator: Weblate 3.11-dev\n"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
 msgid "APC UPS"
 msgstr ""
 
@@ -72,8 +72,8 @@ msgstr ""
 msgid "CPU Context Switches Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpufreq.lua:9
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2
 msgid "CPU Frequency"
 msgstr ""
 
@@ -85,7 +85,7 @@ msgstr ""
 msgid "CPU Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2
 msgid "CSV Output"
 msgstr ""
 
@@ -128,8 +128,8 @@ msgid ""
 "collectd daemon."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2
 msgid "Conntrack"
 msgstr ""
 
@@ -137,8 +137,8 @@ msgstr ""
 msgid "Conntrack Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/contextswitch.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2
 msgid "Context Switches"
 msgstr ""
 
@@ -146,8 +146,8 @@ msgstr ""
 msgid "DF Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2
 msgid "DNS"
 msgstr ""
 
@@ -179,13 +179,13 @@ msgstr ""
 msgid "Disk Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/df.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2
 msgid "Disk Space Usage"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2
 msgid "Disk Usage"
 msgstr ""
 
@@ -201,7 +201,7 @@ msgstr ""
 msgid "E-Mail Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/email.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2
 msgid "Email"
 msgstr ""
 
@@ -249,8 +249,8 @@ msgstr "सक्षम करा"
 msgid "Enable this plugin"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2
 msgid "Entropy"
 msgstr ""
 
@@ -258,7 +258,7 @@ msgstr ""
 msgid "Entropy Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2
 msgid "Exec"
 msgstr ""
 
@@ -274,8 +274,8 @@ msgstr ""
 msgid "Filter class monitoring"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2
 msgid "Firewall"
 msgstr ""
 
@@ -291,7 +291,7 @@ msgstr ""
 msgid "Gather compression statistics"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
 msgid "General plugins"
 msgstr ""
 
@@ -299,7 +299,7 @@ msgstr ""
 msgid "Generate a separate graph for each logged user"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:73
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:74
 msgid "Graphs"
 msgstr ""
 
@@ -359,13 +359,13 @@ msgstr ""
 msgid "Interface Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2
 msgid "Interfaces"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2
 msgid "Interrupts"
 msgstr ""
 
@@ -407,8 +407,8 @@ msgstr ""
 msgid "Maximum allowed connections"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2
 msgid "Memory"
 msgstr ""
 
@@ -497,8 +497,8 @@ msgstr "नाव"
 msgid "Name of the rule"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2
 msgid "Netlink"
 msgstr ""
 
@@ -506,7 +506,7 @@ msgstr ""
 msgid "Netlink Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/network.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2
 msgid "Network"
 msgstr ""
 
@@ -514,7 +514,7 @@ msgstr ""
 msgid "Network Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:25
 msgid "Network plugins"
 msgstr ""
 
@@ -532,8 +532,8 @@ msgstr ""
 msgid "Number of threads for data collection"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2
 msgid "OLSRd"
 msgstr ""
 
@@ -545,8 +545,8 @@ msgstr ""
 msgid "Only create average RRAs"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2
 msgid "OpenVPN"
 msgstr "OpenVPN"
 
@@ -566,7 +566,7 @@ msgstr ""
 msgid "Outgoing interface"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:22
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
 msgid "Output plugins"
 msgstr ""
 
@@ -574,8 +574,8 @@ msgstr ""
 msgid "Percent values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2
 msgid "Ping"
 msgstr ""
 
@@ -591,8 +591,8 @@ msgstr "पोर्ट"
 msgid "Port for apcupsd communication"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2
 msgid "Processes"
 msgstr ""
 
@@ -604,8 +604,8 @@ msgstr ""
 msgid "Processes to monitor separated by space"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2
 msgid "Processor"
 msgstr ""
 
@@ -625,7 +625,7 @@ msgstr ""
 msgid "RRD step interval"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2
 msgid "RRDTool"
 msgstr ""
 
@@ -668,8 +668,8 @@ msgstr ""
 msgid "Sensor list"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/sensors.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2
 msgid "Sensors"
 msgstr ""
 
@@ -685,7 +685,7 @@ msgstr ""
 msgid "Server port"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:48
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:49
 msgid "Setup"
 msgstr ""
 
@@ -725,8 +725,8 @@ msgstr ""
 msgid "Specifies what information to collect about the global topology."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2
 msgid "Splash Leases"
 msgstr ""
 
@@ -734,7 +734,7 @@ msgstr ""
 msgid "Splash Leases Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:45
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:46
 #: applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm:9
 #: applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm:9
 msgid "Statistics"
@@ -756,13 +756,13 @@ msgstr ""
 msgid "Stored timespans"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/load.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2
 msgid "System Load"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2
 msgid "TCP Connections"
 msgstr ""
 
@@ -961,8 +961,8 @@ msgstr ""
 msgid "The uptime plugin collects statistics about the uptime of the system."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/thermal.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2
 msgid "Thermal"
 msgstr ""
 
@@ -994,8 +994,8 @@ msgid "Try to lookup fully qualified hostname"
 msgstr ""
 
 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:12
-#: applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2
 msgid "UPS"
 msgstr ""
 
@@ -1011,7 +1011,7 @@ msgstr ""
 msgid "URL"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2
 msgid "UnixSock"
 msgstr ""
 
@@ -1019,8 +1019,8 @@ msgstr ""
 msgid "Unixsock Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua:15
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2
 msgid "Uptime"
 msgstr ""
 
@@ -1058,8 +1058,8 @@ msgstr ""
 msgid "When set to true, we request percentage values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2
 msgid "Wireless"
 msgstr ""
 
@@ -1072,8 +1072,8 @@ msgid ""
 "You can install additional collectd-mod-* plugins to enable more statistics."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2
 msgid "cUrl"
 msgstr ""
 

+ 39 - 39
applications/luci-app-statistics/po/ms/statistics.po

@@ -14,8 +14,8 @@ msgstr ""
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Generator: Weblate 3.11-dev\n"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
 msgid "APC UPS"
 msgstr ""
 
@@ -72,8 +72,8 @@ msgstr ""
 msgid "CPU Context Switches Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpufreq.lua:9
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2
 msgid "CPU Frequency"
 msgstr ""
 
@@ -85,7 +85,7 @@ msgstr ""
 msgid "CPU Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2
 msgid "CSV Output"
 msgstr ""
 
@@ -128,8 +128,8 @@ msgid ""
 "collectd daemon."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2
 msgid "Conntrack"
 msgstr ""
 
@@ -137,8 +137,8 @@ msgstr ""
 msgid "Conntrack Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/contextswitch.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2
 msgid "Context Switches"
 msgstr ""
 
@@ -146,8 +146,8 @@ msgstr ""
 msgid "DF Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2
 msgid "DNS"
 msgstr ""
 
@@ -179,13 +179,13 @@ msgstr ""
 msgid "Disk Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/df.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2
 msgid "Disk Space Usage"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2
 msgid "Disk Usage"
 msgstr ""
 
@@ -201,7 +201,7 @@ msgstr ""
 msgid "E-Mail Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/email.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2
 msgid "Email"
 msgstr ""
 
@@ -249,8 +249,8 @@ msgstr ""
 msgid "Enable this plugin"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2
 msgid "Entropy"
 msgstr ""
 
@@ -258,7 +258,7 @@ msgstr ""
 msgid "Entropy Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2
 msgid "Exec"
 msgstr ""
 
@@ -274,8 +274,8 @@ msgstr ""
 msgid "Filter class monitoring"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2
 msgid "Firewall"
 msgstr ""
 
@@ -291,7 +291,7 @@ msgstr ""
 msgid "Gather compression statistics"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
 msgid "General plugins"
 msgstr ""
 
@@ -299,7 +299,7 @@ msgstr ""
 msgid "Generate a separate graph for each logged user"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:73
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:74
 msgid "Graphs"
 msgstr ""
 
@@ -359,13 +359,13 @@ msgstr ""
 msgid "Interface Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2
 msgid "Interfaces"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2
 msgid "Interrupts"
 msgstr ""
 
@@ -407,8 +407,8 @@ msgstr ""
 msgid "Maximum allowed connections"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2
 msgid "Memory"
 msgstr ""
 
@@ -497,8 +497,8 @@ msgstr ""
 msgid "Name of the rule"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2
 msgid "Netlink"
 msgstr ""
 
@@ -506,7 +506,7 @@ msgstr ""
 msgid "Netlink Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/network.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2
 msgid "Network"
 msgstr ""
 
@@ -514,7 +514,7 @@ msgstr ""
 msgid "Network Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:25
 msgid "Network plugins"
 msgstr ""
 
@@ -532,8 +532,8 @@ msgstr ""
 msgid "Number of threads for data collection"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2
 msgid "OLSRd"
 msgstr ""
 
@@ -545,8 +545,8 @@ msgstr ""
 msgid "Only create average RRAs"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2
 msgid "OpenVPN"
 msgstr "OpenVPN"
 
@@ -566,7 +566,7 @@ msgstr ""
 msgid "Outgoing interface"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:22
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
 msgid "Output plugins"
 msgstr ""
 
@@ -574,8 +574,8 @@ msgstr ""
 msgid "Percent values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2
 msgid "Ping"
 msgstr ""
 
@@ -591,8 +591,8 @@ msgstr ""
 msgid "Port for apcupsd communication"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2
 msgid "Processes"
 msgstr ""
 
@@ -604,8 +604,8 @@ msgstr ""
 msgid "Processes to monitor separated by space"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2
 msgid "Processor"
 msgstr ""
 
@@ -625,7 +625,7 @@ msgstr ""
 msgid "RRD step interval"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2
 msgid "RRDTool"
 msgstr ""
 
@@ -668,8 +668,8 @@ msgstr ""
 msgid "Sensor list"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/sensors.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2
 msgid "Sensors"
 msgstr ""
 
@@ -685,7 +685,7 @@ msgstr ""
 msgid "Server port"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:48
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:49
 msgid "Setup"
 msgstr ""
 
@@ -725,8 +725,8 @@ msgstr ""
 msgid "Specifies what information to collect about the global topology."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2
 msgid "Splash Leases"
 msgstr ""
 
@@ -734,7 +734,7 @@ msgstr ""
 msgid "Splash Leases Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:45
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:46
 #: applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm:9
 #: applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm:9
 msgid "Statistics"
@@ -756,13 +756,13 @@ msgstr ""
 msgid "Stored timespans"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/load.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2
 msgid "System Load"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2
 msgid "TCP Connections"
 msgstr ""
 
@@ -961,8 +961,8 @@ msgstr ""
 msgid "The uptime plugin collects statistics about the uptime of the system."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/thermal.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2
 msgid "Thermal"
 msgstr ""
 
@@ -994,8 +994,8 @@ msgid "Try to lookup fully qualified hostname"
 msgstr ""
 
 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:12
-#: applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2
 msgid "UPS"
 msgstr ""
 
@@ -1011,7 +1011,7 @@ msgstr ""
 msgid "URL"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2
 msgid "UnixSock"
 msgstr ""
 
@@ -1019,8 +1019,8 @@ msgstr ""
 msgid "Unixsock Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua:15
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2
 msgid "Uptime"
 msgstr ""
 
@@ -1058,8 +1058,8 @@ msgstr ""
 msgid "When set to true, we request percentage values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2
 msgid "Wireless"
 msgstr ""
 
@@ -1072,8 +1072,8 @@ msgid ""
 "You can install additional collectd-mod-* plugins to enable more statistics."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2
 msgid "cUrl"
 msgstr ""
 

+ 39 - 39
applications/luci-app-statistics/po/nb_NO/statistics.po

@@ -10,8 +10,8 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Weblate 3.11-dev\n"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
 msgid "APC UPS"
 msgstr ""
 
@@ -68,8 +68,8 @@ msgstr ""
 msgid "CPU Context Switches Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpufreq.lua:9
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2
 msgid "CPU Frequency"
 msgstr ""
 
@@ -81,7 +81,7 @@ msgstr ""
 msgid "CPU Plugin Configuration"
 msgstr "CPU plugin konfigurasjon"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2
 msgid "CSV Output"
 msgstr "CSV Utdata"
 
@@ -127,8 +127,8 @@ msgstr ""
 "ulike plugins. På denne siden kan du endre generelle innstillinger for "
 "collectd daemon."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2
 msgid "Conntrack"
 msgstr ""
 
@@ -136,8 +136,8 @@ msgstr ""
 msgid "Conntrack Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/contextswitch.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2
 msgid "Context Switches"
 msgstr ""
 
@@ -145,8 +145,8 @@ msgstr ""
 msgid "DF Plugin Configuration"
 msgstr "DF plugin konfigurasjon"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2
 msgid "DNS"
 msgstr "DNS"
 
@@ -178,13 +178,13 @@ msgstr "Katalog for sub-konfigurasjoner"
 msgid "Disk Plugin Configuration"
 msgstr "Disk plugin konfigurasjon"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/df.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2
 msgid "Disk Space Usage"
 msgstr "Disk Forbruk"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2
 msgid "Disk Usage"
 msgstr "Disk Anvendelse"
 
@@ -200,7 +200,7 @@ msgstr "Vis tidsperiode »"
 msgid "E-Mail Plugin Configuration"
 msgstr "E-Post plugin konfigurasjon"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/email.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2
 msgid "Email"
 msgstr "Epost"
 
@@ -248,8 +248,8 @@ msgstr ""
 msgid "Enable this plugin"
 msgstr "Aktiver denne plugin"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2
 msgid "Entropy"
 msgstr ""
 
@@ -257,7 +257,7 @@ msgstr ""
 msgid "Entropy Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2
 msgid "Exec"
 msgstr "Program"
 
@@ -273,8 +273,8 @@ msgstr ""
 msgid "Filter class monitoring"
 msgstr "Filter class overvåking"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2
 msgid "Firewall"
 msgstr "Brannmur"
 
@@ -290,7 +290,7 @@ msgstr "Videresending mellom lyttende og server adresser"
 msgid "Gather compression statistics"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
 msgid "General plugins"
 msgstr ""
 
@@ -298,7 +298,7 @@ msgstr ""
 msgid "Generate a separate graph for each logged user"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:73
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:74
 msgid "Graphs"
 msgstr "Grafer"
 
@@ -363,13 +363,13 @@ msgstr "Innkommende grensesnitt"
 msgid "Interface Plugin Configuration"
 msgstr "Grensesnitt plugin konfigurasjon"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2
 msgid "Interfaces"
 msgstr "Grensesnitt"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2
 msgid "Interrupts"
 msgstr "Avbrudd"
 
@@ -411,8 +411,8 @@ msgstr ""
 msgid "Maximum allowed connections"
 msgstr "Maksimum tillatte tilkoblinger"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2
 msgid "Memory"
 msgstr ""
 
@@ -501,8 +501,8 @@ msgstr ""
 msgid "Name of the rule"
 msgstr "Navnet på regelen"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2
 msgid "Netlink"
 msgstr "Nettlink"
 
@@ -510,7 +510,7 @@ msgstr "Nettlink"
 msgid "Netlink Plugin Configuration"
 msgstr "Netlink plugin konfigurasjon"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/network.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2
 msgid "Network"
 msgstr "Nettverk"
 
@@ -518,7 +518,7 @@ msgstr "Nettverk"
 msgid "Network Plugin Configuration"
 msgstr "Nettverks plugin konfigurasjon"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:25
 msgid "Network plugins"
 msgstr "Nettverks plugin"
 
@@ -536,8 +536,8 @@ msgstr ""
 msgid "Number of threads for data collection"
 msgstr "Antall tråder for datainnsamling"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2
 msgid "OLSRd"
 msgstr ""
 
@@ -549,8 +549,8 @@ msgstr ""
 msgid "Only create average RRAs"
 msgstr "Lag kun gjennomsnittlige RRAs"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2
 msgid "OpenVPN"
 msgstr "OpenVPN"
 
@@ -570,7 +570,7 @@ msgstr "Alternativer"
 msgid "Outgoing interface"
 msgstr "Utgående grensesnitt"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:22
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
 msgid "Output plugins"
 msgstr "Utdata Plugin"
 
@@ -578,8 +578,8 @@ msgstr "Utdata Plugin"
 msgid "Percent values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2
 msgid "Ping"
 msgstr "Ping"
 
@@ -595,8 +595,8 @@ msgstr ""
 msgid "Port for apcupsd communication"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2
 msgid "Processes"
 msgstr "Prosesser"
 
@@ -608,8 +608,8 @@ msgstr "Prosess plugin konfigurasjon"
 msgid "Processes to monitor separated by space"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2
 msgid "Processor"
 msgstr "Prosessor"
 
@@ -629,7 +629,7 @@ msgstr "RRD \"heartbeat\" intervall"
 msgid "RRD step interval"
 msgstr "RRD steg intervall"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2
 msgid "RRDTool"
 msgstr "RRDTool"
 
@@ -672,8 +672,8 @@ msgstr "Sekunder"
 msgid "Sensor list"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/sensors.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2
 msgid "Sensors"
 msgstr ""
 
@@ -689,7 +689,7 @@ msgstr "Server vert"
 msgid "Server port"
 msgstr "Server port"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:48
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:49
 msgid "Setup"
 msgstr ""
 
@@ -729,8 +729,8 @@ msgstr ""
 msgid "Specifies what information to collect about the global topology."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2
 msgid "Splash Leases"
 msgstr ""
 
@@ -738,7 +738,7 @@ msgstr ""
 msgid "Splash Leases Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:45
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:46
 #: applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm:9
 #: applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm:9
 msgid "Statistics"
@@ -760,13 +760,13 @@ msgstr "Lagre dataverdier som rater i stedet for absolutte verdier"
 msgid "Stored timespans"
 msgstr "Lagrede tidsperioder"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/load.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2
 msgid "System Load"
 msgstr "System Belastning"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2
 msgid "TCP Connections"
 msgstr "TCP Forbindelser"
 
@@ -1001,8 +1001,8 @@ msgstr ""
 msgid "The uptime plugin collects statistics about the uptime of the system."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/thermal.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2
 msgid "Thermal"
 msgstr ""
 
@@ -1038,8 +1038,8 @@ msgid "Try to lookup fully qualified hostname"
 msgstr "Prøv å søk etter fullstendig vertsnavn"
 
 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:12
-#: applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2
 msgid "UPS"
 msgstr ""
 
@@ -1055,7 +1055,7 @@ msgstr ""
 msgid "URL"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2
 msgid "UnixSock"
 msgstr "UnixSock"
 
@@ -1063,8 +1063,8 @@ msgstr "UnixSock"
 msgid "Unixsock Plugin Configuration"
 msgstr "Unixsock plugin konfigurasjon"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua:15
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2
 msgid "Uptime"
 msgstr ""
 
@@ -1102,8 +1102,8 @@ msgstr ""
 msgid "When set to true, we request percentage values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2
 msgid "Wireless"
 msgstr "Trådløs"
 
@@ -1116,8 +1116,8 @@ msgid ""
 "You can install additional collectd-mod-* plugins to enable more statistics."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2
 msgid "cUrl"
 msgstr ""
 

+ 39 - 39
applications/luci-app-statistics/po/pl/statistics.po

@@ -15,8 +15,8 @@ msgstr ""
 "|| n%100>=20) ? 1 : 2;\n"
 "X-Generator: Weblate 3.11-dev\n"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
 msgid "APC UPS"
 msgstr "APC UPS"
 
@@ -74,8 +74,8 @@ msgstr ""
 msgid "CPU Context Switches Plugin Configuration"
 msgstr "Kontekst cpu przełącza konfigurację wtyczek"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpufreq.lua:9
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2
 msgid "CPU Frequency"
 msgstr "Częstotliwość procesora"
 
@@ -87,7 +87,7 @@ msgstr "Konfiguracja wtyczki częstotliwości procesora"
 msgid "CPU Plugin Configuration"
 msgstr "Konfiguracja wtyczki procesora"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2
 msgid "CSV Output"
 msgstr "Wyjście CSV"
 
@@ -133,8 +133,8 @@ msgstr ""
 "różnych wtyczek. Na tej stronie można zmienić ogólne ustawienia demona "
 "collectd."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2
 msgid "Conntrack"
 msgstr "Conntrack"
 
@@ -142,8 +142,8 @@ msgstr "Conntrack"
 msgid "Conntrack Plugin Configuration"
 msgstr "Konfiguracja wtyczki conntrack"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/contextswitch.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2
 msgid "Context Switches"
 msgstr "Przełączniki kontekstu"
 
@@ -151,8 +151,8 @@ msgstr "Przełączniki kontekstu"
 msgid "DF Plugin Configuration"
 msgstr "Konfiguracja wtyczki DF"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2
 msgid "DNS"
 msgstr "DNS"
 
@@ -184,13 +184,13 @@ msgstr "Katalog podkonfiguracji"
 msgid "Disk Plugin Configuration"
 msgstr "Konfiguracja wtyczki dysku"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/df.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2
 msgid "Disk Space Usage"
 msgstr "Zużycie przestrzeni dyskowej"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2
 msgid "Disk Usage"
 msgstr "Użycie dysku"
 
@@ -206,7 +206,7 @@ msgstr "Przedział czasu wyświetlania »"
 msgid "E-Mail Plugin Configuration"
 msgstr "Konfiguracja wtyczki email"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/email.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2
 msgid "Email"
 msgstr "Email"
 
@@ -254,8 +254,8 @@ msgstr "Włącz"
 msgid "Enable this plugin"
 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
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2
 msgid "Entropy"
 msgstr "Entropia"
 
@@ -263,7 +263,7 @@ msgstr "Entropia"
 msgid "Entropy Plugin Configuration"
 msgstr "Konfiguracja wtyczki entropii"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2
 msgid "Exec"
 msgstr "Exec"
 
@@ -279,8 +279,8 @@ msgstr "Pozycje dodatkowe"
 msgid "Filter class monitoring"
 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
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2
 msgid "Firewall"
 msgstr "Zapora sieciowa"
 
@@ -296,7 +296,7 @@ msgstr "Przekazywanie przez słuchacza na adres serwera"
 msgid "Gather compression statistics"
 msgstr "Zbieranie statystyk kompresji"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
 msgid "General plugins"
 msgstr "Wtyczki ogólne"
 
@@ -304,7 +304,7 @@ msgstr "Wtyczki ogólne"
 msgid "Generate a separate graph for each logged user"
 msgstr "Generowanie oddzielnego wykresu dla każdego zalogowanego użytkownika"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:73
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:74
 msgid "Graphs"
 msgstr "Wykresy"
 
@@ -372,13 +372,13 @@ msgstr "Interfejs przychodzący"
 msgid "Interface Plugin Configuration"
 msgstr "Konfiguracja wtyczki interfejsu"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2
 msgid "Interfaces"
 msgstr "Interfejsy"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2
 msgid "Interrupts"
 msgstr "Przerwania"
 
@@ -424,8 +424,8 @@ msgstr ""
 msgid "Maximum allowed connections"
 msgstr "Maksymalne dozwolone połączenia"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2
 msgid "Memory"
 msgstr "Pamięć"
 
@@ -514,8 +514,8 @@ msgstr "Nazwa"
 msgid "Name of the rule"
 msgstr "Nazwa tej reguły"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2
 msgid "Netlink"
 msgstr "Netlink"
 
@@ -523,7 +523,7 @@ msgstr "Netlink"
 msgid "Netlink Plugin Configuration"
 msgstr "Konfiguracja wtyczki Netlink"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/network.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2
 msgid "Network"
 msgstr "Sieć"
 
@@ -531,7 +531,7 @@ msgstr "Sieć"
 msgid "Network Plugin Configuration"
 msgstr "Konfiguracja wtyczki sieć"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:25
 msgid "Network plugins"
 msgstr "Wtyczki sieciowe"
 
@@ -552,8 +552,8 @@ msgstr ""
 msgid "Number of threads for data collection"
 msgstr "Liczba wątków do zbierania danych"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2
 msgid "OLSRd"
 msgstr "OLSRd"
 
@@ -565,8 +565,8 @@ msgstr "Konfiguracja wtyczki OLSRd"
 msgid "Only create average RRAs"
 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
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2
 msgid "OpenVPN"
 msgstr "OpenVPN"
 
@@ -586,7 +586,7 @@ msgstr "Opcje"
 msgid "Outgoing interface"
 msgstr "Interfejs wychodzący"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:22
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
 msgid "Output plugins"
 msgstr "Pluginy wyjścia"
 
@@ -594,8 +594,8 @@ msgstr "Pluginy wyjścia"
 msgid "Percent values"
 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
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2
 msgid "Ping"
 msgstr "Ping"
 
@@ -611,8 +611,8 @@ msgstr "Port"
 msgid "Port for apcupsd communication"
 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
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2
 msgid "Processes"
 msgstr "Procesy systemowe"
 
@@ -624,8 +624,8 @@ msgstr "Konfiguracja wtyczki procesów systemowych"
 msgid "Processes to monitor separated by space"
 msgstr "Monitorowane procesy oddzielone spacją"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2
 msgid "Processor"
 msgstr "Procesor"
 
@@ -645,7 +645,7 @@ msgstr "Częstotliwość interwału RRD"
 msgid "RRD step interval"
 msgstr "Częstotliwość zmian RRD"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2
 msgid "RRDTool"
 msgstr "RRDTool"
 
@@ -688,8 +688,8 @@ msgstr "Sekundy"
 msgid "Sensor list"
 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
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2
 msgid "Sensors"
 msgstr "Czujniki"
 
@@ -705,7 +705,7 @@ msgstr "Host serwera"
 msgid "Server port"
 msgstr "Port serwera"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:48
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:49
 msgid "Setup"
 msgstr "Konfiguracja"
 
@@ -745,8 +745,8 @@ msgstr "Określa jakie informacje zbierać o trasach."
 msgid "Specifies what information to collect about the global topology."
 msgstr "Określa jakie informacje zbierać o globalnej topologii."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2
 msgid "Splash Leases"
 msgstr "Dzierżawy Splash"
 
@@ -754,7 +754,7 @@ msgstr "Dzierżawy Splash"
 msgid "Splash Leases Plugin Configuration"
 msgstr "Konfiguracja wtyczki dzierżaw Splash"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:45
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:46
 #: applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm:9
 #: applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm:9
 msgid "Statistics"
@@ -777,13 +777,13 @@ msgstr ""
 msgid "Stored timespans"
 msgstr "Przechowywane okresy czasu"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/load.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2
 msgid "System Load"
 msgstr "Obciążenie systemu"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2
 msgid "TCP Connections"
 msgstr "Połączenia TCP"
 
@@ -1039,8 +1039,8 @@ msgstr ""
 msgid "The uptime plugin collects statistics about the uptime of the system."
 msgstr "Wtyczka uptime zbiera statystyki dotyczące czasu pracy systemu."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/thermal.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2
 msgid "Thermal"
 msgstr "Termika"
 
@@ -1077,8 +1077,8 @@ msgid "Try to lookup fully qualified hostname"
 msgstr "Spróbuj znaleźć pełną nazwę hosta"
 
 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:12
-#: applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2
 msgid "UPS"
 msgstr "UPS"
 
@@ -1094,7 +1094,7 @@ msgstr "Format nazwa UPS w NUT ups@host"
 msgid "URL"
 msgstr "URL"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2
 msgid "UnixSock"
 msgstr "UnixSock"
 
@@ -1102,8 +1102,8 @@ msgstr "UnixSock"
 msgid "Unixsock Plugin Configuration"
 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
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2
 msgid "Uptime"
 msgstr "Czas pracy"
 
@@ -1143,8 +1143,8 @@ msgstr "Po ustawieniu true, żądamy wartości bezwzględnych"
 msgid "When set to true, we request percentage values"
 msgstr "Po ustawieniu true, żądamy wartości procentowych"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2
 msgid "Wireless"
 msgstr "Sieć bezprzewodowa"
 
@@ -1159,8 +1159,8 @@ msgstr ""
 "Możesz zainstalować dodatkowe wtyczki collectd-mod-*, aby włączyć więcej "
 "statystyk."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2
 msgid "cUrl"
 msgstr "Curl"
 

+ 39 - 39
applications/luci-app-statistics/po/pt/statistics.po

@@ -14,8 +14,8 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=n != 1;\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
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
 msgid "APC UPS"
 msgstr "Nobreak APC"
 
@@ -73,8 +73,8 @@ msgstr ""
 msgid "CPU Context Switches Plugin Configuration"
 msgstr "Configuração do Módulo de Troca de Contexto da CPU"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpufreq.lua:9
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2
 msgid "CPU Frequency"
 msgstr "Frequência da CPU"
 
@@ -86,7 +86,7 @@ msgstr "Configuração do Plugin da Frequência da CPU"
 msgid "CPU Plugin Configuration"
 msgstr "Configuração do plugin CPU"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2
 msgid "CSV Output"
 msgstr "Formato CSV"
 
@@ -132,8 +132,8 @@ msgstr ""
 "diferentes plugins. Nesta página você pode alterar as configurações gerais "
 "do daemon collectd."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2
 msgid "Conntrack"
 msgstr "Conntrack"
 
@@ -141,8 +141,8 @@ msgstr "Conntrack"
 msgid "Conntrack Plugin Configuration"
 msgstr "Configuração do Plugin do Conntrack"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/contextswitch.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2
 msgid "Context Switches"
 msgstr "Trocas de Contexto"
 
@@ -150,8 +150,8 @@ msgstr "Trocas de Contexto"
 msgid "DF Plugin Configuration"
 msgstr "Configuração do plugin DF"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2
 msgid "DNS"
 msgstr "DNS"
 
@@ -183,13 +183,13 @@ msgstr "Diretório para sub-configurações"
 msgid "Disk Plugin Configuration"
 msgstr "Configuração do plugin Disco"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/df.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2
 msgid "Disk Space Usage"
 msgstr "Utilização de espaço em disco"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2
 msgid "Disk Usage"
 msgstr "Utilização do Disco"
 
@@ -205,7 +205,7 @@ msgstr "Mostrar intervalo »"
 msgid "E-Mail Plugin Configuration"
 msgstr "Configuração do plugin E-Mail"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/email.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2
 msgid "Email"
 msgstr "Email"
 
@@ -253,8 +253,8 @@ msgstr "Ativar"
 msgid "Enable this plugin"
 msgstr "Habilitar este plugin"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2
 msgid "Entropy"
 msgstr "Entropia"
 
@@ -262,7 +262,7 @@ msgstr "Entropia"
 msgid "Entropy Plugin Configuration"
 msgstr "Configuração do Plugin de Entropia"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2
 msgid "Exec"
 msgstr "Exec"
 
@@ -278,8 +278,8 @@ msgstr "Itens adicionais"
 msgid "Filter class monitoring"
 msgstr "Monitoramento das Classes de Filtros"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2
 msgid "Firewall"
 msgstr "Firewall"
 
@@ -295,7 +295,7 @@ msgstr "Transmissão entre o endereço de escuta e dos servidores"
 msgid "Gather compression statistics"
 msgstr "Obter estatísticas sobre a compressão"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
 msgid "General plugins"
 msgstr "Plugins Gerais"
 
@@ -303,7 +303,7 @@ msgstr "Plugins Gerais"
 msgid "Generate a separate graph for each logged user"
 msgstr "Gerar um gráfico separado para cada utilizador conectado"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:73
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:74
 msgid "Graphs"
 msgstr "Gráficos"
 
@@ -371,13 +371,13 @@ msgstr "Interface de entrada"
 msgid "Interface Plugin Configuration"
 msgstr "Configuração do plugin Interface"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2
 msgid "Interfaces"
 msgstr "Interfaces"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2
 msgid "Interrupts"
 msgstr "Interrupções"
 
@@ -423,8 +423,8 @@ msgstr ""
 msgid "Maximum allowed connections"
 msgstr "Máximo de conexões permitidas"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2
 msgid "Memory"
 msgstr "Memória"
 
@@ -513,8 +513,8 @@ msgstr "Nome"
 msgid "Name of the rule"
 msgstr "Nome da regra"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2
 msgid "Netlink"
 msgstr "Netlink"
 
@@ -522,7 +522,7 @@ msgstr "Netlink"
 msgid "Netlink Plugin Configuration"
 msgstr "Configuração do plugin Netlink"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/network.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2
 msgid "Network"
 msgstr "Rede"
 
@@ -530,7 +530,7 @@ msgstr "Rede"
 msgid "Network Plugin Configuration"
 msgstr "Configuração do plugin Rede"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:25
 msgid "Network plugins"
 msgstr "Plugins de rede"
 
@@ -551,8 +551,8 @@ msgstr ""
 msgid "Number of threads for data collection"
 msgstr "Número de threads para o coletor de dados"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2
 msgid "OLSRd"
 msgstr "OLSRd"
 
@@ -564,8 +564,8 @@ msgstr "Configuração do Plugin OLSRd"
 msgid "Only create average RRAs"
 msgstr "Somente criar RRAs de média"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2
 msgid "OpenVPN"
 msgstr "OpenVPN"
 
@@ -585,7 +585,7 @@ msgstr "Opções"
 msgid "Outgoing interface"
 msgstr "Interface de saída"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:22
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
 msgid "Output plugins"
 msgstr "Plugins de saída"
 
@@ -593,8 +593,8 @@ msgstr "Plugins de saída"
 msgid "Percent values"
 msgstr "Valores percentuais"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2
 msgid "Ping"
 msgstr "Ping"
 
@@ -610,8 +610,8 @@ msgstr "Porta"
 msgid "Port for apcupsd communication"
 msgstr "Porta para comunicação do apcupsd"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2
 msgid "Processes"
 msgstr "Processos"
 
@@ -623,8 +623,8 @@ msgstr "Configuração do plugin Processos"
 msgid "Processes to monitor separated by space"
 msgstr "Processos para monitorar, separado por espaços"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2
 msgid "Processor"
 msgstr "Processador"
 
@@ -644,7 +644,7 @@ msgstr "Intervalo entre duas atualizações"
 msgid "RRD step interval"
 msgstr "Intervalo de atualização"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2
 msgid "RRDTool"
 msgstr "RRDTool"
 
@@ -687,8 +687,8 @@ msgstr "Segundos"
 msgid "Sensor list"
 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
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2
 msgid "Sensors"
 msgstr "Sensores"
 
@@ -704,7 +704,7 @@ msgstr "IP/Hostname do servidor"
 msgid "Server port"
 msgstr "Porta do servidor"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:48
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:49
 msgid "Setup"
 msgstr "Configuração"
 
@@ -744,8 +744,8 @@ msgstr "Especifica quais informações serão coletadas sobre as rotas."
 msgid "Specifies what information to collect about the global topology."
 msgstr "Especifica quais informações serão coletadas sobre a topologia global."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2
 msgid "Splash Leases"
 msgstr "Concessões do Splash"
 
@@ -753,7 +753,7 @@ msgstr "Concessões do Splash"
 msgid "Splash Leases Plugin Configuration"
 msgstr "Configuração do Plugin das Concessões do Splash"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:45
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:46
 #: applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm:9
 #: applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm:9
 msgid "Statistics"
@@ -775,13 +775,13 @@ msgstr "Armazenar os valores dos dados como taxas em vez de valores absolutos"
 msgid "Stored timespans"
 msgstr "Intervalos armazenados"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/load.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2
 msgid "System Load"
 msgstr "Carga do Sistema"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2
 msgid "TCP Connections"
 msgstr "Conexões TCP"
 
@@ -1040,8 +1040,8 @@ msgstr ""
 "O plugin de tempo de atividade coleta estatísticas sobre o tempo de "
 "atividade do sistema."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/thermal.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2
 msgid "Thermal"
 msgstr "Térmico"
 
@@ -1080,8 +1080,8 @@ msgid "Try to lookup fully qualified hostname"
 msgstr "Tentar encontrar o nome do host completo (FQDN)"
 
 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:12
-#: applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2
 msgid "UPS"
 msgstr "UPS (no-breaks)"
 
@@ -1097,7 +1097,7 @@ msgstr "Nome do UPS no NUT em formato ups@equipamento"
 msgid "URL"
 msgstr "URL"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2
 msgid "UnixSock"
 msgstr "UnixSock"
 
@@ -1105,8 +1105,8 @@ msgstr "UnixSock"
 msgid "Unixsock Plugin Configuration"
 msgstr "Configuração do plugin Unixsock"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua:15
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2
 msgid "Uptime"
 msgstr "Uptime"
 
@@ -1146,8 +1146,8 @@ msgstr "Quando definido como verdadeiro, solicitamos valores absolutos"
 msgid "When set to true, we request percentage values"
 msgstr "Quando definido como verdadeiro solicitamos valores percentuais"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2
 msgid "Wireless"
 msgstr "Wireless"
 
@@ -1162,8 +1162,8 @@ msgstr ""
 "Pode instalar plugins adicionais (collectd-mod-*) para ativar mais "
 "estatísticas."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2
 msgid "cUrl"
 msgstr "cUrl"
 

+ 39 - 39
applications/luci-app-statistics/po/pt_BR/statistics.po

@@ -14,8 +14,8 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=n > 1;\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
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
 msgid "APC UPS"
 msgstr "Nobreak APC"
 
@@ -73,8 +73,8 @@ msgstr ""
 msgid "CPU Context Switches Plugin Configuration"
 msgstr "Configuração do Módulo de Troca de Contexto da CPU"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpufreq.lua:9
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2
 msgid "CPU Frequency"
 msgstr "Frequência da CPU"
 
@@ -86,7 +86,7 @@ msgstr "Configuração do Plugin da Frequência da CPU"
 msgid "CPU Plugin Configuration"
 msgstr "Configuração do plugin CPU"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2
 msgid "CSV Output"
 msgstr "Saida CSV"
 
@@ -132,8 +132,8 @@ msgstr ""
 "diferentes plugins. Nesta página você pode alterar as configurações gerais "
 "do daemon collectd."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2
 msgid "Conntrack"
 msgstr "Conntrack"
 
@@ -141,8 +141,8 @@ msgstr "Conntrack"
 msgid "Conntrack Plugin Configuration"
 msgstr "Configuração do Plugin do Conntrack"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/contextswitch.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2
 msgid "Context Switches"
 msgstr "Trocas de Contexto"
 
@@ -150,8 +150,8 @@ msgstr "Trocas de Contexto"
 msgid "DF Plugin Configuration"
 msgstr "Configuração do plugin DF"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2
 msgid "DNS"
 msgstr "DNS"
 
@@ -183,13 +183,13 @@ msgstr "Diretório para sub-configurações"
 msgid "Disk Plugin Configuration"
 msgstr "Configuração do plugin Disco"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/df.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2
 msgid "Disk Space Usage"
 msgstr "Utilização de espaço em disco"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2
 msgid "Disk Usage"
 msgstr "Utilização do Disco"
 
@@ -205,7 +205,7 @@ msgstr "Mostrar intervalo »"
 msgid "E-Mail Plugin Configuration"
 msgstr "Configuração do plugin E-Mail"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/email.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2
 msgid "Email"
 msgstr "Email"
 
@@ -253,8 +253,8 @@ msgstr "Ativar"
 msgid "Enable this plugin"
 msgstr "Habilitar este plugin"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2
 msgid "Entropy"
 msgstr "Entropia"
 
@@ -262,7 +262,7 @@ msgstr "Entropia"
 msgid "Entropy Plugin Configuration"
 msgstr "Configuração do Plugin de Entropia"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2
 msgid "Exec"
 msgstr "Exec"
 
@@ -278,8 +278,8 @@ msgstr "Items extras"
 msgid "Filter class monitoring"
 msgstr "Monitoramento das Classes de Filtros"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2
 msgid "Firewall"
 msgstr "Firewall"
 
@@ -296,7 +296,7 @@ msgstr ""
 msgid "Gather compression statistics"
 msgstr "Obter estatísticas sobre a compressão"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
 msgid "General plugins"
 msgstr "Plugins Gerais"
 
@@ -304,7 +304,7 @@ msgstr "Plugins Gerais"
 msgid "Generate a separate graph for each logged user"
 msgstr "Gerar um gráfico separado para cada usuário conectado"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:73
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:74
 msgid "Graphs"
 msgstr "Gráficos"
 
@@ -373,13 +373,13 @@ msgstr "Interface de entrada"
 msgid "Interface Plugin Configuration"
 msgstr "Configuração do plugin Interface"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2
 msgid "Interfaces"
 msgstr "Interfaces"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2
 msgid "Interrupts"
 msgstr "Interrupções"
 
@@ -425,8 +425,8 @@ msgstr ""
 msgid "Maximum allowed connections"
 msgstr "Máximo de conexões permitidas"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2
 msgid "Memory"
 msgstr "Memória"
 
@@ -515,8 +515,8 @@ msgstr "Nome"
 msgid "Name of the rule"
 msgstr "Nome da regra"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2
 msgid "Netlink"
 msgstr "Netlink"
 
@@ -524,7 +524,7 @@ msgstr "Netlink"
 msgid "Netlink Plugin Configuration"
 msgstr "Configuração do plugin Netlink"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/network.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2
 msgid "Network"
 msgstr "Rede"
 
@@ -532,7 +532,7 @@ msgstr "Rede"
 msgid "Network Plugin Configuration"
 msgstr "Configuração do plugin Rede"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:25
 msgid "Network plugins"
 msgstr "Plugins de rede"
 
@@ -553,8 +553,8 @@ msgstr ""
 msgid "Number of threads for data collection"
 msgstr "Número de threads para o coletor de dados"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2
 msgid "OLSRd"
 msgstr "OLSRd"
 
@@ -566,8 +566,8 @@ msgstr "Configuração do Plugin OLSRd"
 msgid "Only create average RRAs"
 msgstr "Somente criar RRAs de média"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2
 msgid "OpenVPN"
 msgstr "OpenVPN"
 
@@ -587,7 +587,7 @@ msgstr "Opções"
 msgid "Outgoing interface"
 msgstr "Interface de saída"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:22
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
 msgid "Output plugins"
 msgstr "Plugins de saída"
 
@@ -595,8 +595,8 @@ msgstr "Plugins de saída"
 msgid "Percent values"
 msgstr "Valores em percentual"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2
 msgid "Ping"
 msgstr "Ping"
 
@@ -612,8 +612,8 @@ msgstr "Porta"
 msgid "Port for apcupsd communication"
 msgstr "Porta para comunicação do apcupsd"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2
 msgid "Processes"
 msgstr "Processos"
 
@@ -625,8 +625,8 @@ msgstr "Configuração do plugin Processos"
 msgid "Processes to monitor separated by space"
 msgstr "Processos para monitorar, separado por espaços"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2
 msgid "Processor"
 msgstr "Processador"
 
@@ -646,7 +646,7 @@ msgstr "Intervalo entre duas atualizações"
 msgid "RRD step interval"
 msgstr "Intervalo de atualização"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2
 msgid "RRDTool"
 msgstr "RRDTool"
 
@@ -689,8 +689,8 @@ msgstr "Segundos"
 msgid "Sensor list"
 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
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2
 msgid "Sensors"
 msgstr "Sensores"
 
@@ -706,7 +706,7 @@ msgstr "Endereço do servidor"
 msgid "Server port"
 msgstr "Porta do servidor"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:48
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:49
 msgid "Setup"
 msgstr "Configuração"
 
@@ -746,8 +746,8 @@ msgstr "Especifica quais informações serão coletadas sobre as rotas."
 msgid "Specifies what information to collect about the global topology."
 msgstr "Especifica quais informações serão coletadas sobre a topologia global."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2
 msgid "Splash Leases"
 msgstr "Concessões do Splash"
 
@@ -755,7 +755,7 @@ msgstr "Concessões do Splash"
 msgid "Splash Leases Plugin Configuration"
 msgstr "Configuração do Plugin das Concessões do Splash"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:45
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:46
 #: applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm:9
 #: applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm:9
 msgid "Statistics"
@@ -777,13 +777,13 @@ msgstr "Armazenar os valores dos dados como taxas em vez de valores absolutos"
 msgid "Stored timespans"
 msgstr "Intervalos armazenados"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/load.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2
 msgid "System Load"
 msgstr "Carga do Sistema"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2
 msgid "TCP Connections"
 msgstr "Conexões TCP"
 
@@ -1042,8 +1042,8 @@ msgstr ""
 "O plugin de tempo de atividade coleta estatísticas sobre o tempo de "
 "atividade do sistema."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/thermal.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2
 msgid "Thermal"
 msgstr "Térmico"
 
@@ -1082,8 +1082,8 @@ msgid "Try to lookup fully qualified hostname"
 msgstr "Tentar encontrar o nome completo do equipamento (FQDN)"
 
 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:12
-#: applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2
 msgid "UPS"
 msgstr "UPS (no-breaks)"
 
@@ -1099,7 +1099,7 @@ msgstr "Nome do UPS no NUT em formato ups@equipamento"
 msgid "URL"
 msgstr "URL"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2
 msgid "UnixSock"
 msgstr "UnixSock"
 
@@ -1107,8 +1107,8 @@ msgstr "UnixSock"
 msgid "Unixsock Plugin Configuration"
 msgstr "Configuração do plugin Unixsock"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua:15
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2
 msgid "Uptime"
 msgstr "Tempo de atividade"
 
@@ -1149,8 +1149,8 @@ msgid "When set to true, we request percentage values"
 msgstr ""
 "Quando definido como verdadeiro, serão requeridos valores em percentual"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2
 msgid "Wireless"
 msgstr "Rede sem fio"
 
@@ -1165,8 +1165,8 @@ msgstr ""
 "Você pode instalar plugins adicionais (collectd-mod-*) para habilitar mais "
 "estatísticas."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2
 msgid "cUrl"
 msgstr "cUrl"
 

+ 39 - 39
applications/luci-app-statistics/po/ro/statistics.po

@@ -15,8 +15,8 @@ msgstr ""
 "20)) ? 1 : 2;\n"
 "X-Generator: Weblate 3.11-dev\n"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
 msgid "APC UPS"
 msgstr ""
 
@@ -73,8 +73,8 @@ msgstr ""
 msgid "CPU Context Switches Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpufreq.lua:9
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2
 msgid "CPU Frequency"
 msgstr ""
 
@@ -86,7 +86,7 @@ msgstr ""
 msgid "CPU Plugin Configuration"
 msgstr "Configurarea pluginului CPU"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2
 msgid "CSV Output"
 msgstr "Afisarea CSV"
 
@@ -132,8 +132,8 @@ msgstr ""
 "diferite pluginuri. In aceasta pagina poti schimba setarile generale pentru "
 "Collectd."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2
 msgid "Conntrack"
 msgstr ""
 
@@ -141,8 +141,8 @@ msgstr ""
 msgid "Conntrack Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/contextswitch.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2
 msgid "Context Switches"
 msgstr ""
 
@@ -150,8 +150,8 @@ msgstr ""
 msgid "DF Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2
 msgid "DNS"
 msgstr "DNS"
 
@@ -183,13 +183,13 @@ msgstr "Directorul pentru sub-configuratii"
 msgid "Disk Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/df.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2
 msgid "Disk Space Usage"
 msgstr "Utilizarea spatiului pe disc"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2
 msgid "Disk Usage"
 msgstr "Utilizarea discului"
 
@@ -205,7 +205,7 @@ msgstr ""
 msgid "E-Mail Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/email.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2
 msgid "Email"
 msgstr "Email"
 
@@ -253,8 +253,8 @@ msgstr "Activează"
 msgid "Enable this plugin"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2
 msgid "Entropy"
 msgstr ""
 
@@ -262,7 +262,7 @@ msgstr ""
 msgid "Entropy Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2
 msgid "Exec"
 msgstr "Exec"
 
@@ -278,8 +278,8 @@ msgstr ""
 msgid "Filter class monitoring"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2
 msgid "Firewall"
 msgstr "Firewall"
 
@@ -295,7 +295,7 @@ msgstr ""
 msgid "Gather compression statistics"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
 msgid "General plugins"
 msgstr ""
 
@@ -303,7 +303,7 @@ msgstr ""
 msgid "Generate a separate graph for each logged user"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:73
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:74
 msgid "Graphs"
 msgstr "Grafice"
 
@@ -363,13 +363,13 @@ msgstr ""
 msgid "Interface Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2
 msgid "Interfaces"
 msgstr "Interfete"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2
 msgid "Interrupts"
 msgstr "Intreruperi"
 
@@ -411,8 +411,8 @@ msgstr ""
 msgid "Maximum allowed connections"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2
 msgid "Memory"
 msgstr ""
 
@@ -501,8 +501,8 @@ msgstr ""
 msgid "Name of the rule"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2
 msgid "Netlink"
 msgstr "Legatura de retea"
 
@@ -510,7 +510,7 @@ msgstr "Legatura de retea"
 msgid "Netlink Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/network.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2
 msgid "Network"
 msgstr "Retea"
 
@@ -518,7 +518,7 @@ msgstr "Retea"
 msgid "Network Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:25
 msgid "Network plugins"
 msgstr "Pluginuri de retea"
 
@@ -536,8 +536,8 @@ msgstr ""
 msgid "Number of threads for data collection"
 msgstr "Numarul de threaduri pentru colectarea datelor"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2
 msgid "OLSRd"
 msgstr ""
 
@@ -549,8 +549,8 @@ msgstr ""
 msgid "Only create average RRAs"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2
 msgid "OpenVPN"
 msgstr "OpenVPN"
 
@@ -570,7 +570,7 @@ msgstr ""
 msgid "Outgoing interface"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:22
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
 msgid "Output plugins"
 msgstr "Pluginuri de iesire"
 
@@ -578,8 +578,8 @@ msgstr "Pluginuri de iesire"
 msgid "Percent values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2
 msgid "Ping"
 msgstr "Ping"
 
@@ -595,8 +595,8 @@ msgstr ""
 msgid "Port for apcupsd communication"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2
 msgid "Processes"
 msgstr "Procese"
 
@@ -608,8 +608,8 @@ msgstr ""
 msgid "Processes to monitor separated by space"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2
 msgid "Processor"
 msgstr "Procesor"
 
@@ -629,7 +629,7 @@ msgstr ""
 msgid "RRD step interval"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2
 msgid "RRDTool"
 msgstr "RRDTool"
 
@@ -672,8 +672,8 @@ msgstr "Secunde"
 msgid "Sensor list"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/sensors.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2
 msgid "Sensors"
 msgstr ""
 
@@ -689,7 +689,7 @@ msgstr ""
 msgid "Server port"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:48
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:49
 msgid "Setup"
 msgstr ""
 
@@ -729,8 +729,8 @@ msgstr ""
 msgid "Specifies what information to collect about the global topology."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2
 msgid "Splash Leases"
 msgstr ""
 
@@ -738,7 +738,7 @@ msgstr ""
 msgid "Splash Leases Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:45
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:46
 #: applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm:9
 #: applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm:9
 msgid "Statistics"
@@ -760,13 +760,13 @@ msgstr ""
 msgid "Stored timespans"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/load.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2
 msgid "System Load"
 msgstr "Incarcarea de sistem"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2
 msgid "TCP Connections"
 msgstr "Conexiuni TCP"
 
@@ -967,8 +967,8 @@ msgstr ""
 msgid "The uptime plugin collects statistics about the uptime of the system."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/thermal.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2
 msgid "Thermal"
 msgstr ""
 
@@ -1000,8 +1000,8 @@ msgid "Try to lookup fully qualified hostname"
 msgstr "Incearca sa rezolvi numele de domeniu complet"
 
 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:12
-#: applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2
 msgid "UPS"
 msgstr ""
 
@@ -1017,7 +1017,7 @@ msgstr ""
 msgid "URL"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2
 msgid "UnixSock"
 msgstr "UnixSock"
 
@@ -1025,8 +1025,8 @@ msgstr "UnixSock"
 msgid "Unixsock Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua:15
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2
 msgid "Uptime"
 msgstr ""
 
@@ -1064,8 +1064,8 @@ msgstr ""
 msgid "When set to true, we request percentage values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2
 msgid "Wireless"
 msgstr "Wireless"
 
@@ -1078,8 +1078,8 @@ msgid ""
 "You can install additional collectd-mod-* plugins to enable more statistics."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2
 msgid "cUrl"
 msgstr ""
 

+ 39 - 39
applications/luci-app-statistics/po/ru/statistics.po

@@ -16,8 +16,8 @@ msgstr ""
 "Project-Info: Это технический перевод, не дословный. Главное-удобный русский "
 "интерфейс, все проверялось в графическом режиме, совместим с другими apps\n"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
 msgid "APC UPS"
 msgstr "APC ИБП"
 
@@ -76,8 +76,8 @@ msgstr ""
 msgid "CPU Context Switches Plugin Configuration"
 msgstr "Настройка плагина переключений контекста CPU"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpufreq.lua:9
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2
 msgid "CPU Frequency"
 msgstr "Частота CPU"
 
@@ -89,7 +89,7 @@ msgstr "Настройка плагина частоты CPU"
 msgid "CPU Plugin Configuration"
 msgstr "Настройка плагина «CPU»"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2
 msgid "CSV Output"
 msgstr "CSV вывод"
 
@@ -134,8 +134,8 @@ msgstr ""
 "Collectd — это сервис для сбора данных из разных источников при помощи "
 "плагинов. На этой странице вы можете изменить настройки collectd."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2
 msgid "Conntrack"
 msgstr "Отслеживание подключений (Conntrack)"
 
@@ -143,8 +143,8 @@ msgstr "Отслеживание подключений (Conntrack)"
 msgid "Conntrack Plugin Configuration"
 msgstr "Настройка плагина «Conntrack»"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/contextswitch.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2
 msgid "Context Switches"
 msgstr "Переключения контекста"
 
@@ -152,8 +152,8 @@ msgstr "Переключения контекста"
 msgid "DF Plugin Configuration"
 msgstr "Настройка плагина «DF»"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2
 msgid "DNS"
 msgstr "DNS"
 
@@ -185,13 +185,13 @@ msgstr "Папка с config файлом"
 msgid "Disk Plugin Configuration"
 msgstr "Настройка плагина «Disk»"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/df.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2
 msgid "Disk Space Usage"
 msgstr "Использовано места на диске"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2
 msgid "Disk Usage"
 msgstr "Использование диска"
 
@@ -207,7 +207,7 @@ msgstr "Показать за промежуток »"
 msgid "E-Mail Plugin Configuration"
 msgstr "Настройка плагина «E-Mail»"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/email.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2
 msgid "Email"
 msgstr "E-mail"
 
@@ -255,8 +255,8 @@ msgstr "Включить"
 msgid "Enable this plugin"
 msgstr "Включить этот плагин"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2
 msgid "Entropy"
 msgstr "Энтропия"
 
@@ -264,7 +264,7 @@ msgstr "Энтропия"
 msgid "Entropy Plugin Configuration"
 msgstr "Настройка плагина «Энтропия»"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2
 msgid "Exec"
 msgstr "Exec"
 
@@ -280,8 +280,8 @@ msgstr "Дополнительные элементы"
 msgid "Filter class monitoring"
 msgstr "Мониторинг класса фильтров"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2
 msgid "Firewall"
 msgstr "Межсетевой экран"
 
@@ -297,7 +297,7 @@ msgstr "Перенаправление между локальным адрес
 msgid "Gather compression statistics"
 msgstr "Сбор статистики сжатия"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
 msgid "General plugins"
 msgstr "Основные плагины"
 
@@ -305,7 +305,7 @@ msgstr "Основные плагины"
 msgid "Generate a separate graph for each logged user"
 msgstr "Создать отдельный график для каждого авторизованного пользователя"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:73
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:74
 msgid "Graphs"
 msgstr "Графики"
 
@@ -374,13 +374,13 @@ msgstr "Входящий интерфейс"
 msgid "Interface Plugin Configuration"
 msgstr "Настройка плагина «Интерфейсы»"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2
 msgid "Interfaces"
 msgstr "Интерфейсы"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2
 msgid "Interrupts"
 msgstr "Прерывания"
 
@@ -426,8 +426,8 @@ msgstr ""
 msgid "Maximum allowed connections"
 msgstr "Максимум разрешенных соединений"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2
 msgid "Memory"
 msgstr "Оперативная память (RAM)"
 
@@ -516,8 +516,8 @@ msgstr "Имя"
 msgid "Name of the rule"
 msgstr "Имя правила"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2
 msgid "Netlink"
 msgstr "Netlink"
 
@@ -525,7 +525,7 @@ msgstr "Netlink"
 msgid "Netlink Plugin Configuration"
 msgstr "Настройка плагина «Netlink»"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/network.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2
 msgid "Network"
 msgstr "Сеть"
 
@@ -533,7 +533,7 @@ msgstr "Сеть"
 msgid "Network Plugin Configuration"
 msgstr "Настройка плагина «Сеть»"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:25
 msgid "Network plugins"
 msgstr "Сетевые плагины"
 
@@ -553,8 +553,8 @@ msgstr ""
 msgid "Number of threads for data collection"
 msgstr "Количество потоков сбора данных"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2
 msgid "OLSRd"
 msgstr "OLSRd"
 
@@ -566,8 +566,8 @@ msgstr "Настройка плагина «OLSRd»"
 msgid "Only create average RRAs"
 msgstr "Создавать только средние RRA"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2
 msgid "OpenVPN"
 msgstr "OpenVPN"
 
@@ -587,7 +587,7 @@ msgstr "Опции"
 msgid "Outgoing interface"
 msgstr "Исходящий интерфейс"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:22
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
 msgid "Output plugins"
 msgstr "Плагины вывода"
 
@@ -595,8 +595,8 @@ msgstr "Плагины вывода"
 msgid "Percent values"
 msgstr "Значения в процентах"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2
 msgid "Ping"
 msgstr "Пинг-запрос"
 
@@ -612,8 +612,8 @@ msgstr "Порт"
 msgid "Port for apcupsd communication"
 msgstr "Порт для связи со службой apcupsd"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2
 msgid "Processes"
 msgstr "Процессы"
 
@@ -625,8 +625,8 @@ msgstr "Настройка плагина «Процессы»"
 msgid "Processes to monitor separated by space"
 msgstr "Процессы для мониторинга (разделённые пробелом)"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2
 msgid "Processor"
 msgstr "CPU"
 
@@ -649,7 +649,7 @@ msgstr "Максимальное количество секунд между д
 msgid "RRD step interval"
 msgstr "Базовый интервал между данными в RRD (StepSize)"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2
 msgid "RRDTool"
 msgstr "RRDTool"
 
@@ -692,8 +692,8 @@ msgstr "Секунд(ы)"
 msgid "Sensor list"
 msgstr "Список сенсоров"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/sensors.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2
 msgid "Sensors"
 msgstr "Сенсоры"
 
@@ -709,7 +709,7 @@ msgstr "Хост сервера"
 msgid "Server port"
 msgstr "Порт сервера"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:48
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:49
 msgid "Setup"
 msgstr "Настройка"
 
@@ -749,8 +749,8 @@ msgstr "Указывает, какую информацию собирать о
 msgid "Specifies what information to collect about the global topology."
 msgstr "Указывает, какую информацию собирать о глобальной топологии."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2
 msgid "Splash Leases"
 msgstr "Splash Leases"
 
@@ -758,7 +758,7 @@ msgstr "Splash Leases"
 msgid "Splash Leases Plugin Configuration"
 msgstr "Настройка плагина «Splash Leases»"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:45
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:46
 #: applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm:9
 #: applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm:9
 msgid "Statistics"
@@ -780,13 +780,13 @@ msgstr "Хранить данные в виде коэффициентов вм
 msgid "Stored timespans"
 msgstr "Сохраняемые промежутки времени"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/load.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2
 msgid "System Load"
 msgstr "Загрузка системы"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2
 msgid "TCP Connections"
 msgstr "TCPConns"
 
@@ -1035,8 +1035,8 @@ msgstr ""
 msgid "The uptime plugin collects statistics about the uptime of the system."
 msgstr "Плагин «Uptime» собирает статистику о времени работы системы."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/thermal.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2
 msgid "Thermal"
 msgstr "Thermal"
 
@@ -1071,8 +1071,8 @@ msgid "Try to lookup fully qualified hostname"
 msgstr "Пытаться определять полное имя хоста"
 
 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:12
-#: applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2
 msgid "UPS"
 msgstr "ИБП"
 
@@ -1088,7 +1088,7 @@ msgstr "Имя ИБП в формате NUT ups@host"
 msgid "URL"
 msgstr "URL"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2
 msgid "UnixSock"
 msgstr "UnixSock"
 
@@ -1096,8 +1096,8 @@ msgstr "UnixSock"
 msgid "Unixsock Plugin Configuration"
 msgstr "Настройка плагина «UnixSock»"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua:15
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2
 msgid "Uptime"
 msgstr "Время работы"
 
@@ -1137,8 +1137,8 @@ msgstr "При включении, отображаются абсолютные
 msgid "When set to true, we request percentage values"
 msgstr "При включении, отображаются значения в процентах"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2
 msgid "Wireless"
 msgstr "Wi-Fi"
 
@@ -1153,8 +1153,8 @@ msgstr ""
 "Вы можете установить плагины collectd-mod-* для включения дополнительной "
 "статистики."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2
 msgid "cUrl"
 msgstr "cUrl"
 

+ 39 - 39
applications/luci-app-statistics/po/sk/statistics.po

@@ -12,8 +12,8 @@ msgstr ""
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 "X-Generator: Weblate 3.11-dev\n"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
 msgid "APC UPS"
 msgstr ""
 
@@ -70,8 +70,8 @@ msgstr ""
 msgid "CPU Context Switches Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpufreq.lua:9
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2
 msgid "CPU Frequency"
 msgstr ""
 
@@ -83,7 +83,7 @@ msgstr ""
 msgid "CPU Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2
 msgid "CSV Output"
 msgstr ""
 
@@ -126,8 +126,8 @@ msgid ""
 "collectd daemon."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2
 msgid "Conntrack"
 msgstr ""
 
@@ -135,8 +135,8 @@ msgstr ""
 msgid "Conntrack Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/contextswitch.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2
 msgid "Context Switches"
 msgstr ""
 
@@ -144,8 +144,8 @@ msgstr ""
 msgid "DF Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2
 msgid "DNS"
 msgstr ""
 
@@ -177,13 +177,13 @@ msgstr ""
 msgid "Disk Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/df.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2
 msgid "Disk Space Usage"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2
 msgid "Disk Usage"
 msgstr ""
 
@@ -199,7 +199,7 @@ msgstr ""
 msgid "E-Mail Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/email.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2
 msgid "Email"
 msgstr ""
 
@@ -247,8 +247,8 @@ msgstr ""
 msgid "Enable this plugin"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2
 msgid "Entropy"
 msgstr ""
 
@@ -256,7 +256,7 @@ msgstr ""
 msgid "Entropy Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2
 msgid "Exec"
 msgstr ""
 
@@ -272,8 +272,8 @@ msgstr ""
 msgid "Filter class monitoring"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2
 msgid "Firewall"
 msgstr ""
 
@@ -289,7 +289,7 @@ msgstr ""
 msgid "Gather compression statistics"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
 msgid "General plugins"
 msgstr ""
 
@@ -297,7 +297,7 @@ msgstr ""
 msgid "Generate a separate graph for each logged user"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:73
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:74
 msgid "Graphs"
 msgstr ""
 
@@ -357,13 +357,13 @@ msgstr ""
 msgid "Interface Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2
 msgid "Interfaces"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2
 msgid "Interrupts"
 msgstr ""
 
@@ -405,8 +405,8 @@ msgstr ""
 msgid "Maximum allowed connections"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2
 msgid "Memory"
 msgstr ""
 
@@ -495,8 +495,8 @@ msgstr ""
 msgid "Name of the rule"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2
 msgid "Netlink"
 msgstr ""
 
@@ -504,7 +504,7 @@ msgstr ""
 msgid "Netlink Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/network.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2
 msgid "Network"
 msgstr ""
 
@@ -512,7 +512,7 @@ msgstr ""
 msgid "Network Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:25
 msgid "Network plugins"
 msgstr ""
 
@@ -530,8 +530,8 @@ msgstr ""
 msgid "Number of threads for data collection"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2
 msgid "OLSRd"
 msgstr ""
 
@@ -543,8 +543,8 @@ msgstr ""
 msgid "Only create average RRAs"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2
 msgid "OpenVPN"
 msgstr "OpenVPN"
 
@@ -564,7 +564,7 @@ msgstr ""
 msgid "Outgoing interface"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:22
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
 msgid "Output plugins"
 msgstr ""
 
@@ -572,8 +572,8 @@ msgstr ""
 msgid "Percent values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2
 msgid "Ping"
 msgstr ""
 
@@ -589,8 +589,8 @@ msgstr ""
 msgid "Port for apcupsd communication"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2
 msgid "Processes"
 msgstr ""
 
@@ -602,8 +602,8 @@ msgstr ""
 msgid "Processes to monitor separated by space"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2
 msgid "Processor"
 msgstr ""
 
@@ -623,7 +623,7 @@ msgstr ""
 msgid "RRD step interval"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2
 msgid "RRDTool"
 msgstr ""
 
@@ -666,8 +666,8 @@ msgstr ""
 msgid "Sensor list"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/sensors.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2
 msgid "Sensors"
 msgstr ""
 
@@ -683,7 +683,7 @@ msgstr ""
 msgid "Server port"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:48
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:49
 msgid "Setup"
 msgstr ""
 
@@ -723,8 +723,8 @@ msgstr ""
 msgid "Specifies what information to collect about the global topology."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2
 msgid "Splash Leases"
 msgstr ""
 
@@ -732,7 +732,7 @@ msgstr ""
 msgid "Splash Leases Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:45
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:46
 #: applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm:9
 #: applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm:9
 msgid "Statistics"
@@ -754,13 +754,13 @@ msgstr ""
 msgid "Stored timespans"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/load.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2
 msgid "System Load"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2
 msgid "TCP Connections"
 msgstr ""
 
@@ -959,8 +959,8 @@ msgstr ""
 msgid "The uptime plugin collects statistics about the uptime of the system."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/thermal.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2
 msgid "Thermal"
 msgstr ""
 
@@ -992,8 +992,8 @@ msgid "Try to lookup fully qualified hostname"
 msgstr ""
 
 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:12
-#: applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2
 msgid "UPS"
 msgstr ""
 
@@ -1009,7 +1009,7 @@ msgstr ""
 msgid "URL"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2
 msgid "UnixSock"
 msgstr ""
 
@@ -1017,8 +1017,8 @@ msgstr ""
 msgid "Unixsock Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua:15
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2
 msgid "Uptime"
 msgstr ""
 
@@ -1056,8 +1056,8 @@ msgstr ""
 msgid "When set to true, we request percentage values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2
 msgid "Wireless"
 msgstr ""
 
@@ -1070,8 +1070,8 @@ msgid ""
 "You can install additional collectd-mod-* plugins to enable more statistics."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2
 msgid "cUrl"
 msgstr ""
 

+ 39 - 39
applications/luci-app-statistics/po/sv/statistics.po

@@ -12,8 +12,8 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Weblate 3.9.1-dev\n"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
 msgid "APC UPS"
 msgstr ""
 
@@ -70,8 +70,8 @@ msgstr ""
 msgid "CPU Context Switches Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpufreq.lua:9
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2
 msgid "CPU Frequency"
 msgstr ""
 
@@ -83,7 +83,7 @@ msgstr ""
 msgid "CPU Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2
 msgid "CSV Output"
 msgstr "CSV-utmatning"
 
@@ -129,8 +129,8 @@ msgstr ""
 "insticksprogam. På den här sidan så kan du ändra generella inställningar för "
 "collectd-demonen."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2
 msgid "Conntrack"
 msgstr ""
 
@@ -138,8 +138,8 @@ msgstr ""
 msgid "Conntrack Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/contextswitch.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2
 msgid "Context Switches"
 msgstr ""
 
@@ -147,8 +147,8 @@ msgstr ""
 msgid "DF Plugin Configuration"
 msgstr "Konfiguration av insticksprogrammet DF"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2
 msgid "DNS"
 msgstr "DNS"
 
@@ -180,13 +180,13 @@ msgstr "Mapp för under-konfigurationer"
 msgid "Disk Plugin Configuration"
 msgstr "Konfiguration av insticksprogrammet Disk"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/df.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2
 msgid "Disk Space Usage"
 msgstr "Användning av diskutrymme"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2
 msgid "Disk Usage"
 msgstr "Användning av disk"
 
@@ -202,7 +202,7 @@ msgstr "Visa tidsspann »"
 msgid "E-Mail Plugin Configuration"
 msgstr "Konfiguration av insticksprogrammet E-post"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/email.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2
 msgid "Email"
 msgstr "E-post"
 
@@ -250,8 +250,8 @@ msgstr "Aktivera"
 msgid "Enable this plugin"
 msgstr "Aktivera det här insticksprogrammet"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2
 msgid "Entropy"
 msgstr "Entropi"
 
@@ -259,7 +259,7 @@ msgstr "Entropi"
 msgid "Entropy Plugin Configuration"
 msgstr "Konfiguration av insticksprogrammet Entropi"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2
 msgid "Exec"
 msgstr "Exec"
 
@@ -275,8 +275,8 @@ msgstr ""
 msgid "Filter class monitoring"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2
 msgid "Firewall"
 msgstr "Brandvägg"
 
@@ -292,7 +292,7 @@ msgstr "Vidarebefordring mellan lyssning och server-adressen"
 msgid "Gather compression statistics"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
 msgid "General plugins"
 msgstr "Generall insticksprogram"
 
@@ -300,7 +300,7 @@ msgstr "Generall insticksprogram"
 msgid "Generate a separate graph for each logged user"
 msgstr "Generera en separat graf för varje loggade användare"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:73
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:74
 msgid "Graphs"
 msgstr "Grafer"
 
@@ -361,13 +361,13 @@ msgstr "Inkommande gränssnitt"
 msgid "Interface Plugin Configuration"
 msgstr "Konfiguration av insticksprogrammets gränssnitt"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2
 msgid "Interfaces"
 msgstr "Gränssnitt"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2
 msgid "Interrupts"
 msgstr "Avbrott"
 
@@ -409,8 +409,8 @@ msgstr ""
 msgid "Maximum allowed connections"
 msgstr "Maximalt tillåtna anslutningar"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2
 msgid "Memory"
 msgstr "Minne"
 
@@ -499,8 +499,8 @@ msgstr "Namn"
 msgid "Name of the rule"
 msgstr "Regelns namn"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2
 msgid "Netlink"
 msgstr "Nätlänk"
 
@@ -508,7 +508,7 @@ msgstr "Nätlänk"
 msgid "Netlink Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/network.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2
 msgid "Network"
 msgstr "Nätverk"
 
@@ -516,7 +516,7 @@ msgstr "Nätverk"
 msgid "Network Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:25
 msgid "Network plugins"
 msgstr "Insticksprogram för nätverket"
 
@@ -534,8 +534,8 @@ msgstr ""
 msgid "Number of threads for data collection"
 msgstr "Antalet trådar för insamling av data"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2
 msgid "OLSRd"
 msgstr "OLSRd"
 
@@ -547,8 +547,8 @@ msgstr ""
 msgid "Only create average RRAs"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2
 msgid "OpenVPN"
 msgstr "OpenVPN"
 
@@ -568,7 +568,7 @@ msgstr "Alternativ"
 msgid "Outgoing interface"
 msgstr "Utgående gränssnitt"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:22
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
 msgid "Output plugins"
 msgstr "Insticksprogram för utmatning"
 
@@ -576,8 +576,8 @@ msgstr "Insticksprogram för utmatning"
 msgid "Percent values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2
 msgid "Ping"
 msgstr "Ping"
 
@@ -593,8 +593,8 @@ msgstr "Port"
 msgid "Port for apcupsd communication"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2
 msgid "Processes"
 msgstr "Processer"
 
@@ -606,8 +606,8 @@ msgstr ""
 msgid "Processes to monitor separated by space"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2
 msgid "Processor"
 msgstr "Processor"
 
@@ -627,7 +627,7 @@ msgstr ""
 msgid "RRD step interval"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2
 msgid "RRDTool"
 msgstr "RRDTool"
 
@@ -670,8 +670,8 @@ msgstr "Sekunder"
 msgid "Sensor list"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/sensors.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2
 msgid "Sensors"
 msgstr "Sensorer"
 
@@ -687,7 +687,7 @@ msgstr "Värd-server"
 msgid "Server port"
 msgstr "Server-port"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:48
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:49
 msgid "Setup"
 msgstr "Installera"
 
@@ -727,8 +727,8 @@ msgstr "Anger vilken information som ska samlas in om rutter."
 msgid "Specifies what information to collect about the global topology."
 msgstr "Anger vilken information som ska samlas in om den globala topologin."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2
 msgid "Splash Leases"
 msgstr ""
 
@@ -736,7 +736,7 @@ msgstr ""
 msgid "Splash Leases Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:45
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:46
 #: applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm:9
 #: applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm:9
 msgid "Statistics"
@@ -758,13 +758,13 @@ msgstr ""
 msgid "Stored timespans"
 msgstr "Lagrade tidsspann"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/load.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2
 msgid "System Load"
 msgstr "Belastning av systemet"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2
 msgid "TCP Connections"
 msgstr "TCP-anslutningar"
 
@@ -963,8 +963,8 @@ msgstr ""
 msgid "The uptime plugin collects statistics about the uptime of the system."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/thermal.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2
 msgid "Thermal"
 msgstr ""
 
@@ -996,8 +996,8 @@ msgid "Try to lookup fully qualified hostname"
 msgstr "Försök att kolla upp fullständigt kvalificerade värdnamn"
 
 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:12
-#: applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2
 msgid "UPS"
 msgstr "UPS"
 
@@ -1013,7 +1013,7 @@ msgstr "UPS-namnet i NUT ups@värd-format"
 msgid "URL"
 msgstr "Webbadress"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2
 msgid "UnixSock"
 msgstr "UnixSock"
 
@@ -1021,8 +1021,8 @@ msgstr "UnixSock"
 msgid "Unixsock Plugin Configuration"
 msgstr "Konfiguration av insticksprogrammet UnixSock"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua:15
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2
 msgid "Uptime"
 msgstr "Upptid"
 
@@ -1060,8 +1060,8 @@ msgstr ""
 msgid "When set to true, we request percentage values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2
 msgid "Wireless"
 msgstr "Trådlöst"
 
@@ -1076,8 +1076,8 @@ msgstr ""
 "Du kan installera ytterligare collectd-mod* insticksprogram för att aktivera "
 "mer statistik."
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2
 msgid "cUrl"
 msgstr ""
 

+ 39 - 39
applications/luci-app-statistics/po/templates/statistics.pot

@@ -1,8 +1,8 @@
 msgid ""
 msgstr "Content-Type: text/plain; charset=UTF-8"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
 msgid "APC UPS"
 msgstr ""
 
@@ -59,8 +59,8 @@ msgstr ""
 msgid "CPU Context Switches Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpufreq.lua:9
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2
 msgid "CPU Frequency"
 msgstr ""
 
@@ -72,7 +72,7 @@ msgstr ""
 msgid "CPU Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2
 msgid "CSV Output"
 msgstr ""
 
@@ -115,8 +115,8 @@ msgid ""
 "collectd daemon."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2
 msgid "Conntrack"
 msgstr ""
 
@@ -124,8 +124,8 @@ msgstr ""
 msgid "Conntrack Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/contextswitch.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2
 msgid "Context Switches"
 msgstr ""
 
@@ -133,8 +133,8 @@ msgstr ""
 msgid "DF Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2
 msgid "DNS"
 msgstr ""
 
@@ -166,13 +166,13 @@ msgstr ""
 msgid "Disk Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/df.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2
 msgid "Disk Space Usage"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2
 msgid "Disk Usage"
 msgstr ""
 
@@ -188,7 +188,7 @@ msgstr ""
 msgid "E-Mail Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/email.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2
 msgid "Email"
 msgstr ""
 
@@ -236,8 +236,8 @@ msgstr ""
 msgid "Enable this plugin"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2
 msgid "Entropy"
 msgstr ""
 
@@ -245,7 +245,7 @@ msgstr ""
 msgid "Entropy Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2
 msgid "Exec"
 msgstr ""
 
@@ -261,8 +261,8 @@ msgstr ""
 msgid "Filter class monitoring"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2
 msgid "Firewall"
 msgstr ""
 
@@ -278,7 +278,7 @@ msgstr ""
 msgid "Gather compression statistics"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
 msgid "General plugins"
 msgstr ""
 
@@ -286,7 +286,7 @@ msgstr ""
 msgid "Generate a separate graph for each logged user"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:73
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:74
 msgid "Graphs"
 msgstr ""
 
@@ -346,13 +346,13 @@ msgstr ""
 msgid "Interface Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2
 msgid "Interfaces"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2
 msgid "Interrupts"
 msgstr ""
 
@@ -394,8 +394,8 @@ msgstr ""
 msgid "Maximum allowed connections"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2
 msgid "Memory"
 msgstr ""
 
@@ -484,8 +484,8 @@ msgstr ""
 msgid "Name of the rule"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2
 msgid "Netlink"
 msgstr ""
 
@@ -493,7 +493,7 @@ msgstr ""
 msgid "Netlink Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/network.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2
 msgid "Network"
 msgstr ""
 
@@ -501,7 +501,7 @@ msgstr ""
 msgid "Network Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:25
 msgid "Network plugins"
 msgstr ""
 
@@ -519,8 +519,8 @@ msgstr ""
 msgid "Number of threads for data collection"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2
 msgid "OLSRd"
 msgstr ""
 
@@ -532,8 +532,8 @@ msgstr ""
 msgid "Only create average RRAs"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2
 msgid "OpenVPN"
 msgstr ""
 
@@ -553,7 +553,7 @@ msgstr ""
 msgid "Outgoing interface"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:22
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
 msgid "Output plugins"
 msgstr ""
 
@@ -561,8 +561,8 @@ msgstr ""
 msgid "Percent values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2
 msgid "Ping"
 msgstr ""
 
@@ -578,8 +578,8 @@ msgstr ""
 msgid "Port for apcupsd communication"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2
 msgid "Processes"
 msgstr ""
 
@@ -591,8 +591,8 @@ msgstr ""
 msgid "Processes to monitor separated by space"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2
 msgid "Processor"
 msgstr ""
 
@@ -612,7 +612,7 @@ msgstr ""
 msgid "RRD step interval"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2
 msgid "RRDTool"
 msgstr ""
 
@@ -655,8 +655,8 @@ msgstr ""
 msgid "Sensor list"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/sensors.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2
 msgid "Sensors"
 msgstr ""
 
@@ -672,7 +672,7 @@ msgstr ""
 msgid "Server port"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:48
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:49
 msgid "Setup"
 msgstr ""
 
@@ -712,8 +712,8 @@ msgstr ""
 msgid "Specifies what information to collect about the global topology."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2
 msgid "Splash Leases"
 msgstr ""
 
@@ -721,7 +721,7 @@ msgstr ""
 msgid "Splash Leases Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:45
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:46
 #: applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm:9
 #: applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm:9
 msgid "Statistics"
@@ -743,13 +743,13 @@ msgstr ""
 msgid "Stored timespans"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/load.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2
 msgid "System Load"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2
 msgid "TCP Connections"
 msgstr ""
 
@@ -948,8 +948,8 @@ msgstr ""
 msgid "The uptime plugin collects statistics about the uptime of the system."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/thermal.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2
 msgid "Thermal"
 msgstr ""
 
@@ -981,8 +981,8 @@ msgid "Try to lookup fully qualified hostname"
 msgstr ""
 
 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:12
-#: applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2
 msgid "UPS"
 msgstr ""
 
@@ -998,7 +998,7 @@ msgstr ""
 msgid "URL"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2
 msgid "UnixSock"
 msgstr ""
 
@@ -1006,8 +1006,8 @@ msgstr ""
 msgid "Unixsock Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua:15
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2
 msgid "Uptime"
 msgstr ""
 
@@ -1045,8 +1045,8 @@ msgstr ""
 msgid "When set to true, we request percentage values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2
 msgid "Wireless"
 msgstr ""
 
@@ -1059,8 +1059,8 @@ msgid ""
 "You can install additional collectd-mod-* plugins to enable more statistics."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2
 msgid "cUrl"
 msgstr ""
 

+ 39 - 39
applications/luci-app-statistics/po/tr/statistics.po

@@ -12,8 +12,8 @@ msgstr ""
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Generator: Weblate 3.11-dev\n"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
 msgid "APC UPS"
 msgstr ""
 
@@ -70,8 +70,8 @@ msgstr ""
 msgid "CPU Context Switches Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpufreq.lua:9
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2
 msgid "CPU Frequency"
 msgstr ""
 
@@ -83,7 +83,7 @@ msgstr ""
 msgid "CPU Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2
 msgid "CSV Output"
 msgstr ""
 
@@ -126,8 +126,8 @@ msgid ""
 "collectd daemon."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2
 msgid "Conntrack"
 msgstr ""
 
@@ -135,8 +135,8 @@ msgstr ""
 msgid "Conntrack Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/contextswitch.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2
 msgid "Context Switches"
 msgstr ""
 
@@ -144,8 +144,8 @@ msgstr ""
 msgid "DF Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2
 msgid "DNS"
 msgstr ""
 
@@ -177,13 +177,13 @@ msgstr ""
 msgid "Disk Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/df.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2
 msgid "Disk Space Usage"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2
 msgid "Disk Usage"
 msgstr ""
 
@@ -199,7 +199,7 @@ msgstr ""
 msgid "E-Mail Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/email.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2
 msgid "Email"
 msgstr ""
 
@@ -247,8 +247,8 @@ msgstr ""
 msgid "Enable this plugin"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2
 msgid "Entropy"
 msgstr ""
 
@@ -256,7 +256,7 @@ msgstr ""
 msgid "Entropy Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2
 msgid "Exec"
 msgstr ""
 
@@ -272,8 +272,8 @@ msgstr ""
 msgid "Filter class monitoring"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2
 msgid "Firewall"
 msgstr ""
 
@@ -289,7 +289,7 @@ msgstr ""
 msgid "Gather compression statistics"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
 msgid "General plugins"
 msgstr ""
 
@@ -297,7 +297,7 @@ msgstr ""
 msgid "Generate a separate graph for each logged user"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:73
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:74
 msgid "Graphs"
 msgstr ""
 
@@ -357,13 +357,13 @@ msgstr ""
 msgid "Interface Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2
 msgid "Interfaces"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2
 msgid "Interrupts"
 msgstr ""
 
@@ -405,8 +405,8 @@ msgstr ""
 msgid "Maximum allowed connections"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2
 msgid "Memory"
 msgstr ""
 
@@ -495,8 +495,8 @@ msgstr ""
 msgid "Name of the rule"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2
 msgid "Netlink"
 msgstr ""
 
@@ -504,7 +504,7 @@ msgstr ""
 msgid "Netlink Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/network.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2
 msgid "Network"
 msgstr ""
 
@@ -512,7 +512,7 @@ msgstr ""
 msgid "Network Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:25
 msgid "Network plugins"
 msgstr ""
 
@@ -530,8 +530,8 @@ msgstr ""
 msgid "Number of threads for data collection"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2
 msgid "OLSRd"
 msgstr ""
 
@@ -543,8 +543,8 @@ msgstr ""
 msgid "Only create average RRAs"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2
 msgid "OpenVPN"
 msgstr "OpenVPN"
 
@@ -564,7 +564,7 @@ msgstr ""
 msgid "Outgoing interface"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:22
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
 msgid "Output plugins"
 msgstr ""
 
@@ -572,8 +572,8 @@ msgstr ""
 msgid "Percent values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2
 msgid "Ping"
 msgstr ""
 
@@ -589,8 +589,8 @@ msgstr ""
 msgid "Port for apcupsd communication"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2
 msgid "Processes"
 msgstr ""
 
@@ -602,8 +602,8 @@ msgstr ""
 msgid "Processes to monitor separated by space"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2
 msgid "Processor"
 msgstr ""
 
@@ -623,7 +623,7 @@ msgstr ""
 msgid "RRD step interval"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2
 msgid "RRDTool"
 msgstr ""
 
@@ -666,8 +666,8 @@ msgstr ""
 msgid "Sensor list"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/sensors.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2
 msgid "Sensors"
 msgstr ""
 
@@ -683,7 +683,7 @@ msgstr ""
 msgid "Server port"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:48
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:49
 msgid "Setup"
 msgstr ""
 
@@ -723,8 +723,8 @@ msgstr ""
 msgid "Specifies what information to collect about the global topology."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2
 msgid "Splash Leases"
 msgstr ""
 
@@ -732,7 +732,7 @@ msgstr ""
 msgid "Splash Leases Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:45
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:46
 #: applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm:9
 #: applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm:9
 msgid "Statistics"
@@ -754,13 +754,13 @@ msgstr ""
 msgid "Stored timespans"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/load.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2
 msgid "System Load"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2
 msgid "TCP Connections"
 msgstr ""
 
@@ -959,8 +959,8 @@ msgstr ""
 msgid "The uptime plugin collects statistics about the uptime of the system."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/thermal.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2
 msgid "Thermal"
 msgstr ""
 
@@ -992,8 +992,8 @@ msgid "Try to lookup fully qualified hostname"
 msgstr ""
 
 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:12
-#: applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2
 msgid "UPS"
 msgstr ""
 
@@ -1009,7 +1009,7 @@ msgstr ""
 msgid "URL"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2
 msgid "UnixSock"
 msgstr ""
 
@@ -1017,8 +1017,8 @@ msgstr ""
 msgid "Unixsock Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua:15
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2
 msgid "Uptime"
 msgstr ""
 
@@ -1056,8 +1056,8 @@ msgstr ""
 msgid "When set to true, we request percentage values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2
 msgid "Wireless"
 msgstr ""
 
@@ -1070,8 +1070,8 @@ msgid ""
 "You can install additional collectd-mod-* plugins to enable more statistics."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2
 msgid "cUrl"
 msgstr ""
 

+ 39 - 39
applications/luci-app-statistics/po/uk/statistics.po

@@ -15,8 +15,8 @@ msgstr ""
 "4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
 "X-Generator: Weblate 3.11-dev\n"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
 msgid "APC UPS"
 msgstr ""
 
@@ -73,8 +73,8 @@ msgstr ""
 msgid "CPU Context Switches Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpufreq.lua:9
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2
 msgid "CPU Frequency"
 msgstr ""
 
@@ -86,7 +86,7 @@ msgstr ""
 msgid "CPU Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2
 msgid "CSV Output"
 msgstr ""
 
@@ -129,8 +129,8 @@ msgid ""
 "collectd daemon."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2
 msgid "Conntrack"
 msgstr ""
 
@@ -138,8 +138,8 @@ msgstr ""
 msgid "Conntrack Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/contextswitch.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2
 msgid "Context Switches"
 msgstr ""
 
@@ -147,8 +147,8 @@ msgstr ""
 msgid "DF Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2
 msgid "DNS"
 msgstr "DNS"
 
@@ -180,13 +180,13 @@ msgstr ""
 msgid "Disk Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/df.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2
 msgid "Disk Space Usage"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2
 msgid "Disk Usage"
 msgstr ""
 
@@ -202,7 +202,7 @@ msgstr ""
 msgid "E-Mail Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/email.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2
 msgid "Email"
 msgstr ""
 
@@ -250,8 +250,8 @@ msgstr "Увімкнути"
 msgid "Enable this plugin"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2
 msgid "Entropy"
 msgstr ""
 
@@ -259,7 +259,7 @@ msgstr ""
 msgid "Entropy Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2
 msgid "Exec"
 msgstr ""
 
@@ -275,8 +275,8 @@ msgstr ""
 msgid "Filter class monitoring"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2
 msgid "Firewall"
 msgstr "Брандмауер"
 
@@ -292,7 +292,7 @@ msgstr ""
 msgid "Gather compression statistics"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
 msgid "General plugins"
 msgstr ""
 
@@ -300,7 +300,7 @@ msgstr ""
 msgid "Generate a separate graph for each logged user"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:73
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:74
 msgid "Graphs"
 msgstr ""
 
@@ -360,13 +360,13 @@ msgstr ""
 msgid "Interface Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2
 msgid "Interfaces"
 msgstr "Інтерфейси"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2
 msgid "Interrupts"
 msgstr ""
 
@@ -408,8 +408,8 @@ msgstr ""
 msgid "Maximum allowed connections"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2
 msgid "Memory"
 msgstr "Пам'ять"
 
@@ -498,8 +498,8 @@ msgstr "Ім'я"
 msgid "Name of the rule"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2
 msgid "Netlink"
 msgstr ""
 
@@ -507,7 +507,7 @@ msgstr ""
 msgid "Netlink Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/network.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2
 msgid "Network"
 msgstr "Мережа"
 
@@ -515,7 +515,7 @@ msgstr "Мережа"
 msgid "Network Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:25
 msgid "Network plugins"
 msgstr ""
 
@@ -533,8 +533,8 @@ msgstr ""
 msgid "Number of threads for data collection"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2
 msgid "OLSRd"
 msgstr ""
 
@@ -546,8 +546,8 @@ msgstr ""
 msgid "Only create average RRAs"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2
 msgid "OpenVPN"
 msgstr "OpenVPN"
 
@@ -567,7 +567,7 @@ msgstr "Опції"
 msgid "Outgoing interface"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:22
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
 msgid "Output plugins"
 msgstr ""
 
@@ -575,8 +575,8 @@ msgstr ""
 msgid "Percent values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2
 msgid "Ping"
 msgstr "Ехо-запит"
 
@@ -592,8 +592,8 @@ msgstr "Порт"
 msgid "Port for apcupsd communication"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2
 msgid "Processes"
 msgstr "Процеси"
 
@@ -605,8 +605,8 @@ msgstr ""
 msgid "Processes to monitor separated by space"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2
 msgid "Processor"
 msgstr ""
 
@@ -626,7 +626,7 @@ msgstr ""
 msgid "RRD step interval"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2
 msgid "RRDTool"
 msgstr ""
 
@@ -669,8 +669,8 @@ msgstr ""
 msgid "Sensor list"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/sensors.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2
 msgid "Sensors"
 msgstr ""
 
@@ -686,7 +686,7 @@ msgstr ""
 msgid "Server port"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:48
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:49
 msgid "Setup"
 msgstr ""
 
@@ -726,8 +726,8 @@ msgstr ""
 msgid "Specifies what information to collect about the global topology."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2
 msgid "Splash Leases"
 msgstr ""
 
@@ -735,7 +735,7 @@ msgstr ""
 msgid "Splash Leases Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:45
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:46
 #: applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm:9
 #: applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm:9
 msgid "Statistics"
@@ -757,13 +757,13 @@ msgstr ""
 msgid "Stored timespans"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/load.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2
 msgid "System Load"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2
 msgid "TCP Connections"
 msgstr ""
 
@@ -962,8 +962,8 @@ msgstr ""
 msgid "The uptime plugin collects statistics about the uptime of the system."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/thermal.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2
 msgid "Thermal"
 msgstr ""
 
@@ -995,8 +995,8 @@ msgid "Try to lookup fully qualified hostname"
 msgstr ""
 
 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:12
-#: applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2
 msgid "UPS"
 msgstr ""
 
@@ -1012,7 +1012,7 @@ msgstr ""
 msgid "URL"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2
 msgid "UnixSock"
 msgstr ""
 
@@ -1020,8 +1020,8 @@ msgstr ""
 msgid "Unixsock Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua:15
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2
 msgid "Uptime"
 msgstr "Час безперервної роботи"
 
@@ -1059,8 +1059,8 @@ msgstr ""
 msgid "When set to true, we request percentage values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2
 msgid "Wireless"
 msgstr "Бездротові мережі"
 
@@ -1073,8 +1073,8 @@ msgid ""
 "You can install additional collectd-mod-* plugins to enable more statistics."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2
 msgid "cUrl"
 msgstr ""
 

+ 39 - 39
applications/luci-app-statistics/po/vi/statistics.po

@@ -16,8 +16,8 @@ msgstr ""
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Generator: Weblate 3.11-dev\n"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
 msgid "APC UPS"
 msgstr ""
 
@@ -74,8 +74,8 @@ msgstr ""
 msgid "CPU Context Switches Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpufreq.lua:9
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2
 msgid "CPU Frequency"
 msgstr ""
 
@@ -87,7 +87,7 @@ msgstr ""
 msgid "CPU Plugin Configuration"
 msgstr "Cấu hình Plugin CPU"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2
 msgid "CSV Output"
 msgstr "CSV Output"
 
@@ -133,8 +133,8 @@ msgstr ""
 "plugins khác nhau. Trên trang này, bạn có thể thay đổi cài đặt tổng quát cho "
 "cai collectd daemon. "
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2
 msgid "Conntrack"
 msgstr ""
 
@@ -142,8 +142,8 @@ msgstr ""
 msgid "Conntrack Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/contextswitch.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2
 msgid "Context Switches"
 msgstr ""
 
@@ -151,8 +151,8 @@ msgstr ""
 msgid "DF Plugin Configuration"
 msgstr "Cấu hình DF plugin"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2
 msgid "DNS"
 msgstr "DNS"
 
@@ -184,13 +184,13 @@ msgstr "Danh mục cho sub-configurations"
 msgid "Disk Plugin Configuration"
 msgstr "Cấu hình disk plugin"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/df.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2
 msgid "Disk Space Usage"
 msgstr "Khoảng trống trên đĩa"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2
 msgid "Disk Usage"
 msgstr "Disk Usage"
 
@@ -206,7 +206,7 @@ msgstr "Display timespan"
 msgid "E-Mail Plugin Configuration"
 msgstr "Cấu hình e-mail plugin"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/email.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2
 msgid "Email"
 msgstr "Email"
 
@@ -254,8 +254,8 @@ msgstr "Kích hoạt"
 msgid "Enable this plugin"
 msgstr "Kích hoạt plugin này"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2
 msgid "Entropy"
 msgstr ""
 
@@ -263,7 +263,7 @@ msgstr ""
 msgid "Entropy Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2
 msgid "Exec"
 msgstr "Exec"
 
@@ -279,8 +279,8 @@ msgstr ""
 msgid "Filter class monitoring"
 msgstr "Filter class monitoring"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2
 msgid "Firewall"
 msgstr "Firewall"
 
@@ -296,7 +296,7 @@ msgstr "chuyển tiếp giữa listen và địa chỉ server"
 msgid "Gather compression statistics"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
 msgid "General plugins"
 msgstr ""
 
@@ -304,7 +304,7 @@ msgstr ""
 msgid "Generate a separate graph for each logged user"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:73
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:74
 msgid "Graphs"
 msgstr "Graphs"
 
@@ -371,13 +371,13 @@ msgstr "Giao diện đang tới"
 msgid "Interface Plugin Configuration"
 msgstr "Cấu hình giao diện plugin"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2
 msgid "Interfaces"
 msgstr "Giao diện"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2
 msgid "Interrupts"
 msgstr "Cắt ngang"
 
@@ -419,8 +419,8 @@ msgstr ""
 msgid "Maximum allowed connections"
 msgstr "Tối đã kết nối cho phép"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2
 msgid "Memory"
 msgstr ""
 
@@ -509,8 +509,8 @@ msgstr ""
 msgid "Name of the rule"
 msgstr "Tên của rule"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2
 msgid "Netlink"
 msgstr "Netlink"
 
@@ -518,7 +518,7 @@ msgstr "Netlink"
 msgid "Netlink Plugin Configuration"
 msgstr "Cấu hình Netlink Plugin "
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/network.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2
 msgid "Network"
 msgstr "Network"
 
@@ -526,7 +526,7 @@ msgstr "Network"
 msgid "Network Plugin Configuration"
 msgstr "Cấu hình network plugin"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:25
 msgid "Network plugins"
 msgstr "Network plugins"
 
@@ -544,8 +544,8 @@ msgstr ""
 msgid "Number of threads for data collection"
 msgstr "Số lượng các chủ đề để thu thập dữ liệu"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2
 msgid "OLSRd"
 msgstr ""
 
@@ -557,8 +557,8 @@ msgstr ""
 msgid "Only create average RRAs"
 msgstr "Chỉ tạo trung bình RRAs"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2
 msgid "OpenVPN"
 msgstr "OpenVPN"
 
@@ -578,7 +578,7 @@ msgstr "Tùy chọn"
 msgid "Outgoing interface"
 msgstr "Giao diện ra ngoài"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:22
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
 msgid "Output plugins"
 msgstr "Output plugins"
 
@@ -586,8 +586,8 @@ msgstr "Output plugins"
 msgid "Percent values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2
 msgid "Ping"
 msgstr "Ping"
 
@@ -603,8 +603,8 @@ msgstr ""
 msgid "Port for apcupsd communication"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2
 msgid "Processes"
 msgstr "Quá trình xử lý"
 
@@ -616,8 +616,8 @@ msgstr "Cấu hình processes plugin"
 msgid "Processes to monitor separated by space"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2
 msgid "Processor"
 msgstr "Bộ xử lý"
 
@@ -637,7 +637,7 @@ msgstr "RRD heart beat interval"
 msgid "RRD step interval"
 msgstr "RRD step interval"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2
 msgid "RRDTool"
 msgstr "RRDTool"
 
@@ -680,8 +680,8 @@ msgstr "Giây"
 msgid "Sensor list"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/sensors.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2
 msgid "Sensors"
 msgstr ""
 
@@ -697,7 +697,7 @@ msgstr "Server host"
 msgid "Server port"
 msgstr "Server port"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:48
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:49
 msgid "Setup"
 msgstr ""
 
@@ -737,8 +737,8 @@ msgstr ""
 msgid "Specifies what information to collect about the global topology."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2
 msgid "Splash Leases"
 msgstr ""
 
@@ -746,7 +746,7 @@ msgstr ""
 msgid "Splash Leases Plugin Configuration"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:45
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:46
 #: applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm:9
 #: applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm:9
 msgid "Statistics"
@@ -768,13 +768,13 @@ msgstr "Những giá trị dữ liệu lưu trữ như một tỉ lệ thay vì
 msgid "Stored timespans"
 msgstr "Lưu timspans"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/load.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2
 msgid "System Load"
 msgstr "System Load"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2
 msgid "TCP Connections"
 msgstr "Kết nối TCP"
 
@@ -1015,8 +1015,8 @@ msgstr ""
 msgid "The uptime plugin collects statistics about the uptime of the system."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/thermal.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2
 msgid "Thermal"
 msgstr ""
 
@@ -1049,8 +1049,8 @@ msgid "Try to lookup fully qualified hostname"
 msgstr "Thử tra cứu những tên host đủ điều kiện"
 
 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:12
-#: applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2
 msgid "UPS"
 msgstr ""
 
@@ -1066,7 +1066,7 @@ msgstr ""
 msgid "URL"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2
 msgid "UnixSock"
 msgstr "UnixSock"
 
@@ -1074,8 +1074,8 @@ msgstr "UnixSock"
 msgid "Unixsock Plugin Configuration"
 msgstr "Cấu hình Unixsock Plugin "
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua:15
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2
 msgid "Uptime"
 msgstr ""
 
@@ -1113,8 +1113,8 @@ msgstr ""
 msgid "When set to true, we request percentage values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2
 msgid "Wireless"
 msgstr "Mạng không dây"
 
@@ -1127,8 +1127,8 @@ msgid ""
 "You can install additional collectd-mod-* plugins to enable more statistics."
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2
 msgid "cUrl"
 msgstr ""
 

+ 39 - 39
applications/luci-app-statistics/po/zh_Hans/statistics.po

@@ -18,8 +18,8 @@ msgstr ""
 "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
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
 msgid "APC UPS"
 msgstr "APC 电源"
 
@@ -76,8 +76,8 @@ msgstr "设置此选项后,CPU 图表上不再统计系统上所有处理器
 msgid "CPU Context Switches Plugin Configuration"
 msgstr "CPU 上下文切换插件配置"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpufreq.lua:9
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2
 msgid "CPU Frequency"
 msgstr "CPU 频率"
 
@@ -89,7 +89,7 @@ msgstr "CPU 频率插件配置"
 msgid "CPU Plugin Configuration"
 msgstr "CPU 插件配置"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2
 msgid "CSV Output"
 msgstr "CSV 输出"
 
@@ -134,8 +134,8 @@ msgstr ""
 "Collectd 是一个通过不同插件用于收集各种源数据的小型守护程序。在此页面中,您可"
 "以更改 Collectd 守护进程常规设置。"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2
 msgid "Conntrack"
 msgstr "Conntrack"
 
@@ -143,8 +143,8 @@ msgstr "Conntrack"
 msgid "Conntrack Plugin Configuration"
 msgstr "Conntrack 插件配置"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/contextswitch.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2
 msgid "Context Switches"
 msgstr "上下文切换"
 
@@ -152,8 +152,8 @@ msgstr "上下文切换"
 msgid "DF Plugin Configuration"
 msgstr "DF 插件配置"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2
 msgid "DNS"
 msgstr "DNS"
 
@@ -185,13 +185,13 @@ msgstr "子配置目录"
 msgid "Disk Plugin Configuration"
 msgstr "磁盘插件配置"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/df.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2
 msgid "Disk Space Usage"
 msgstr "磁盘空间使用情况"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2
 msgid "Disk Usage"
 msgstr "磁盘使用情况"
 
@@ -207,7 +207,7 @@ msgstr "显示时间段"
 msgid "E-Mail Plugin Configuration"
 msgstr "E-Mail 插件配置"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/email.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2
 msgid "Email"
 msgstr "电子邮件"
 
@@ -255,8 +255,8 @@ msgstr "启用"
 msgid "Enable this plugin"
 msgstr "启用该插件"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2
 msgid "Entropy"
 msgstr "熵"
 
@@ -264,7 +264,7 @@ msgstr "熵"
 msgid "Entropy Plugin Configuration"
 msgstr "熵插件配置"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2
 msgid "Exec"
 msgstr "Exec"
 
@@ -280,8 +280,8 @@ msgstr "额外项目"
 msgid "Filter class monitoring"
 msgstr "Filter 类监测"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2
 msgid "Firewall"
 msgstr "防火墙"
 
@@ -297,7 +297,7 @@ msgstr "转发监听服务器和应用服务器之间数据"
 msgid "Gather compression statistics"
 msgstr "收集压缩统计信息"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
 msgid "General plugins"
 msgstr "通用插件"
 
@@ -305,7 +305,7 @@ msgstr "通用插件"
 msgid "Generate a separate graph for each logged user"
 msgstr "为每个登录用户生成单独的图表"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:73
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:74
 msgid "Graphs"
 msgstr "图表"
 
@@ -369,13 +369,13 @@ msgstr "入站接口"
 msgid "Interface Plugin Configuration"
 msgstr "接口插件配置"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2
 msgid "Interfaces"
 msgstr "接口"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2
 msgid "Interrupts"
 msgstr "中断"
 
@@ -417,8 +417,8 @@ msgstr "在不使用“仅平均 RRA”的情况下,可以使用一段时间
 msgid "Maximum allowed connections"
 msgstr "最大允许连接数"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2
 msgid "Memory"
 msgstr "内存"
 
@@ -507,8 +507,8 @@ msgstr "名称"
 msgid "Name of the rule"
 msgstr "规则名"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2
 msgid "Netlink"
 msgstr "Netlink"
 
@@ -516,7 +516,7 @@ msgstr "Netlink"
 msgid "Netlink Plugin Configuration"
 msgstr "Netlink 插件配置"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/network.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2
 msgid "Network"
 msgstr "网络"
 
@@ -524,7 +524,7 @@ msgstr "网络"
 msgid "Network Plugin Configuration"
 msgstr "网络插件配置"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:25
 msgid "Network plugins"
 msgstr "Network 插件"
 
@@ -544,8 +544,8 @@ msgstr ""
 msgid "Number of threads for data collection"
 msgstr "收集程序使用线程数"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2
 msgid "OLSRd"
 msgstr "OLSRd"
 
@@ -557,8 +557,8 @@ msgstr "OLSRd 插件配置"
 msgid "Only create average RRAs"
 msgstr "仅创建平均 RRAs"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2
 msgid "OpenVPN"
 msgstr "OpenVPN"
 
@@ -578,7 +578,7 @@ msgstr "选项"
 msgid "Outgoing interface"
 msgstr "出站接口"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:22
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
 msgid "Output plugins"
 msgstr "Output 插件"
 
@@ -586,8 +586,8 @@ msgstr "Output 插件"
 msgid "Percent values"
 msgstr "百分比"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2
 msgid "Ping"
 msgstr "Ping"
 
@@ -603,8 +603,8 @@ msgstr "端口"
 msgid "Port for apcupsd communication"
 msgstr "apcupsd 通信端口"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2
 msgid "Processes"
 msgstr "进程"
 
@@ -616,8 +616,8 @@ msgstr "进程插件配置"
 msgid "Processes to monitor separated by space"
 msgstr "监控的进程,用空格隔开"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2
 msgid "Processor"
 msgstr "处理器"
 
@@ -637,7 +637,7 @@ msgstr "RRD 心跳间隙"
 msgid "RRD step interval"
 msgstr "RRD 区间间隙"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2
 msgid "RRDTool"
 msgstr "RRDTool"
 
@@ -680,8 +680,8 @@ msgstr "秒"
 msgid "Sensor list"
 msgstr "传感器列表"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/sensors.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2
 msgid "Sensors"
 msgstr "传感器"
 
@@ -697,7 +697,7 @@ msgstr "服务器主机"
 msgid "Server port"
 msgstr "服务器端口"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:48
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:49
 msgid "Setup"
 msgstr "设置"
 
@@ -737,8 +737,8 @@ msgstr "收集指定路由相关信息。"
 msgid "Specifies what information to collect about the global topology."
 msgstr "收集指定拓扑相关信息。"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2
 msgid "Splash Leases"
 msgstr "Splash Leases"
 
@@ -746,7 +746,7 @@ msgstr "Splash Leases"
 msgid "Splash Leases Plugin Configuration"
 msgstr "Splash Leases 插件配置"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:45
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:46
 #: applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm:9
 #: applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm:9
 msgid "Statistics"
@@ -768,13 +768,13 @@ msgstr "存储数据值变化量而不是绝对值"
 msgid "Stored timespans"
 msgstr "存储时间跨度"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/load.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2
 msgid "System Load"
 msgstr "系统负载"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2
 msgid "TCP Connections"
 msgstr "TCP 连接数"
 
@@ -990,8 +990,8 @@ msgstr "unixsock 插件创建一个 unix 套接字可用于读取 Collectd 实
 msgid "The uptime plugin collects statistics about the uptime of the system."
 msgstr "运行时间插件收集系统启动时间的统计信息。"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/thermal.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2
 msgid "Thermal"
 msgstr "温感"
 
@@ -1023,8 +1023,8 @@ msgid "Try to lookup fully qualified hostname"
 msgstr "尝试解析主机全域名"
 
 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:12
-#: applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2
 msgid "UPS"
 msgstr "UPS"
 
@@ -1040,7 +1040,7 @@ msgstr "UPS 名使用 NUT(Network UPS Tools)格式:ups@host"
 msgid "URL"
 msgstr "URL"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2
 msgid "UnixSock"
 msgstr "UnixSock"
 
@@ -1048,8 +1048,8 @@ msgstr "UnixSock"
 msgid "Unixsock Plugin Configuration"
 msgstr "Unixsock 插件配置"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua:15
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2
 msgid "Uptime"
 msgstr "运行时间"
 
@@ -1087,8 +1087,8 @@ msgstr "当选中时,按绝对值统计"
 msgid "When set to true, we request percentage values"
 msgstr "当选中时,按百分比统计"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2
 msgid "Wireless"
 msgstr "无线"
 
@@ -1101,8 +1101,8 @@ msgid ""
 "You can install additional collectd-mod-* plugins to enable more statistics."
 msgstr "您可以安装更多的 collectd-mod-* 插件以获得更多的统计数据。"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2
 msgid "cUrl"
 msgstr "cUrl"
 

+ 39 - 39
applications/luci-app-statistics/po/zh_Hant/statistics.po

@@ -17,8 +17,8 @@ msgstr ""
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Generator: Weblate 3.11-dev\n"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2
 msgid "APC UPS"
 msgstr "APC UPS"
 
@@ -75,8 +75,8 @@ msgstr ""
 msgid "CPU Context Switches Plugin Configuration"
 msgstr "CPU Context Switches 外掛配置"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpufreq.lua:9
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2
 msgid "CPU Frequency"
 msgstr "CPU 頻率"
 
@@ -88,7 +88,7 @@ msgstr "CPU 頻率外掛配置"
 msgid "CPU Plugin Configuration"
 msgstr "CPU 外掛配置"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2
 msgid "CSV Output"
 msgstr "CSV 輸出"
 
@@ -133,8 +133,8 @@ msgstr ""
 "Collectd 是一個通過不同外掛用於收集各種源資料的小型守護程式。在此頁面中,您可"
 "以更改 Collectd 守護程序常規設定。"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2
 msgid "Conntrack"
 msgstr "Conntrack"
 
@@ -142,8 +142,8 @@ msgstr "Conntrack"
 msgid "Conntrack Plugin Configuration"
 msgstr "Conntrack 外掛配置"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/contextswitch.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2
 msgid "Context Switches"
 msgstr "上下文切換"
 
@@ -151,8 +151,8 @@ msgstr "上下文切換"
 msgid "DF Plugin Configuration"
 msgstr "DF 外掛配置"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2
 msgid "DNS"
 msgstr "DNS"
 
@@ -184,13 +184,13 @@ msgstr "子配置目錄"
 msgid "Disk Plugin Configuration"
 msgstr "Disk 外掛配置"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/df.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2
 msgid "Disk Space Usage"
 msgstr "磁碟空間使用情況"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2
 msgid "Disk Usage"
 msgstr "磁碟使用情況"
 
@@ -206,7 +206,7 @@ msgstr "顯示時間段"
 msgid "E-Mail Plugin Configuration"
 msgstr "E-Mail 外掛配置"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/email.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2
 msgid "Email"
 msgstr "電子郵件"
 
@@ -254,8 +254,8 @@ msgstr "啟用"
 msgid "Enable this plugin"
 msgstr "啟用該外掛"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2
 msgid "Entropy"
 msgstr "熵"
 
@@ -263,7 +263,7 @@ msgstr "熵"
 msgid "Entropy Plugin Configuration"
 msgstr "熵值外掛配置"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2
 msgid "Exec"
 msgstr "Exec"
 
@@ -279,8 +279,8 @@ msgstr ""
 msgid "Filter class monitoring"
 msgstr "Filter 類監測"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2
 msgid "Firewall"
 msgstr "防火牆"
 
@@ -296,7 +296,7 @@ msgstr "轉發監聽伺服器和應用伺服器之間資料"
 msgid "Gather compression statistics"
 msgstr "收集壓縮統計資訊"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
 msgid "General plugins"
 msgstr "通用外掛"
 
@@ -304,7 +304,7 @@ msgstr "通用外掛"
 msgid "Generate a separate graph for each logged user"
 msgstr "為每個記錄的使用者生成一個單獨的圖表"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:73
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:74
 msgid "Graphs"
 msgstr "圖表"
 
@@ -368,13 +368,13 @@ msgstr "入介面"
 msgid "Interface Plugin Configuration"
 msgstr "Interface 外掛配置"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2
 msgid "Interfaces"
 msgstr "Interfaces"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2
 msgid "Interrupts"
 msgstr "中斷"
 
@@ -416,8 +416,8 @@ msgstr "在不使用“僅平均 RRA”的情況下,可以使用一段時間
 msgid "Maximum allowed connections"
 msgstr "最大允許連線數"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2
 msgid "Memory"
 msgstr "記憶體"
 
@@ -506,8 +506,8 @@ msgstr "名稱"
 msgid "Name of the rule"
 msgstr "規則名"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2
 msgid "Netlink"
 msgstr "Netlink"
 
@@ -515,7 +515,7 @@ msgstr "Netlink"
 msgid "Netlink Plugin Configuration"
 msgstr "Netlink 外掛配置"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/network.lua:2
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2
 msgid "Network"
 msgstr "Network"
 
@@ -523,7 +523,7 @@ msgstr "Network"
 msgid "Network Plugin Configuration"
 msgstr "Network 外掛配置"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:24
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:25
 msgid "Network plugins"
 msgstr "Network 外掛"
 
@@ -543,8 +543,8 @@ msgstr ""
 msgid "Number of threads for data collection"
 msgstr "收集程式使用執行緒數"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2
 msgid "OLSRd"
 msgstr "OLSRd"
 
@@ -556,8 +556,8 @@ msgstr "OLSRd 外掛配置"
 msgid "Only create average RRAs"
 msgstr "僅建立平均 RRAs"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2
 msgid "OpenVPN"
 msgstr "OpenVPN"
 
@@ -577,7 +577,7 @@ msgstr "選項"
 msgid "Outgoing interface"
 msgstr "出介面"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:22
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:23
 msgid "Output plugins"
 msgstr "Output 外掛"
 
@@ -585,8 +585,8 @@ msgstr "Output 外掛"
 msgid "Percent values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2
 msgid "Ping"
 msgstr "Ping"
 
@@ -602,8 +602,8 @@ msgstr "埠"
 msgid "Port for apcupsd communication"
 msgstr "apcupsd 通訊埠"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2
 msgid "Processes"
 msgstr "程序"
 
@@ -615,8 +615,8 @@ msgstr "程序外掛配置"
 msgid "Processes to monitor separated by space"
 msgstr "過程監控,用空格隔開"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua:10
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2
 msgid "Processor"
 msgstr "處理器"
 
@@ -636,7 +636,7 @@ msgstr "RRD 心跳間隙"
 msgid "RRD step interval"
 msgstr "RRD 區間間隙"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2
 msgid "RRDTool"
 msgstr "RRDTool"
 
@@ -679,8 +679,8 @@ msgstr "秒"
 msgid "Sensor list"
 msgstr "感測器列表"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/sensors.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2
 msgid "Sensors"
 msgstr "感測器"
 
@@ -696,7 +696,7 @@ msgstr "伺服器主機"
 msgid "Server port"
 msgstr "伺服器埠"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:48
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:49
 msgid "Setup"
 msgstr "設定"
 
@@ -736,8 +736,8 @@ msgstr "收集指定路由相關資訊。"
 msgid "Specifies what information to collect about the global topology."
 msgstr "收集指定拓撲相關資訊。"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2
 msgid "Splash Leases"
 msgstr "Splash Leases"
 
@@ -745,7 +745,7 @@ msgstr "Splash Leases"
 msgid "Splash Leases Plugin Configuration"
 msgstr "Splash Leases 外掛配置"
 
-#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:45
+#: applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua:46
 #: applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm:9
 #: applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm:9
 msgid "Statistics"
@@ -767,13 +767,13 @@ msgstr "儲存資料值變化量而不是絕對值"
 msgid "Stored timespans"
 msgstr "儲存時間跨度"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/load.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2
 msgid "System Load"
 msgstr "系統載入"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2
 msgid "TCP Connections"
 msgstr "TCP 連線數"
 
@@ -989,8 +989,8 @@ msgstr "unixsock 外掛建立一個 unix 套接字可用於讀取 Collectd 例
 msgid "The uptime plugin collects statistics about the uptime of the system."
 msgstr "uptime 外掛收集系統啟動時間的統計資訊。"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/thermal.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2
 msgid "Thermal"
 msgstr "溫感"
 
@@ -1022,8 +1022,8 @@ msgid "Try to lookup fully qualified hostname"
 msgstr "嘗試解析主機全域名"
 
 #: applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua:12
-#: applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua:6
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2
 msgid "UPS"
 msgstr "UPS"
 
@@ -1039,7 +1039,7 @@ msgstr "UPS 名使用 NUT(Network UPS Tools)格式:ups@host"
 msgid "URL"
 msgstr "URL"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2
 msgid "UnixSock"
 msgstr "UnixSock"
 
@@ -1047,8 +1047,8 @@ msgstr "UnixSock"
 msgid "Unixsock Plugin Configuration"
 msgstr "Unixsock 外掛配置"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua:15
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2
 msgid "Uptime"
 msgstr "上線時間"
 
@@ -1086,8 +1086,8 @@ msgstr ""
 msgid "When set to true, we request percentage values"
 msgstr ""
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua:7
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2
 msgid "Wireless"
 msgstr "無線"
 
@@ -1100,8 +1100,8 @@ msgid ""
 "You can install additional collectd-mod-* plugins to enable more statistics."
 msgstr "您可以安裝更多的 collectd-mod-* 外掛以獲得更多的統計資料。"
 
-#: applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua:2
 #: applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua:7
+#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2
 msgid "cUrl"
 msgstr "cUrl"
 

+ 6 - 5
applications/luci-app-statistics/root/usr/bin/stat-genconfig

@@ -20,6 +20,7 @@ require("luci.model.uci")
 require("luci.sys.iptparser")
 require("luci.util")
 require("luci.i18n")
+require("luci.jsonc")
 require("nixio.fs")
 
 local ipt = luci.sys.iptparser.IptParser()
@@ -284,11 +285,8 @@ plugins = {
 	},
 }
 
-local plugin_dir = "/usr/lib/lua/luci/statistics/plugins/"
+local plugin_dir = "/usr/share/luci/statistics/plugins/"
 for filename in nixio.fs.dir(plugin_dir) do
-	local plugin_fun = loadfile(plugin_dir .. filename)
-	setfenv(plugin_fun, { _ = luci.i18n.translate })
-	local plugin = plugin_fun()
 	local name = filename:gsub("%.lua", "")
 	if (name == "exec") then
 		plugins[name] = config_exec
@@ -299,7 +297,10 @@ for filename in nixio.fs.dir(plugin_dir) do
 	elseif (name == "network") then
 		plugins[name] = config_network
 	else
-		plugins[name] = plugin.legend
+		local plugin_def = luci.jsonc.parse(nixio.fs.readfile(plugin_dir .. filename))
+		if type(plugin_def) == "table" then
+			plugins[name] = plugin_def.legend
+		end
 	end
 end
 

+ 9 - 0
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json

@@ -0,0 +1,9 @@
+{
+	"title": "APC UPS",
+	"category": "general",
+	"legend": [
+		["Host", "Port"],
+		[],
+		[]
+	]
+}

+ 9 - 0
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json

@@ -0,0 +1,9 @@
+{
+	"title": "Conntrack",
+	"category": "network",
+	"legend": [
+		[],
+		[],
+		[]
+	]
+}

+ 9 - 0
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json

@@ -0,0 +1,9 @@
+{
+	"title": "Context Switches",
+	"category": "general",
+	"legend": [
+		[],
+		[],
+		[]
+	]
+}

+ 9 - 0
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json

@@ -0,0 +1,9 @@
+{
+	"title": "Processor",
+	"category": "general",
+	"legend": [
+		[],
+		["ValuesPercentage", "ReportByCpu", "ReportByState"],
+		[]
+	]
+}

+ 9 - 0
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json

@@ -0,0 +1,9 @@
+{
+	"title": "CPU Frequency",
+	"category": "general",
+	"legend": [
+		[],
+		[],
+		[]
+	]
+}

+ 9 - 0
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json

@@ -0,0 +1,9 @@
+{
+	"title": "CSV Output",
+	"category": "output",
+	"legend": [
+		["DataDir"],
+		["StoreRates"],
+		[]
+	]
+}

+ 4 - 0
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json

@@ -0,0 +1,4 @@
+{
+	"title": "cUrl",
+	"category": "network"
+}

+ 9 - 0
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json

@@ -0,0 +1,9 @@
+{
+	"title": "Disk Space Usage",
+	"category": "general",
+	"legend": [
+		[],
+		["IgnoreSelected"],
+		["Devices", "MountPoints", "FSTypes"]
+	]
+}

+ 9 - 0
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json

@@ -0,0 +1,9 @@
+{
+	"title": "Disk Usage",
+	"category": "general",
+	"legend": [
+		[],
+		["IgnoreSelected"],
+		["Disks"]
+	]
+}

+ 9 - 0
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json

@@ -0,0 +1,9 @@
+{
+	"title": "DNS",
+	"category": "network",
+	"legend": [
+		[],
+		[],
+		["Interfaces", "IgnoreSources"]
+	]
+}

+ 9 - 0
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json

@@ -0,0 +1,9 @@
+{
+	"title": "Email",
+	"category": "general",
+	"legend": [
+		["SocketFile", "SocketGroup", "SocketPerms", "MaxConns"],
+		[],
+		[]
+	]
+}

+ 9 - 0
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json

@@ -0,0 +1,9 @@
+{
+	"title": "Entropy",
+	"category": "general",
+	"legend": [
+		[],
+		[],
+		[]
+	]
+}

+ 4 - 0
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json

@@ -0,0 +1,4 @@
+{
+	"title": "Exec",
+	"category": "general"
+}

+ 9 - 0
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json

@@ -0,0 +1,9 @@
+{
+	"title": "Interfaces",
+	"category": "network",
+	"legend": [
+		[],
+		["IgnoreSelected"],
+		["Interfaces"]
+	]
+}

+ 4 - 0
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json

@@ -0,0 +1,4 @@
+{
+	"title": "Firewall",
+	"category": "network"
+}

+ 9 - 0
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json

@@ -0,0 +1,9 @@
+{
+	"title": "Interrupts",
+	"category": "general",
+	"legend": [
+		[],
+		["IgnoreSelected"],
+		["Irqs"]
+	]
+}

+ 9 - 0
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json

@@ -0,0 +1,9 @@
+{
+	"title": "Wireless",
+	"category": "network",
+	"legend": [
+		[],
+		["IgnoreSelected"],
+		["Interfaces"]
+	]
+}

+ 9 - 0
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json

@@ -0,0 +1,9 @@
+{
+	"title": "System Load",
+	"category": "general",
+	"legend": [
+		[],
+		[],
+		[]
+	]
+}

+ 9 - 0
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json

@@ -0,0 +1,9 @@
+{
+	"title": "Memory",
+	"category": "general",
+	"legend": [
+		[],
+		["ValuesPercentage", "ValuesAbsolute"],
+		[]
+	]
+}

+ 9 - 0
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json

@@ -0,0 +1,9 @@
+{
+	"title": "Netlink",
+	"category": "network",
+	"legend": [
+		[],
+		["IgnoreSelected"],
+		["Interfaces", "VerboseInterfaces", "QDiscs", "Classes", "Filters"]
+	]
+}

+ 4 - 0
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json

@@ -0,0 +1,4 @@
+{
+	"title": "Network",
+	"category": "output"
+}

+ 9 - 0
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json

@@ -0,0 +1,9 @@
+{
+	"title": "UPS",
+	"category": "general",
+	"legend": [
+		[],
+		[],
+		["UPS"]
+	]
+}

+ 9 - 0
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json

@@ -0,0 +1,9 @@
+{
+	"title": "OLSRd",
+	"category": "network",
+	"legend": [
+		["Host", "Port", "CollectLinks", "CollectRoutes", "CollectTopology"],
+		[],
+		[]
+	]
+}

+ 9 - 0
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json

@@ -0,0 +1,9 @@
+{
+	"title": "OpenVPN",
+	"category": "network",
+	"legend": [
+		[],
+		["CollectIndividualUsers", "CollectUserCount", "CollectCompression", "ImprovedNamingSchema"],
+		["StatusFile"]
+	]
+}

+ 9 - 0
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json

@@ -0,0 +1,9 @@
+{
+	"title": "Ping",
+	"category": "network",
+	"legend": [
+		["TTL", "Interval", "AddressFamily"],
+		[],
+		["Hosts"]
+	]
+}

+ 9 - 0
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json

@@ -0,0 +1,9 @@
+{
+	"title": "Processes",
+	"category": "general",
+	"legend": [
+		[],
+		[],
+		["Processes"]
+	]
+}

+ 9 - 0
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json

@@ -0,0 +1,9 @@
+{
+	"title": "RRDTool",
+	"category": "output",
+	"legend": [
+		["DataDir", "StepSize", "HeartBeat", "RRARows", "XFF", "CacheFlush", "CacheTimeout"],
+		["RRASingle"],
+		["RRATimespans"]
+	]
+}

+ 9 - 0
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json

@@ -0,0 +1,9 @@
+{
+	"title": "Sensors",
+	"category": "general",
+	"legend": [
+		[],
+		["IgnoreSelected"],
+		["Sensor"]
+	]
+}

+ 9 - 0
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json

@@ -0,0 +1,9 @@
+{
+	"title": "Splash Leases",
+	"category": "network",
+	"legend": [
+		[],
+		[],
+		[]
+	]
+}

+ 9 - 0
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json

@@ -0,0 +1,9 @@
+{
+	"title": "TCP Connections",
+	"category": "network",
+	"legend": [
+		[],
+		["ListeningPorts"],
+		["LocalPorts", "RemotePorts"]
+	]
+}

+ 9 - 0
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json

@@ -0,0 +1,9 @@
+{
+	"title": "Thermal",
+	"category": "general",
+	"legend": [
+		[],
+		["IgnoreSelected"],
+		["Device"]
+	]
+}

+ 9 - 0
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json

@@ -0,0 +1,9 @@
+{
+	"title": "UnixSock",
+	"category": "output",
+	"legend": [
+		["SocketFile", "SocketGroup", "SocketPerms"],
+		[],
+		[]
+	]
+}

+ 9 - 0
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json

@@ -0,0 +1,9 @@
+{
+	"title": "Uptime",
+	"category": "general",
+	"legend": [
+		[],
+		[],
+		[]
+	]
+}

+ 1 - 1
build/i18n-scan.pl

@@ -181,7 +181,7 @@ my $msguniq_pid = open2($msguniq_out, $msguniq_in, 'msguniq', '-s');
 
 print $msguniq_in "msgid \"\"\nmsgstr \"Content-Type: text/plain; charset=UTF-8\"\n";
 
-if (open F, "find @ARGV -type f '(' -name '*.htm' -o -name '*.lua' -o -name '*.js' -o -path '*/menu.d/*.json' ')' |")
+if (open F, "find @ARGV -type f '(' -name '*.htm' -o -name '*.lua' -o -name '*.js' -o -path '*/menu.d/*.json' -o -path '*/statistics/plugins/*.json' ')' |")
 {
 	while (defined( my $file = readline F))
 	{