diff options
Diffstat (limited to 'applications/luci-app-statistics')
45 files changed, 4588 insertions, 1077 deletions
diff --git a/applications/luci-app-statistics/Makefile b/applications/luci-app-statistics/Makefile index d2af8abc01..140c136d5b 100644 --- a/applications/luci-app-statistics/Makefile +++ b/applications/luci-app-statistics/Makefile @@ -9,7 +9,6 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Statistics Application LUCI_DEPENDS:= \ +luci-base \ - +luci-lib-jsonc \ +collectd \ +rrdtool1 \ +collectd-mod-rrdtool \ diff --git a/applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/cpu.js b/applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/cpu.js index 7d0dc9a15a..796b2cc8d4 100644 --- a/applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/cpu.js +++ b/applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/cpu.js @@ -28,13 +28,13 @@ return baseclass.extend({ instances: { cpu: [ ...(show_idle ? ["idle"] : []), - "interrupt", "nice", - "softirq", - "steal", - "system", "user", - "wait" + "wait", + "system", + "softirq", + "interrupt", + "steal" ] }, options: { @@ -68,7 +68,7 @@ return baseclass.extend({ }, cpu_wait: { color: "ffb000", - title: "Wait" + title: "Wait I/O" } } } @@ -84,13 +84,13 @@ return baseclass.extend({ instances: { percent: [ ...(show_idle ? ["idle"] : []), - "interrupt", "nice", - "softirq", - "steal", - "system", "user", - "wait" + "wait", + "system", + "softirq", + "interrupt", + "steal" ] }, options: { @@ -124,7 +124,7 @@ return baseclass.extend({ }, percent_wait: { color: "ffb000", - title: "Wait" + title: "Wait I/O" } } } diff --git a/applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js b/applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js index e08ff6497b..0c827e8a0b 100644 --- a/applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js +++ b/applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js @@ -34,9 +34,9 @@ return baseclass.extend({ o.depends('enable', '1'); o=s.option(form.Value,'MaxMissed',_('Maximum Missed Packets'), - _('When a host has not replied to this number of packets in a row, re-resolve the hostname in DNS. Useful for dynamic DNS hosts.')); - o.placeholder = '10'; - o.datatype = 'uinteger'; + _('When a host has not replied to this number of packets in a row, re-resolve the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled.')); + o.placeholder = '-1'; + o.datatype = 'and(min(-1),integer)' o.optional = true; o.depends('enable', '1'); }, diff --git a/applications/luci-app-statistics/po/ar/statistics.po b/applications/luci-app-statistics/po/ar/statistics.po index 30233ca131..6a94e0a298 100644 --- a/applications/luci-app-statistics/po/ar/statistics.po +++ b/applications/luci-app-statistics/po/ar/statistics.po @@ -1553,7 +1553,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 diff --git a/applications/luci-app-statistics/po/bg/statistics.po b/applications/luci-app-statistics/po/bg/statistics.po index 1df62de228..67e034797a 100644 --- a/applications/luci-app-statistics/po/bg/statistics.po +++ b/applications/luci-app-statistics/po/bg/statistics.po @@ -1500,7 +1500,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 diff --git a/applications/luci-app-statistics/po/bn_BD/statistics.po b/applications/luci-app-statistics/po/bn_BD/statistics.po index 8ecbe54df3..a413b1e396 100644 --- a/applications/luci-app-statistics/po/bn_BD/statistics.po +++ b/applications/luci-app-statistics/po/bn_BD/statistics.po @@ -1500,7 +1500,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 diff --git a/applications/luci-app-statistics/po/bs/statistics.po b/applications/luci-app-statistics/po/bs/statistics.po index ce857394b3..c5112ae18d 100644 --- a/applications/luci-app-statistics/po/bs/statistics.po +++ b/applications/luci-app-statistics/po/bs/statistics.po @@ -1514,7 +1514,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 diff --git a/applications/luci-app-statistics/po/ca/statistics.po b/applications/luci-app-statistics/po/ca/statistics.po index 3a44a3ea19..609e322ec6 100644 --- a/applications/luci-app-statistics/po/ca/statistics.po +++ b/applications/luci-app-statistics/po/ca/statistics.po @@ -5,8 +5,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-06-10 03:40+0200\n" -"PO-Revision-Date: 2021-09-17 06:52+0000\n" -"Last-Translator: Roger Pueyo Centelles <weblate@rogerpueyo.com>\n" +"PO-Revision-Date: 2021-12-15 03:52+0000\n" +"Last-Translator: dtalens <databio@gmail.com>\n" "Language-Team: Catalan <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsstatistics/ca/>\n" "Language: ca\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.9-dev\n" +"X-Generator: Weblate 4.10-dev\n" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/apcups.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2 @@ -1301,8 +1301,8 @@ msgid "" msgstr "" "El connector d'adreça electrònica crea un socket unix que es pot utilitzar " "per transmetre estadístiques d'email a un dimoni collectd. Aquest connector " -"es fa servir en conjunció amb Mail::SpamAssassin::Plugin. Plugin::Collectd " -"també es pot utilitzar d'altres maneres." +"es fa servir en conjunció amb Mail::SpamAssassin::Plugin::Collectd també es " +"pot utilitzar d'altres maneres." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/entropy.js:7 msgid "The entropy plugin collects statistics about the available entropy." @@ -1562,7 +1562,7 @@ msgstr "Monitoreig detallat" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 diff --git a/applications/luci-app-statistics/po/cs/statistics.po b/applications/luci-app-statistics/po/cs/statistics.po index f43f8d19f8..4bbf3e0cd4 100644 --- a/applications/luci-app-statistics/po/cs/statistics.po +++ b/applications/luci-app-statistics/po/cs/statistics.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2021-09-15 08:34+0000\n" -"Last-Translator: Lukas Jelinek <lukas.jelinek@nic.cz>\n" +"PO-Revision-Date: 2022-09-19 22:26+0000\n" +"Last-Translator: Jose Riha <jose1711@gmail.com>\n" "Language-Team: Czech <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsstatistics/cs/>\n" "Language: cs\n" @@ -10,7 +10,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Weblate 4.9-dev\n" +"X-Generator: Weblate 4.14.1\n" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/apcups.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2 @@ -546,7 +546,7 @@ msgstr "Rozhraní naslouchajícího" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/load.js:6 msgid "Load Plugin Configuration" -msgstr "Načíst nastavení pluginů" +msgstr "Nastevení pluginu Load (Zátěž)" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/load.js:10 msgid "Load monitoring enabled" @@ -1569,7 +1569,7 @@ msgstr "Podrobný monitoring" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 diff --git a/applications/luci-app-statistics/po/da/statistics.po b/applications/luci-app-statistics/po/da/statistics.po index ce6f802398..84a0d8c15c 100644 --- a/applications/luci-app-statistics/po/da/statistics.po +++ b/applications/luci-app-statistics/po/da/statistics.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-05-19 19:35+0200\n" -"PO-Revision-Date: 2021-11-16 17:38+0000\n" +"PO-Revision-Date: 2022-01-11 05:19+0000\n" "Last-Translator: drax red <drax@outlook.dk>\n" "Language-Team: Danish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsstatistics/da/>\n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.9.1-dev\n" +"X-Generator: Weblate 4.10.1\n" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/apcups.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2 @@ -1310,8 +1310,8 @@ msgid "" "to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can " "be used in other ways as well." msgstr "" -"E-mail-plugin'et opretter en unix-socket, som kan bruges til at overføre e" -"-mail-statistik til en kørende indsamlet dæmon. Dette plugin er primært " +"E-mail-plugin'et opretter en unix-socket, som kan bruges til at overføre e-" +"mail-statistik til en kørende indsamlet dæmon. Dette plugin er primært " "beregnet til at blive brugt i forbindelse med Mail::SpamAssasin::Plugin::" "Collectd, men kan også bruges på andre måder." @@ -1459,8 +1459,8 @@ msgid "" "read, e.g. thermal_zone1 )" msgstr "" "Det termiske plugin overvåger systemets temperatur. Data læses typisk fra /" -"sys/class/thermal/*/temp ('*' angiver den termiske enhed, der skal læses, " -"f.eks. thermal_zone1)" +"sys/class/thermal/*/temp ('*' angiver den termiske enhed, der skal læses, f." +"eks. thermal_zone1)" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:8 msgid "" @@ -1577,10 +1577,11 @@ msgstr "Verbose overvågning" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." msgstr "" -"Når en vært ikke har svaret på dette antal pakker i træk, skal du genfinde " -"værtsnavnet i DNS. Nyttigt for dynamiske DNS-værter." +"Når en vært ikke har svaret på dette antal pakker i træk, skal værtsnavnet " +"opløses på ny i DNS. Nyttigt for dynamiske DNS værter. Standardværdien er -1 " +"= deaktiveret." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 msgid "When none selected, all disks will be monitored." @@ -1623,8 +1624,8 @@ msgid "" "You need to configure <em>collectd</em> to gather data into <em>.rrd</em> " "files." msgstr "" -"Du skal konfigurere <em>collectd</em> til at indsamle data i <em>." -"rrd</em>-filer." +"Du skal konfigurere <em>collectd</em> til at indsamle data i <em>.rrd</em>-" +"filer." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:31 msgid "cURL plugin enabled" @@ -1677,6 +1678,13 @@ msgstr[1] "%d fjernporte" msgid "reduces rrd size" msgstr "reducerer rrd-størrelsen" +#~ msgid "" +#~ "When a host has not replied to this number of packets in a row, re-" +#~ "resolve the hostname in DNS. Useful for dynamic DNS hosts." +#~ msgstr "" +#~ "Når en vært ikke har svaret på dette antal pakker i træk, skal du " +#~ "genfinde værtsnavnet i DNS. Nyttigt for dynamiske DNS-værter." + #~ msgid "Cache flush interval" #~ msgstr "Cache flush interval" diff --git a/applications/luci-app-statistics/po/de/statistics.po b/applications/luci-app-statistics/po/de/statistics.po index 5c65032991..9e4cfe9ead 100644 --- a/applications/luci-app-statistics/po/de/statistics.po +++ b/applications/luci-app-statistics/po/de/statistics.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2020-11-21 12:21+0000\n" -"Last-Translator: Andreas Götz <agoetz@tdt.de>\n" +"PO-Revision-Date: 2022-05-15 17:03+0000\n" +"Last-Translator: ssantos <ssantos@web.de>\n" "Language-Team: German <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsstatistics/de/>\n" "Language: de\n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.4-dev\n" +"X-Generator: Weblate 4.13-dev\n" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/apcups.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2 @@ -122,15 +122,15 @@ msgstr "Ändere die Zugehörigkeit des Sockets zur angegebenen Gruppe." #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/chrony.js:8 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/chrony.json:2 msgid "Chrony" -msgstr "" +msgstr "Chrony" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:6 msgid "Chrony Plugin Configuration" -msgstr "" +msgstr "Chrony Plugin-Konfiguration" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:32 msgid "Chrony monitoring enabled" -msgstr "" +msgstr "Chrony-Überwachung aktiviert" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:21 msgid "CollectLinks" @@ -185,7 +185,7 @@ msgstr "Überwachung des Kontextwechsel aktiviert" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:23 msgid "Controls which notifications should be sent to syslog." -msgstr "" +msgstr "Steuert, welche Benachrichtigungen an Syslog gesendet werden sollen." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:28 msgid "Create statistics about the network plugin itself" @@ -197,15 +197,15 @@ msgstr "DF Plugin Konfiguration" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/dhcpleases.js:7 msgid "DHCP Leases" -msgstr "" +msgstr "DHCP-Leases" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:6 msgid "DHCP Leases Plugin Configuration" -msgstr "" +msgstr "DHCP Leases Plugin-Konfiguration" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:14 msgid "DHCP leases file" -msgstr "" +msgstr "DHCP-Leasedatei" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/dns.js:10 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2 @@ -230,7 +230,7 @@ msgstr "Detaillierte CPU-Frequenzüberwachung aktiviert" #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dhcpleases.json:2 msgid "Dhcpleases" -msgstr "" +msgstr "Dhcpleases" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:65 msgid "Directory for collectd plugins" @@ -406,6 +406,8 @@ msgstr "Weiterleitung zwischen Listen- und Server-Adressen" msgid "" "Free space, reserved space and used space is reported as relative values" msgstr "" +"Freier Speicherplatz, reservierter Speicherplatz und belegter Speicherplatz " +"werden als relative Werte angegeben" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:21 msgid "Gather compression statistics" @@ -421,7 +423,7 @@ msgstr "Generiere einen separaten Graphen für jeden eingewählten Nutzer" #: applications/luci-app-statistics/root/usr/share/rpcd/acl.d/luci-app-statistics.json:3 msgid "Grant access to statistics resources" -msgstr "" +msgstr "Zugriff auf Statistikressourcen gewähren" #: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:15 msgid "Graphs" @@ -466,7 +468,7 @@ msgstr "Host" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:14 msgid "Host running chrony" -msgstr "" +msgstr "Host, auf dem Chrony läuft" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:51 msgid "Hostname" @@ -479,15 +481,15 @@ msgstr "IP-Adresse oder Hostname zum Abfragen der Txtinfo-Ausagabe" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/ipstatistics.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ipstatistics.json:2 msgid "IP-Statistics" -msgstr "" +msgstr "IP-Statistiken" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ipstatistics.js:7 msgid "IP-Statistics Plugin Configuration" -msgstr "" +msgstr "Konfiguration des IP-Statistics-Plugins" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ipstatistics.js:11 msgid "IPv4/IPv6 Statistics monitoring enabled" -msgstr "" +msgstr "IPv4/IPv6 Statistiküberwachung aktiviert" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:7 msgid "IRQ Plugin Configuration" @@ -535,6 +537,9 @@ msgid "" "Allowed timespan types: min, h, hour(s), d, day(s), w, week(s), m, month(s), " "y, year(s)" msgstr "" +"Liste der Zeitspannen, die in der RRD-Datenbank gespeichert werden sollen. " +"Z. B. \"1hour 1day 14day\". Erlaubte Zeitspannenarten: min, h, hour(s), d, " +"day(s), w, week(s), m, month(s), y, year(s)" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:40 msgid "Listen host" @@ -583,7 +588,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:36 msgid "Maximum Missed Packets" -msgstr "" +msgstr "Maximale Anzahl verpasster Pakete" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:38 msgid "Maximum allowed connections" @@ -681,13 +686,12 @@ msgid "Monitoring %s, %s, %s" msgstr "Überwachung von %s, %s, %s" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26 -#, fuzzy msgid "Monitoring APC UPS at host %s, port %d" -msgstr "Überwachung von APC USV am Host %s, Port %d" +msgstr "Überwachung einer APC USV am Host %s, Port %d" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19 msgid "Monitoring DHCP leases enabled" -msgstr "" +msgstr "Überwachung von DHCP-Leases aktiviert" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:32 msgid "Monitoring DNS queries on all interfaces" @@ -876,7 +880,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:23 msgid "Notify level" -msgstr "" +msgstr "Benachrichtigungsstufe" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:77 msgid "Number of threads for data collection" @@ -943,11 +947,13 @@ msgstr "Port zur 'apcupsd' Kommunikation" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:20 msgid "Port for chronyd" -msgstr "" +msgstr "Port für chronyd" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:15 msgid "Possibly bug in collectd. Only 127.0.0.1 and localhost work" msgstr "" +"Möglicherweise ein Fehler in collectd. Nur 127.0.0.1 und localhost " +"funktionieren" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/processes.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2 @@ -989,7 +995,7 @@ msgstr "RRDTool Plugin Konfiguration" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:27 msgid "Report also the value for the idle metric" -msgstr "" +msgstr "Auch den Wert für die Leerlaufmetrik melden" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:14 msgid "Report by CPU" @@ -1013,19 +1019,19 @@ msgstr "Monitoring von Regeln aktiviert" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/snmp6.js:7 msgid "SNMP6" -msgstr "" +msgstr "SNMP6" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:7 msgid "SNMP6 Plugin Configuration" -msgstr "" +msgstr "SNMP6-Plugin-Konfiguration" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/sqm.js:7 msgid "SQM" -msgstr "" +msgstr "SQM" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/sqmcake.js:7 msgid "SQM-Cake" -msgstr "" +msgstr "SQM-Kuchen" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:24 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:44 @@ -1074,7 +1080,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:14 msgid "Sets the syslog log-level." -msgstr "" +msgstr "Legt die Syslog-Protokollebene fest." #: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:24 msgid "Setup" @@ -1090,7 +1096,7 @@ msgstr "Shapingklassen überwachen" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:26 msgid "Show Idle state" -msgstr "" +msgstr "Leerlaufzustand anzeigen" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:34 msgid "Show max values instead of averages" @@ -1102,7 +1108,7 @@ msgstr "Vereinfachte Überwachung der CPU-Frequenz aktiviert" #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/snmp6.json:2 msgid "Snmp6" -msgstr "" +msgstr "Snmp6" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:34 msgid "Socket %s active" @@ -1178,15 +1184,15 @@ msgstr "Speichere CSV-Daten in %s" #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/syslog.json:2 msgid "Syslog" -msgstr "" +msgstr "Syslog" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:6 msgid "Syslog Plugin Configuration" -msgstr "" +msgstr "Syslog-Plugin-Konfiguration" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:32 msgid "Syslog enabled" -msgstr "" +msgstr "Syslog aktiviert" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/load.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2 @@ -1245,6 +1251,8 @@ msgid "" "The SysLog plugin receives log messages from the daemon and dispatches them " "to syslog." msgstr "" +"Das SysLog-Plugin empfängt Protokollmeldungen vom Daemon und sendet sie an " +"syslog." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:132 msgid "The chain name must not contain spaces" @@ -1252,7 +1260,7 @@ msgstr "Der Name der Chain darf kein Leerzeichen enthalten" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:7 msgid "The chrony plugin will monitor chrony NTP server statistics" -msgstr "" +msgstr "Das chrony-Plugin überwacht die Statistiken des chrony-NTP-Servers" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:153 msgid "The comment to match must not contain spaces" @@ -1290,6 +1298,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:7 msgid "The dhcpleases plugin collects information about assigned DHCP leases." msgstr "" +"Das dhcpleases-Plugin sammelt Informationen über zugewiesene DHCP-Leases." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:8 msgid "" @@ -1346,6 +1355,8 @@ msgstr "" msgid "" "The ipstatistics plugin collects IPv4 and IPv6 statistics to compare them." msgstr "" +"Das ipstatistics-Plugin sammelt IPv4- und IPv6-Statistiken, um sie zu " +"vergleichen." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:9 msgid "" @@ -1442,6 +1453,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:8 msgid "The snmp6 plugin collects IPv6 statistics for selected interfaces." msgstr "" +"Das snmp6-Plugin sammelt IPv6-Statistiken für ausgewählte Schnittstellen." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/splash_leases.js:7 msgid "" @@ -1519,7 +1531,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:25 msgid "Timeout for polling chrony" -msgstr "" +msgstr "Zeitüberschreitung für die Abfrage von chrony" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:80 msgid "Try to lookup fully qualified hostname" @@ -1584,8 +1596,11 @@ msgstr "Schnittstellen detailliert überwachen" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." msgstr "" +"Wenn ein Host auf diese Anzahl von Paketen hintereinander nicht geantwortet " +"hat, wird der Hostname im DNS neu aufgelöst. Nützlich für dynamische DNS-" +"Hosts. Standardwert ist -1 = deaktiviert." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 msgid "When none selected, all disks will be monitored." diff --git a/applications/luci-app-statistics/po/el/statistics.po b/applications/luci-app-statistics/po/el/statistics.po index cfd86ed8ee..0fd1236b38 100644 --- a/applications/luci-app-statistics/po/el/statistics.po +++ b/applications/luci-app-statistics/po/el/statistics.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-06-10 03:40+0200\n" -"PO-Revision-Date: 2021-01-23 03:57+0000\n" -"Last-Translator: Savvas Sfantos <savvassfa@gmail.com>\n" +"PO-Revision-Date: 2022-10-03 08:34+0000\n" +"Last-Translator: TakissX <pxatzidakis@gmail.com>\n" "Language-Team: Greek <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsstatistics/el/>\n" "Language: el\n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.5-dev\n" +"X-Generator: Weblate 4.14.1\n" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/apcups.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2 @@ -25,70 +25,71 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:14 msgid "Absolute values" -msgstr "" +msgstr "Απόλυτη τιμή" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:68 msgid "Add IPv4 rule selector" -msgstr "" +msgstr "Προσθήκη επιλογέα κανόνων για IPv4" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:68 msgid "Add IPv6 rule selector" -msgstr "" +msgstr "Προσθήκη επιλογέα κανόνων για IPv6" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:16 msgid "Add command for reading values" -msgstr "" +msgstr "Προσθήκη εντολής για την ανάγνωση τιμών" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:36 msgid "Add notification command" -msgstr "" +msgstr "Προσθήκη εντολής ειδοποίησης" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:19 msgid "Address family" -msgstr "" +msgstr "Διεύθυνση οικογένειας" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:18 msgid "Aggregate number of connected users" -msgstr "" +msgstr "Συνολικός αριθμός συνδεδεμένων χρηστών" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237 msgid "Apply interval »" -msgstr "" +msgstr "Εφαρμογή διαστήματος »" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:47 msgid "Awaiting email input at %s" -msgstr "" +msgstr "Αναμονή εισαγωγής email στο %s" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:59 -#, fuzzy msgid "Base Directory" -msgstr "Κατάλογος βάσης" +msgstr "Βασικός Κατάλογος" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:16 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:16 msgid "Basic monitoring" -msgstr "" +msgstr "Βασική παρακολούθηση" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js:25 msgid "Basic process monitoring enabled" -msgstr "" +msgstr "Ενεργοποιήθηκε η βασική παρακολούθηση διεργασιών" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:15 msgid "By setting this, CPU is not aggregate of all processors on the system" msgstr "" +"Με τη ρύθμιση αυτή, η CPU δεν είναι άθροισμα όλων των επεξεργαστών του " +"συστήματος" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/contextswitch.js:6 msgid "CPU Context Switches Plugin Configuration" -msgstr "" +msgstr "Διαμόρφωση προσθηκών για διακόπτες περιβάλλοντος CPU" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/cpufreq.js:8 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2 msgid "CPU Frequency" -msgstr "" +msgstr "Συχνότητα επεξεργαστή" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:6 msgid "CPU Frequency Plugin Configuration" -msgstr "" +msgstr "Ρύθμιση παραμέτρων συχνότητας CPU" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:6 msgid "CPU Plugin Configuration" @@ -112,7 +113,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:99 msgid "Chain" -msgstr "" +msgstr "Αλυσίδα" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:19 msgid "Change the ownership of the socket file to the specified group." @@ -461,7 +462,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:51 msgid "Hostname" -msgstr "Όνομα κεντρικού υπολογιστή" +msgstr "Hostname" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:15 msgid "IP or hostname where to get the txtinfo output from" @@ -531,7 +532,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:44 msgid "Listen port" -msgstr "" +msgstr "Θύρα ακοής" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:32 msgid "Listener interfaces" @@ -552,7 +553,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:14 msgid "Log level" -msgstr "" +msgstr "Επίπεδο καταγραφής" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:20 msgid "Match IPv4 iptables rules" @@ -770,8 +771,8 @@ msgstr[1] "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:45 msgid "Monitoring one disk" msgid_plural "Monitoring %d disks" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Παρακολούθηση ενός δίσκου" +msgstr[1] "Παρακολούθηση %d δίσκων" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:48 msgid "Monitoring one host" @@ -820,12 +821,12 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:25 msgid "Name" -msgstr "" +msgstr "Ονομα" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/netlink.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2 msgid "Netlink" -msgstr "Netlink" +msgstr "Διαδικτυακός σύνδεσμος" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:7 msgid "Netlink Plugin Configuration" @@ -1410,15 +1411,17 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/thermal.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2 msgid "Thermal" -msgstr "" +msgstr "Θερμικός" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:7 msgid "Thermal Plugin Configuration" -msgstr "" +msgstr "Διαμόρφωση θερμικού πρόσθετου" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/contextswitch.js:7 msgid "This plugin collects statistics about the processor context switches." msgstr "" +"Αυτή η προσθήκη συλλέγει στατιστικά στοιχεία σχετικά με τους διακόπτες " +"περιβάλλοντος του επεξεργαστή." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:7 msgid "This plugin collects statistics about the processor frequency scaling." @@ -1447,11 +1450,11 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:14 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2 msgid "UPS" -msgstr "" +msgstr "UPS" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:6 msgid "UPS Plugin Configuration" -msgstr "" +msgstr "Διαμόρφωση πρόσθετου UPS" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:14 msgid "UPS name in NUT ups@host format" @@ -1472,7 +1475,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/uptime.js:15 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2 msgid "Uptime" -msgstr "" +msgstr "Χρόνος λειτουργίας" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/uptime.js:6 msgid "Uptime Plugin Configuration" @@ -1493,7 +1496,7 @@ msgstr "Αρχείο PID σε χρήση" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:27 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:47 msgid "User" -msgstr "" +msgstr "Χρήστης" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:21 msgid "Verbose monitoring" @@ -1502,7 +1505,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 diff --git a/applications/luci-app-statistics/po/en/statistics.po b/applications/luci-app-statistics/po/en/statistics.po index 35a89b9354..17b0a9f686 100644 --- a/applications/luci-app-statistics/po/en/statistics.po +++ b/applications/luci-app-statistics/po/en/statistics.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-05-19 19:35+0200\n" -"PO-Revision-Date: 2021-06-24 10:23+0000\n" +"PO-Revision-Date: 2022-07-03 10:25+0000\n" "Last-Translator: Hannu Nyman <hannu.nyman@iki.fi>\n" "Language-Team: English <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsstatistics/en/>\n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.7.1-dev\n" +"X-Generator: Weblate 4.13.1-dev\n" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/apcups.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2 @@ -1547,7 +1547,7 @@ msgstr "Verbose monitoring" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 diff --git a/applications/luci-app-statistics/po/es/statistics.po b/applications/luci-app-statistics/po/es/statistics.po index 6f3053612e..be7ecf481a 100644 --- a/applications/luci-app-statistics/po/es/statistics.po +++ b/applications/luci-app-statistics/po/es/statistics.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-06-10 03:41+0200\n" -"PO-Revision-Date: 2021-08-18 10:44+0000\n" -"Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n" +"PO-Revision-Date: 2022-04-28 18:11+0000\n" +"Last-Translator: Mc Giver <mcgivergim@gmail.com>\n" "Language-Team: Spanish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsstatistics/es/>\n" "Language: es\n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.8-dev\n" +"X-Generator: Weblate 4.12.1-dev\n" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/apcups.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2 @@ -869,9 +869,9 @@ msgid "" "Note: as pages are rendered by user 'nobody', the *.rrd files, the storage " "directory and all its parent directories need to be world readable." msgstr "" -"Nota: como las páginas son representadas por el usuario 'nobody', los " -"archivos *.rrd, el directorio de almacenamiento y todos sus directorios " -"principales deben ser legibles en todo el mundo." +"Nota: como las páginas son procesadas por el usuario 'nobody', los archivos *" +".rrd, el directorio de almacenamiento y todos sus directorios principales " +"deben ser legibles para todo el mundo." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:23 msgid "Notify level" @@ -988,7 +988,7 @@ msgstr "Configuración del plugin \"Herramienta RRD\"" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:27 msgid "Report also the value for the idle metric" -msgstr "Informe también el valor de la métrica inactiva" +msgstr "Informar también el valor para la métrica inactiva" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:14 msgid "Report by CPU" @@ -1433,7 +1433,7 @@ msgid "" "directory. This can render the device unusable!</strong>" msgstr "" "El plugin \"rrdtool\" almacena datos en ficheros de bb.dd. RRD que son la " -"base para los diagramas.<br /><br /><strong>¡Ojo: Configurar valores " +"base para los diagramas.<br /><br /><strong>¡Atención: Configurar valores " "incorrectos puede hacer que se use mucho espacio en el directorio temporal y " "puede hacer que el dispositivo funcione mal!</strong>" @@ -1596,13 +1596,13 @@ msgid "Verbose monitoring" msgstr "Monitorización detallada" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 -#, fuzzy msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." msgstr "" "Cuando un host no ha respondido a esta cantidad de paquetes seguidos, vuelva " -"a resolver el nombre de host en DNS. Útil para hosts DNS dinámicos." +"a resolver el nombre de host en DNS. Útil para hosts DNS dinámicos. El valor " +"predeterminado es -1 = desactivado." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 msgid "When none selected, all disks will be monitored." @@ -1700,6 +1700,14 @@ msgstr[1] "%d puertos remotos" msgid "reduces rrd size" msgstr "reduce el tamaño RRD" +#, fuzzy +#~ msgid "" +#~ "When a host has not replied to this number of packets in a row, re-" +#~ "resolve the hostname in DNS. Useful for dynamic DNS hosts." +#~ msgstr "" +#~ "Cuando un host no ha respondido a esta cantidad de paquetes seguidos, " +#~ "vuelva a resolver el nombre de host en DNS. Útil para hosts DNS dinámicos." + #~ msgid "Cache flush interval" #~ msgstr "Intervalo de limpieza de antememoria" diff --git a/applications/luci-app-statistics/po/fi/statistics.po b/applications/luci-app-statistics/po/fi/statistics.po index 377d9c2b9d..0c8528aab0 100644 --- a/applications/luci-app-statistics/po/fi/statistics.po +++ b/applications/luci-app-statistics/po/fi/statistics.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-05-19 19:35+0200\n" -"PO-Revision-Date: 2021-11-13 08:12+0000\n" -"Last-Translator: Hannu Nyman <hannu.nyman@iki.fi>\n" +"PO-Revision-Date: 2022-03-13 12:25+0000\n" +"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n" "Language-Team: Finnish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsstatistics/fi/>\n" "Language: fi\n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.9.1-dev\n" +"X-Generator: Weblate 4.12-dev\n" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/apcups.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2 @@ -99,7 +99,7 @@ msgstr "Suorittimen valvonta on käytössä" #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2 msgid "CSV Output" -msgstr "CSV Tulostus" +msgstr "CSV-tuloste" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/csv.js:6 msgid "CSV Plugin Configuration" @@ -120,7 +120,7 @@ msgstr "Muuta pistoketiedoston omistajuus määritettylle ryhmälle." #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/chrony.js:8 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/chrony.json:2 msgid "Chrony" -msgstr "" +msgstr "Chrony" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:6 msgid "Chrony Plugin Configuration" @@ -145,7 +145,7 @@ msgstr "Kerää topologia" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:46 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:49 msgid "Collectd Settings" -msgstr "Collectd asetukset" +msgstr "Collectd-asetukset" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:57 msgid "Command monitoring enabled" @@ -157,7 +157,7 @@ msgstr "Kommentti / Säännön numero" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:174 msgid "Configure…" -msgstr "Määritä …" +msgstr "Määritä…" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/conntrack.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2 @@ -195,7 +195,7 @@ msgstr "DF-laajennuksen määritykset" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/dhcpleases.js:7 msgid "DHCP Leases" -msgstr "" +msgstr "DHCP-liisaukset" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:6 msgid "DHCP Leases Plugin Configuration" @@ -357,7 +357,7 @@ msgstr "Exec" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:7 msgid "Exec Plugin Configuration" -msgstr "Exec laajennuksen määritys" +msgstr "Exec-laajennuksen määritys" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:67 msgid "Expecting decimal value lower than one" @@ -464,7 +464,7 @@ msgstr "Isäntä, jolla on käynnissä chrony" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:51 msgid "Hostname" -msgstr "Nimi" +msgstr "Laitenimi" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:15 msgid "IP or hostname where to get the txtinfo output from" @@ -554,7 +554,7 @@ msgstr "Kuormituksen valvonta käytössä" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117 msgid "Loading data…" -msgstr "Tietoja ladataan …" +msgstr "Ladataan dataa…" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:14 msgid "Log level" @@ -937,11 +937,11 @@ msgstr "Portti apcupsd -tiedonsiirrolle" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:20 msgid "Port for chronyd" -msgstr "" +msgstr "Portti chronyd:lle" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:15 msgid "Possibly bug in collectd. Only 127.0.0.1 and localhost work" -msgstr "" +msgstr "Mahdollinen bugi collectd:ssä. Vain 127.0.0.1 ja localhost toimivat" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/processes.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2 @@ -959,7 +959,7 @@ msgstr "Suoritin" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:26 msgid "Qdisc monitoring" -msgstr "Qdisc valvonta" +msgstr "Qdisc-valvonta" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:57 msgid "RRD XFiles Factor" @@ -967,7 +967,7 @@ msgstr "RRD XFiles-tekijä" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:24 msgid "RRD heart beat interval" -msgstr "RRD tahdistusväli" +msgstr "RRD-tahdistusväli" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:19 msgid "RRD step interval" @@ -1007,7 +1007,7 @@ msgstr "Säännön valvonta päällä" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/snmp6.js:7 msgid "SNMP6" -msgstr "" +msgstr "SNMP6" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:7 msgid "SNMP6 Plugin Configuration" @@ -1095,7 +1095,7 @@ msgstr "Yksinkertainen CPU:n taajuuden seuranta" #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/snmp6.json:2 msgid "Snmp6" -msgstr "" +msgstr "Snmp6" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:34 msgid "Socket %s active" @@ -1526,7 +1526,7 @@ msgstr "UnixSock-laajennuksen määritys" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/uptime.js:15 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2 msgid "Uptime" -msgstr "Päällä" +msgstr "Toiminta-aika" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/uptime.js:6 msgid "Uptime Plugin Configuration" @@ -1556,7 +1556,7 @@ msgstr "Runsas valvonta" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 diff --git a/applications/luci-app-statistics/po/fr/statistics.po b/applications/luci-app-statistics/po/fr/statistics.po index 20108d163a..42f72fc51e 100644 --- a/applications/luci-app-statistics/po/fr/statistics.po +++ b/applications/luci-app-statistics/po/fr/statistics.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-05-19 19:36+0200\n" -"PO-Revision-Date: 2021-11-21 18:56+0000\n" -"Last-Translator: Felix Braun <f.bhelicopter@gmail.com>\n" +"PO-Revision-Date: 2022-07-30 11:20+0000\n" +"Last-Translator: Christophe Blancon <christophe.blancon@gmail.com>\n" "Language-Team: French <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsstatistics/fr/>\n" "Language: fr\n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 4.10-dev\n" +"X-Generator: Weblate 4.14-dev\n" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/apcups.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2 @@ -157,7 +157,7 @@ msgstr "Commentaire / Numéro de règle" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:174 msgid "Configure…" -msgstr "Configurer…" +msgstr "Configuration…" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/conntrack.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2 @@ -195,7 +195,7 @@ msgstr "Configuration du greffon DF" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/dhcpleases.js:7 msgid "DHCP Leases" -msgstr "" +msgstr "Baux DHCP" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:6 msgid "DHCP Leases Plugin Configuration" @@ -203,7 +203,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:14 msgid "DHCP leases file" -msgstr "" +msgstr "Fichier de baux DHCP" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/dns.js:10 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2 @@ -329,7 +329,7 @@ msgstr "Activé" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/entropy.js:10 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2 msgid "Entropy" -msgstr "" +msgstr "Entropie" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/entropy.js:6 msgid "Entropy Plugin Configuration" @@ -411,7 +411,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:86 msgid "General plugins" -msgstr "" +msgstr "Plugins généraux" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:15 msgid "Generate a separate graph for each logged user" @@ -514,7 +514,7 @@ msgstr "Interruptions" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:31 msgid "Interval for pings" -msgstr "" +msgstr "Intervalle pour les pings" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:8 msgid "Iptables Plugin Configuration" @@ -866,7 +866,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:23 msgid "Notify level" -msgstr "" +msgstr "Niveau de notification" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:77 msgid "Number of threads for data collection" @@ -892,11 +892,11 @@ msgstr "OpenVPN" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:7 msgid "OpenVPN Plugin Configuration" -msgstr "" +msgstr "Configuration du plugin OpenVPN" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:27 msgid "OpenVPN status files" -msgstr "" +msgstr "Fichiers d’état OpenVPN" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:88 msgid "Output plugins" @@ -1368,7 +1368,7 @@ msgid "" "filter-statistics for selected interfaces." msgstr "" "Le greffon de lien-réseau récupère sur les interfaces sélectionnées des " -"informations avancées liées à la QOS, aux classes et au filtrage." +"informations avancées liées à la QOS, aux classes et au filtrage." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:7 msgid "" @@ -1378,10 +1378,10 @@ msgid "" "instance, in server mode the local instance receives data from other hosts." msgstr "" "Le greffon réseau fournit des communications-réseau entre différentes " -"instances collectd : ce programme peut fonctionner à la fois comme client et " +"instances collectd : ce programme peut fonctionner à la fois comme client et " "serveur. En mode client, les données collectées localement sont transférées " "à un serveur, en mode serveur, l'instance collectd locale reçoit des " -"informations d'autres hôtes." +"informations d'autres hôtes." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:7 msgid "" @@ -1529,7 +1529,7 @@ msgstr "Configuration du greffon de socket Unix" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/uptime.js:15 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2 msgid "Uptime" -msgstr "Temps de service" +msgstr "Durée de fonctionnement" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/uptime.js:6 msgid "Uptime Plugin Configuration" @@ -1559,7 +1559,7 @@ msgstr "Surveillance verbeuse" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 diff --git a/applications/luci-app-statistics/po/he/statistics.po b/applications/luci-app-statistics/po/he/statistics.po index a03d81297c..23f7ada53e 100644 --- a/applications/luci-app-statistics/po/he/statistics.po +++ b/applications/luci-app-statistics/po/he/statistics.po @@ -1500,7 +1500,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 diff --git a/applications/luci-app-statistics/po/hi/statistics.po b/applications/luci-app-statistics/po/hi/statistics.po index 325905dd42..81afbd522f 100644 --- a/applications/luci-app-statistics/po/hi/statistics.po +++ b/applications/luci-app-statistics/po/hi/statistics.po @@ -1500,7 +1500,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 diff --git a/applications/luci-app-statistics/po/hu/statistics.po b/applications/luci-app-statistics/po/hu/statistics.po index 7c253c3383..25e59152fd 100644 --- a/applications/luci-app-statistics/po/hu/statistics.po +++ b/applications/luci-app-statistics/po/hu/statistics.po @@ -1581,7 +1581,7 @@ msgstr "Részletes megfigyelés" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 diff --git a/applications/luci-app-statistics/po/id/statistics.po b/applications/luci-app-statistics/po/id/statistics.po new file mode 100644 index 0000000000..633c434403 --- /dev/null +++ b/applications/luci-app-statistics/po/id/statistics.po @@ -0,0 +1,1651 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:35+0200\n" +"PO-Revision-Date: 2022-06-05 12:16+0000\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: id\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Weblate 4.13-dev\n" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/apcups.js:7 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2 +msgid "APC UPS" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:6 +msgid "APCUPS Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:14 +msgid "Absolute values" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:68 +msgid "Add IPv4 rule selector" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:68 +msgid "Add IPv6 rule selector" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:16 +msgid "Add command for reading values" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:36 +msgid "Add notification command" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:19 +msgid "Address family" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:18 +msgid "Aggregate number of connected users" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237 +msgid "Apply interval »" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:47 +msgid "Awaiting email input at %s" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:59 +msgid "Base Directory" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:16 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:16 +msgid "Basic monitoring" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js:25 +msgid "Basic process monitoring enabled" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:15 +msgid "By setting this, CPU is not aggregate of all processors on the system" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/contextswitch.js:6 +msgid "CPU Context Switches Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/cpufreq.js:8 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2 +msgid "CPU Frequency" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:6 +msgid "CPU Frequency Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:6 +msgid "CPU Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:40 +msgid "CPU monitoring is enabled" +msgstr "" + +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2 +msgid "CSV Output" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/csv.js:6 +msgid "CSV Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:70 +msgid "Cache collected data for" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:99 +msgid "Chain" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:19 +msgid "Change the ownership of the socket file to the specified group." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/chrony.js:8 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/chrony.json:2 +msgid "Chrony" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:6 +msgid "Chrony Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:32 +msgid "Chrony monitoring enabled" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:21 +msgid "CollectLinks" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:28 +msgid "CollectRoutes" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:35 +msgid "CollectTopology" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:46 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:49 +msgid "Collectd Settings" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:57 +msgid "Command monitoring enabled" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:137 +msgid "Comment / Rule Number" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:174 +msgid "Configure…" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/conntrack.js:7 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2 +msgid "Conntrack" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/conntrack.js:6 +msgid "Conntrack Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/conntrack.js:10 +msgid "Conntrack monitoring enabled" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/contextswitch.js:7 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2 +msgid "Context Switches" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/contextswitch.js:10 +msgid "Context switch monitoring enabled" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:23 +msgid "Controls which notifications should be sent to syslog." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:28 +msgid "Create statistics about the network plugin itself" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:7 +msgid "DF Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/dhcpleases.js:7 +msgid "DHCP Leases" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:6 +msgid "DHCP Leases Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:14 +msgid "DHCP leases file" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/dns.js:10 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2 +msgid "DNS" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:7 +msgid "DNS Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:74 +msgid "Data collection interval" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:71 +msgid "Datasets definition file" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:22 +msgid "Detailled CPU frequency monitoring enabled" +msgstr "" + +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dhcpleases.json:2 +msgid "Dhcpleases" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:65 +msgid "Directory for collectd plugins" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:62 +msgid "Directory for sub-configurations" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:7 +msgid "Disk Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/df.js:7 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2 +msgid "Disk Space Usage" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/disk.js:10 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2 +msgid "Disk Usage" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221 +msgid "Display Host »" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229 +msgid "Display timespan »" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204 +msgid "Do not refresh" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:7 +msgid "E-Mail Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2 +msgid "Email" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:15 +msgid "Empty value = monitor all" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:21 +msgid "Enable" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:25 +msgid "Enable forwarding" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:28 +msgid "Enable statistics" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:12 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:12 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:12 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:12 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/csv.js:12 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:11 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:13 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:12 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:13 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:13 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:13 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:13 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:13 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:14 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:13 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:13 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:12 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:13 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:12 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:12 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:12 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:13 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:12 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js:12 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:12 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:21 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:13 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:12 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:12 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:13 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:13 +msgid "Enable this plugin" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:113 +msgid "Enabled" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/entropy.js:10 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2 +msgid "Entropy" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/entropy.js:6 +msgid "Entropy Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/entropy.js:10 +msgid "Entropy monitoring enabled" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206 +msgid "Every 30 seconds" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205 +msgid "Every 5 seconds" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207 +msgid "Every minute" +msgstr "" + +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2 +msgid "Exec" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:7 +msgid "Exec Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:67 +msgid "Expecting decimal value lower than one" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:33 +msgid "Expecting permssions in octal notation" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:49 +msgid "Expecting valid time range" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:15 +msgid "Extra items" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:14 +msgid "Fetch pages" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:36 +msgid "Filter class monitoring" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/iptables.js:7 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2 +msgid "Firewall" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/ip6tables.js:7 +msgid "Firewall (IPv6)" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:90 +msgid "Flush cache after" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:25 +msgid "Forwarding between listen and server addresses" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:92 +msgid "" +"Free space, reserved space and used space is reported as relative values" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:21 +msgid "Gather compression statistics" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:86 +msgid "General plugins" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:15 +msgid "Generate a separate graph for each logged user" +msgstr "" + +#: applications/luci-app-statistics/root/usr/share/rpcd/acl.d/luci-app-statistics.json:3 +msgid "Grant access to statistics resources" +msgstr "" + +#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:15 +msgid "Graphs" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:31 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:51 +msgid "Group" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:17 +msgid "" +"Here you can define external commands which will be started by collectd in " +"order to read certain values. The values will be read from stdout." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:37 +msgid "" +"Here you can define external commands which will be started by collectd when " +"certain threshold values have been reached. The values leading to invocation " +"will be fed to the the called programs stdin." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:21 +msgid "" +"Here you can define various criteria by which the monitored iptables rules " +"are selected." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:14 +msgid "Host" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:14 +msgid "Host running chrony" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:51 +msgid "Hostname" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:15 +msgid "IP or hostname where to get the txtinfo output from" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/ipstatistics.js:7 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ipstatistics.json:2 +msgid "IP-Statistics" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ipstatistics.js:7 +msgid "IP-Statistics Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ipstatistics.js:11 +msgid "IPv4/IPv6 Statistics monitoring enabled" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:7 +msgid "IRQ Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:22 +msgid "Ignore source addresses" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:70 +msgid "Instance name" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:7 +msgid "Interface Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/interface.js:7 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2 +msgid "Interfaces" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/irq.js:7 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2 +msgid "Interrupts" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:31 +msgid "Interval for pings" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:8 +msgid "Iptables Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:15 +msgid "Leave unselected to automatically determine interfaces to monitor." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:39 +msgid "" +"List of time spans to be stored in RRD database. E.g. \"1hour 1day 14day\". " +"Allowed timespan types: min, h, hour(s), d, day(s), w, week(s), m, month(s), " +"y, year(s)" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:40 +msgid "Listen host" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:44 +msgid "Listen port" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:32 +msgid "Listener interfaces" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/load.js:6 +msgid "Load Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/load.js:10 +msgid "Load monitoring enabled" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117 +msgid "Loading data…" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:14 +msgid "Log level" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:20 +msgid "Match IPv4 iptables rules" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:20 +msgid "Match IPv6 iptables rules" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:35 +msgid "" +"Max values for a period can be used instead of averages when not using 'only " +"average RRAs'" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:36 +msgid "Maximum Missed Packets" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:38 +msgid "Maximum allowed connections" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:20 +msgid "Maximum packet size" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/memory.js:10 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2 +msgid "Memory" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:6 +msgid "Memory Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:23 +msgid "Memory monitoring enabled" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:89 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:32 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:21 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:45 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:25 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:41 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:47 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:21 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:34 +msgid "Monitor all except specified" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:14 +msgid "Monitor all local listen ports" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:15 +msgid "Monitor device(s) / thermal zone(s)" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:15 +msgid "Monitor devices" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:15 +msgid "Monitor disks and partitions" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:59 +msgid "Monitor filesystem types" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:14 +msgid "Monitor host" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:14 +msgid "Monitor hosts" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:15 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:15 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:15 +msgid "Monitor interfaces" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:15 +msgid "Monitor interrupts" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:19 +msgid "Monitor local ports" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:37 +msgid "Monitor mount points" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js:14 +msgid "Monitor processes" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:25 +msgid "Monitor remote ports" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:38 +msgid "Monitoring %s and %s" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:106 +msgid "Monitoring %s, %s, %s" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26 +msgid "Monitoring APC UPS at host %s, port %d" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19 +msgid "Monitoring DHCP leases enabled" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:32 +msgid "Monitoring DNS queries on all interfaces" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:34 +msgid "Monitoring DNS queries on one interface" +msgid_plural "Monitoring DNS queries on %d interfaces" +msgstr[0] "" +msgstr[1] "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:44 +msgid "Monitoring OLSRd status at %s:%d" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:43 +msgid "Monitoring all but one disk" +msgid_plural "Monitoring all but %d disks" +msgstr[0] "" +msgstr[1] "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:32 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:36 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:54 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:33 +msgid "Monitoring all but one interface" +msgid_plural "Monitoring all but %d interfaces" +msgstr[0] "" +msgstr[1] "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:56 +msgid "Monitoring all but one interrupt" +msgid_plural "Monitoring all but %d interrupts" +msgstr[0] "" +msgstr[1] "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:56 +msgid "Monitoring all but one sensor" +msgid_plural "Monitoring all but %d sensors" +msgstr[0] "" +msgstr[1] "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:41 +msgid "Monitoring all disks" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:106 +msgid "Monitoring all except %s, %s, %s" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:30 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:34 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:52 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:31 +msgid "Monitoring all interfaces" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:54 +msgid "Monitoring all interrupts" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:104 +msgid "Monitoring all partitions" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:60 +msgid "Monitoring all sensors" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:50 +msgid "Monitoring all thermal zones" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:46 +msgid "Monitoring all thermal zones except %s" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:36 +msgid "Monitoring local listen ports" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:44 +msgid "Monitoring one OpenVPN instance" +msgid_plural "Monitoring %d OpenVPN instances" +msgstr[0] "" +msgstr[1] "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:21 +msgid "Monitoring one UPS" +msgid_plural "Monitoring %d UPSes" +msgstr[0] "" +msgstr[1] "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:45 +msgid "Monitoring one disk" +msgid_plural "Monitoring %d disks" +msgstr[0] "" +msgstr[1] "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:48 +msgid "Monitoring one host" +msgid_plural "Monitoring %d hosts" +msgstr[0] "" +msgstr[1] "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:34 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:38 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:56 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:35 +msgid "Monitoring one interface" +msgid_plural "Monitoring %d interfaces" +msgstr[0] "" +msgstr[1] "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:58 +msgid "Monitoring one interrupt" +msgid_plural "Monitoring %d interrupts" +msgstr[0] "" +msgstr[1] "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js:23 +msgid "Monitoring one process" +msgid_plural "Monitoring %d processes" +msgstr[0] "" +msgstr[1] "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:58 +msgid "Monitoring one sensor" +msgid_plural "Monitoring %d sensors" +msgstr[0] "" +msgstr[1] "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/splash_leases.js:10 +msgid "Monitoring splash leases" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:47 +msgid "Monitoring thermal zones %s" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:16 +msgid "More details about frequency usage and transitions" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:25 +msgid "Name" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/netlink.js:7 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2 +msgid "Netlink" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:7 +msgid "Netlink Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2 +msgid "Network" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:6 +msgid "Network Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:69 +msgid "Network communication enabled" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:87 +msgid "Network plugins" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178 +msgid "No RRD data found" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:15 +msgid "" +"Note: as pages are rendered by user 'nobody', the *.rrd files, the storage " +"directory and all its parent directories need to be world readable." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:23 +msgid "Notify level" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:77 +msgid "Number of threads for data collection" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/olsrd.js:10 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2 +msgid "OLSRd" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:6 +msgid "OLSRd Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:29 +msgid "Only create average RRAs" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/openvpn.js:7 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2 +msgid "OpenVPN" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:7 +msgid "OpenVPN Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:27 +msgid "OpenVPN status files" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:88 +msgid "Output plugins" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46 +msgid "Overview" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:18 +msgid "Percent values" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/ping.js:7 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2 +msgid "Ping" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:6 +msgid "Ping Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:136 +msgid "Plugin is disabled" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:18 +msgid "Port" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:19 +msgid "Port for apcupsd communication" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:20 +msgid "Port for chronyd" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:15 +msgid "Possibly bug in collectd. Only 127.0.0.1 and localhost work" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/processes.js:7 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2 +msgid "Processes" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js:6 +msgid "Processes Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/cpu.js:8 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2 +msgid "Processor" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:26 +msgid "Qdisc monitoring" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:57 +msgid "RRD XFiles Factor" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:24 +msgid "RRD heart beat interval" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:19 +msgid "RRD step interval" +msgstr "" + +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2 +msgid "RRDTool" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:6 +msgid "RRDTool Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:27 +msgid "Report also the value for the idle metric" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:14 +msgid "Report by CPU" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:20 +msgid "Report by state" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:32 +msgid "Report in percent" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:52 +msgid "Rows per RRA" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:161 +msgid "Rule monitoring enabled" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/snmp6.js:7 +msgid "SNMP6" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:7 +msgid "SNMP6 Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/sqm.js:7 +msgid "SQM" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/sqmcake.js:7 +msgid "SQM-Cake" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:24 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:44 +msgid "Script" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:74 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:25 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:31 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:19 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:24 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:70 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:90 +msgid "Seconds" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:23 +msgid "Sensor list" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/sensors.js:7 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2 +msgid "Sensors" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:15 +msgid "Sensors Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:58 +msgid "Server host" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:50 +msgid "Server interfaces" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:62 +msgid "Server port" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:20 +msgid "Set the maximum size for datagrams sent over the network" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:14 +msgid "Sets the syslog log-level." +msgstr "" + +#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:24 +msgid "Setup" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 +msgid "Setup collectd" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 +msgid "Shaping class monitoring" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:26 +msgid "Show Idle state" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:34 +msgid "Show max values instead of averages" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:23 +msgid "Simple CPU frequency monitoring enabled" +msgstr "" + +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/snmp6.json:2 +msgid "Snmp6" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:34 +msgid "Socket %s active" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:15 +msgid "Socket file" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:19 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:19 +msgid "Socket group" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:15 +msgid "Socket path" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:24 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:25 +msgid "Socket permissions" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:22 +msgid "Specifies what information to collect about links." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:29 +msgid "Specifies what information to collect about routes." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:36 +msgid "Specifies what information to collect about the global topology." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/splash_leases.js:10 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2 +msgid "Splash Leases" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/splash_leases.js:6 +msgid "Splash Leases Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213 +#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3 +msgid "Statistics" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:127 +msgid "Status" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:14 +msgid "Storage directory" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/csv.js:14 +msgid "Storage directory for the csv files" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/csv.js:18 +msgid "Store data values as rates instead of absolute values" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:38 +msgid "Stored timespans" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/csv.js:24 +msgid "Storing CSV data in %s" +msgstr "" + +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/syslog.json:2 +msgid "Syslog" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:6 +msgid "Syslog Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:32 +msgid "Syslog enabled" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/load.js:7 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2 +msgid "System Load" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/tcpconns.js:7 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2 +msgid "TCP Connections" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:6 +msgid "TCPConns Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:15 +msgid "TTL for network packets" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:26 +msgid "TTL for ping packets" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:85 +msgid "Table" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:7 +msgid "The APCUPS plugin collects statistics about the APC UPS." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:7 +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:7 +msgid "" +"The OLSRd plugin reads information about meshed networks from the txtinfo " +"plugin of OLSRd." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:8 +msgid "" +"The OpenVPN plugin gathers information about the current vpn connection " +"status." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:7 +msgid "" +"The SysLog plugin receives log messages from the daemon and dispatches them " +"to syslog." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:132 +msgid "The chain name must not contain spaces" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:7 +msgid "The chrony plugin will monitor chrony NTP server statistics" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:153 +msgid "The comment to match must not contain spaces" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/conntrack.js:7 +msgid "" +"The conntrack plugin collects statistics about the number of tracked " +"connections." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:7 +msgid "The cpu plugin collects basic statistics about the processor usage." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/csv.js:7 +msgid "" +"The csv plugin stores collected data in csv file format for further " +"processing by external programs." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:8 +msgid "" +"The df plugin collects statistics about the disk space usage on different " +"devices, mount points or filesystem types." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:7 +msgid "The dhcpleases plugin collects information about assigned DHCP leases." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:8 +msgid "" +"The disk plugin collects detailed usage statistics for selected partitions " +"or whole disks." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:8 +msgid "" +"The dns plugin collects detailed statistics about dns related traffic on " +"selected interfaces." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:8 +msgid "" +"The email plugin creates a unix socket which can be used to transmit email-" +"statistics to a running collectd daemon. This plugin is primarily intended " +"to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can " +"be used in other ways as well." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/entropy.js:7 +msgid "The entropy plugin collects statistics about the available entropy." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:8 +msgid "" +"The exec plugin starts external commands to read values from or to notify " +"external processes when certain threshold values have been reached." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:80 +msgid "The instance name must not contain spaces" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:8 +msgid "" +"The interface plugin collects traffic statistics on selected interfaces." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ipstatistics.js:8 +msgid "" +"The ipstatistics plugin collects IPv4 and IPv6 statistics to compare them." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:9 +msgid "" +"The iptables plugin will monitor selected firewall rules and collect " +"information about processed bytes and packets per rule." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:8 +msgid "" +"The irq plugin will monitor the rate of issues per second for each selected " +"interrupt. If no interrupt is selected then all interrupts are monitored." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:8 +msgid "" +"The iwinfo plugin collects statistics about wireless signal strength, noise " +"and quality." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/load.js:7 +msgid "The load plugin collects statistics about the general system load." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:7 +msgid "The memory plugin collects statistics about the memory usage." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:8 +msgid "" +"The netlink plugin collects extended information like qdisc-, class- and " +"filter-statistics for selected interfaces." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:7 +msgid "" +"The network plugin provides network based communication between different " +"collectd instances. Collectd can operate both in client and server mode. In " +"client mode locally collected data is transferred to a collectd server " +"instance, in server mode the local instance receives data from other hosts." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:7 +msgid "" +"The ping plugin will send icmp echo replies to selected hosts and measure " +"the roundtrip time for each host." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js:7 +msgid "" +"The processes plugin collects information like cpu time, page faults and " +"memory usage of selected processes." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:7 +msgid "" +"The rrdtool plugin stores the collected data in rrd database files, the " +"foundation of the diagrams.<br /><br /><strong>Warning: Setting the wrong " +"values will result in a very high memory consumption in the temporary " +"directory. This can render the device unusable!</strong>" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:16 +msgid "" +"The sensors plugin uses the Linux Sensors framework to gather environmental " +"statistics." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:8 +msgid "The snmp6 plugin collects IPv6 statistics for selected interfaces." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/splash_leases.js:7 +msgid "" +"The splash leases plugin uses libuci to collect statistics about splash " +"leases." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:7 +msgid "" +"The tcpconns plugin collects information about open tcp connections on " +"selected ports." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:8 +msgid "" +"The thermal plugin will monitor temperature of the system. Data is typically " +"read from /sys/class/thermal/*/temp ( '*' denotes the thermal device to be " +"read, e.g. thermal_zone1 )" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:8 +msgid "" +"The unixsock plugin creates a unix socket which can be used to read " +"collected data from a running collectd instance." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/uptime.js:7 +msgid "The uptime plugin collects statistics about the uptime of the system." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179 +msgid "There is no RRD data available yet to render graphs." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/thermal.js:7 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2 +msgid "Thermal" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:7 +msgid "Thermal Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/contextswitch.js:7 +msgid "This plugin collects statistics about the processor context switches." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:7 +msgid "This plugin collects statistics about the processor frequency scaling." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:33 +msgid "" +"This section defines on which interfaces collectd will wait for incoming " +"connections." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:51 +msgid "" +"This section defines to which servers the locally collected data is sent to." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:25 +msgid "Timeout for polling chrony" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:80 +msgid "Try to lookup fully qualified hostname" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/nut.js:7 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:14 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2 +msgid "UPS" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:6 +msgid "UPS Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:14 +msgid "UPS name in NUT ups@host format" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:27 +msgid "URL" +msgstr "" + +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2 +msgid "UnixSock" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:7 +msgid "Unixsock Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/uptime.js:15 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2 +msgid "Uptime" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/uptime.js:6 +msgid "Uptime Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/uptime.js:10 +msgid "Uptime monitoring enabled" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:24 +msgid "Use improved naming schema" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:68 +msgid "Used PID file" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:27 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:47 +msgid "User" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:21 +msgid "Verbose monitoring" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 +msgid "" +"When a host has not replied to this number of packets in a row, re-resolve " +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 +msgid "When none selected, all disks will be monitored." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:16 +msgid "When none selected, all interfaces will be monitored." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:21 +msgid "When set to true, reports per-state metric (system, user, idle)" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:14 +msgid "When set to true, we request absolute values" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:33 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:18 +msgid "When set to true, we request percentage values" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/iwinfo.js:7 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2 +msgid "Wireless" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:7 +msgid "Wireless iwinfo Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:97 +msgid "Writing *.rrd files to %s" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180 +msgid "" +"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> " +"files." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:31 +msgid "cURL plugin enabled" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/curl.js:10 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2 +msgid "cUrl" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:6 +msgid "cUrl Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:139 +msgid "none" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:107 +msgid "one device" +msgid_plural "%d devices" +msgstr[0] "" +msgstr[1] "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:109 +msgid "one filesystem type" +msgid_plural "%d filesystem types" +msgstr[0] "" +msgstr[1] "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:39 +msgid "one local port" +msgid_plural "%d local ports" +msgstr[0] "" +msgstr[1] "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:108 +msgid "one mount" +msgid_plural "%d mounts" +msgstr[0] "" +msgstr[1] "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:40 +msgid "one remote port" +msgid_plural "%d remote ports" +msgstr[0] "" +msgstr[1] "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:29 +msgid "reduces rrd size" +msgstr "" + +#~ msgid "Cache flush interval" +#~ msgstr "Cache flush interval" + +#~ msgid "Action (target)" +#~ msgstr "Action (target)" + +#~ msgid "Add matching rule" +#~ msgstr "Add matching rule" + +#~ msgid "" +#~ "Collectd is a small daemon for collecting data from various sources " +#~ "through different plugins. On this page you can change general settings " +#~ "for the collectd daemon." +#~ msgstr "" +#~ "Collectd is a small daemon for collecting data from various sources " +#~ "through different plugins. On this page you can change general settings " +#~ "for the collectd daemon." + +#~ msgid "Destination ip range" +#~ msgstr "Destination ip range" + +#~ msgid "Incoming interface" +#~ msgstr "Incoming interface" + +#~ msgid "Name of the rule" +#~ msgstr "Name of the rule" + +#~ msgid "Network protocol" +#~ msgstr "Network protocol" + +#~ msgid "Options" +#~ msgstr "Options" + +#~ msgid "Outgoing interface" +#~ msgstr "Outgoing interface" + +#~ msgid "Source ip range" +#~ msgstr "Source ip range" + +#~ msgid "e.g. br-ff" +#~ msgstr "e.g. br-ff" + +#~ msgid "e.g. br-lan" +#~ msgstr "e.g. br-lan" + +#~ msgid "e.g. reject-with tcp-reset" +#~ msgstr "e.g. reject-with tcp-reset" + +#~ msgid "max. 16 chars" +#~ msgstr "max. 16 chars" + +#~ msgid "seconds; multiple separated by space" +#~ msgstr "seconds; multiple separated by space" + +#~ msgid "server interfaces" +#~ msgstr "server interfaces" diff --git a/applications/luci-app-statistics/po/it/statistics.po b/applications/luci-app-statistics/po/it/statistics.po index 01002e839c..c06299185d 100644 --- a/applications/luci-app-statistics/po/it/statistics.po +++ b/applications/luci-app-statistics/po/it/statistics.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-05-19 19:36+0200\n" -"PO-Revision-Date: 2021-11-18 15:14+0000\n" -"Last-Translator: Giovanni Giacobbi <giovanni@giacobbi.net>\n" +"PO-Revision-Date: 2022-10-10 21:04+0000\n" +"Last-Translator: garis <garis94@gmail.com>\n" "Language-Team: Italian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsstatistics/it/>\n" "Language: it\n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.9.1-dev\n" +"X-Generator: Weblate 4.14.1\n" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/apcups.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2 @@ -558,7 +558,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:14 msgid "Log level" -msgstr "" +msgstr "Livello registro eventi" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:20 msgid "Match IPv4 iptables rules" @@ -924,7 +924,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:18 msgid "Port" -msgstr "Port" +msgstr "Porta" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:19 msgid "Port for apcupsd communication" @@ -1453,7 +1453,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:14 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2 msgid "UPS" -msgstr "" +msgstr "UPS" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:6 msgid "UPS Plugin Configuration" @@ -1508,7 +1508,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 diff --git a/applications/luci-app-statistics/po/ja/statistics.po b/applications/luci-app-statistics/po/ja/statistics.po index a6a2e0101a..42d67e2ada 100644 --- a/applications/luci-app-statistics/po/ja/statistics.po +++ b/applications/luci-app-statistics/po/ja/statistics.po @@ -1563,7 +1563,7 @@ msgstr "詳細モニタリング" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 diff --git a/applications/luci-app-statistics/po/ko/statistics.po b/applications/luci-app-statistics/po/ko/statistics.po index 2f3a829cf3..a0a300dcd2 100644 --- a/applications/luci-app-statistics/po/ko/statistics.po +++ b/applications/luci-app-statistics/po/ko/statistics.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-05-19 19:35+0200\n" -"PO-Revision-Date: 2021-06-07 10:49+0000\n" -"Last-Translator: Sunggu Choi <dkaost@outlook.com>\n" +"PO-Revision-Date: 2022-11-22 08:46+0000\n" +"Last-Translator: Taewook Yang (ワリ) <relationlife@gmail.com>\n" "Language-Team: Korean <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsstatistics/ko/>\n" "Language: ko\n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.7-dev\n" +"X-Generator: Weblate 4.15-dev\n" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/apcups.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2 @@ -386,7 +386,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/iptables.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2 msgid "Firewall" -msgstr "" +msgstr "방화벽" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/ip6tables.js:7 msgid "Firewall (IPv6)" @@ -423,7 +423,7 @@ msgstr "" #: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:15 msgid "Graphs" -msgstr "" +msgstr "그래프" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:31 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:51 @@ -459,7 +459,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:51 msgid "Hostname" -msgstr "호스트 이름" +msgstr "호스트명" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:15 msgid "IP or hostname where to get the txtinfo output from" @@ -497,7 +497,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/interface.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2 msgid "Interfaces" -msgstr "" +msgstr "인터페이스" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/irq.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2 @@ -635,7 +635,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:15 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:15 msgid "Monitor interfaces" -msgstr "" +msgstr "모니터 인터페이스" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:15 msgid "Monitor interrupts" @@ -805,7 +805,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:25 msgid "Name" -msgstr "" +msgstr "이름" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/netlink.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2 @@ -818,7 +818,7 @@ msgstr "" #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2 msgid "Network" -msgstr "" +msgstr "네트워크" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:6 msgid "Network Plugin Configuration" @@ -882,7 +882,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46 msgid "Overview" -msgstr "" +msgstr "개요" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:18 msgid "Percent values" @@ -998,7 +998,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:24 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:44 msgid "Script" -msgstr "" +msgstr "스크립트" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:74 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:25 @@ -1121,7 +1121,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:127 msgid "Status" -msgstr "" +msgstr "상태" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:14 msgid "Storage directory" @@ -1432,7 +1432,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:14 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2 msgid "UPS" -msgstr "" +msgstr "UPS" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:6 msgid "UPS Plugin Configuration" @@ -1444,7 +1444,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:27 msgid "URL" -msgstr "" +msgstr "URL" #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2 msgid "UnixSock" @@ -1457,7 +1457,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/uptime.js:15 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2 msgid "Uptime" -msgstr "가동 시간" +msgstr "가동시간" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/uptime.js:6 msgid "Uptime Plugin Configuration" @@ -1487,7 +1487,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 @@ -1514,7 +1514,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/iwinfo.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2 msgid "Wireless" -msgstr "" +msgstr "무선" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:7 msgid "Wireless iwinfo Plugin Configuration" diff --git a/applications/luci-app-statistics/po/mr/statistics.po b/applications/luci-app-statistics/po/mr/statistics.po index 8bd7b81012..d3006edf17 100644 --- a/applications/luci-app-statistics/po/mr/statistics.po +++ b/applications/luci-app-statistics/po/mr/statistics.po @@ -1500,7 +1500,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 diff --git a/applications/luci-app-statistics/po/ms/statistics.po b/applications/luci-app-statistics/po/ms/statistics.po index 8692d773c1..4a823b0fe6 100644 --- a/applications/luci-app-statistics/po/ms/statistics.po +++ b/applications/luci-app-statistics/po/ms/statistics.po @@ -1487,7 +1487,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 diff --git a/applications/luci-app-statistics/po/nb_NO/statistics.po b/applications/luci-app-statistics/po/nb_NO/statistics.po index 8e6b48163f..be57324660 100644 --- a/applications/luci-app-statistics/po/nb_NO/statistics.po +++ b/applications/luci-app-statistics/po/nb_NO/statistics.po @@ -1542,7 +1542,7 @@ msgstr "Detaljert overvåking" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 diff --git a/applications/luci-app-statistics/po/nl/statistics.po b/applications/luci-app-statistics/po/nl/statistics.po index 437cff5472..46021937a4 100644 --- a/applications/luci-app-statistics/po/nl/statistics.po +++ b/applications/luci-app-statistics/po/nl/statistics.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-05-19 19:35+0200\n" -"PO-Revision-Date: 2021-05-29 16:19+0000\n" -"Last-Translator: Jonathan Mohamed <jonathanmohamed34@gmail.com>\n" +"PO-Revision-Date: 2022-11-04 10:26+0000\n" +"Last-Translator: fodiator <weblate@fodiator.com>\n" "Language-Team: Dutch <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsstatistics/nl/>\n" "Language: nl\n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.7-dev\n" +"X-Generator: Weblate 4.14.2-dev\n" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/apcups.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2 @@ -21,93 +21,96 @@ msgstr "APC UPS" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:6 msgid "APCUPS Plugin Configuration" -msgstr "" +msgstr "APCUPS Plugin Configuratie" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:14 msgid "Absolute values" -msgstr "" +msgstr "Absolute waarden" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:68 msgid "Add IPv4 rule selector" -msgstr "" +msgstr "IPv4-regelselector toevoegen" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:68 msgid "Add IPv6 rule selector" -msgstr "" +msgstr "IPv6 regelselector toevoegen" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:16 msgid "Add command for reading values" -msgstr "" +msgstr "Commando toevoegen voor het lezen van waarden" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:36 msgid "Add notification command" -msgstr "" +msgstr "Toevoegen van melding comando" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:19 +#, fuzzy msgid "Address family" -msgstr "" +msgstr "Adres familie" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:18 msgid "Aggregate number of connected users" -msgstr "" +msgstr "Totaal aantal verbonden gebruikers" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237 msgid "Apply interval »" -msgstr "" +msgstr "Interval toepassen »" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:47 msgid "Awaiting email input at %s" -msgstr "" +msgstr "In afwachting van e-mail input op %s" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:59 msgid "Base Directory" -msgstr "" +msgstr "Basis Directory" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:16 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:16 msgid "Basic monitoring" -msgstr "" +msgstr "Basis monitoren" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js:25 msgid "Basic process monitoring enabled" -msgstr "" +msgstr "Basisprocedure ingeschakeld monitoren" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:15 msgid "By setting this, CPU is not aggregate of all processors on the system" msgstr "" +"Door dit in te stellen, is CPU niet een aggregaat van alle processoren op " +"het systeem" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/contextswitch.js:6 msgid "CPU Context Switches Plugin Configuration" -msgstr "" +msgstr "CPU Context Schakelt Plugin Configuratie" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/cpufreq.js:8 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2 msgid "CPU Frequency" -msgstr "" +msgstr "CPU Frequentie" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:6 msgid "CPU Frequency Plugin Configuration" -msgstr "" +msgstr "CPU Frequentie Plugin Configuratie" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:6 msgid "CPU Plugin Configuration" -msgstr "" +msgstr "CPU Plugin Configuratie" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:40 msgid "CPU monitoring is enabled" -msgstr "" +msgstr "CPU monitoring is ingeschakeld" #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2 msgid "CSV Output" -msgstr "" +msgstr "CSV Uitvoer" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/csv.js:6 msgid "CSV Plugin Configuration" -msgstr "" +msgstr "CSV Plugin Configuratie" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:70 msgid "Cache collected data for" -msgstr "" +msgstr "Cache verzamelde data voor" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:99 msgid "Chain" @@ -116,6 +119,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:19 msgid "Change the ownership of the socket file to the specified group." msgstr "" +"Verander het eigendom van het soketbestand aan de gespecificeerde groep." #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/chrony.js:8 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/chrony.json:2 @@ -124,40 +128,40 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:6 msgid "Chrony Plugin Configuration" -msgstr "" +msgstr "Chrony Plugin Configuratie" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:32 msgid "Chrony monitoring enabled" -msgstr "" +msgstr "Chrony monitoring ingeschakeld" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:21 msgid "CollectLinks" -msgstr "" +msgstr "Verzamellinks" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:28 msgid "CollectRoutes" -msgstr "" +msgstr "CollectRoutes" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:35 msgid "CollectTopology" -msgstr "" +msgstr "Verzameltopologie" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:46 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:49 msgid "Collectd Settings" -msgstr "" +msgstr "Verzamelde instellingen" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:57 msgid "Command monitoring enabled" -msgstr "" +msgstr "Commando monitoring ingeschakeld" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:137 msgid "Comment / Rule Number" -msgstr "" +msgstr "Opmerking / Regel nummer" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:174 msgid "Configure…" -msgstr "" +msgstr "Configureer…" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/conntrack.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2 @@ -166,32 +170,32 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/conntrack.js:6 msgid "Conntrack Plugin Configuration" -msgstr "" +msgstr "Conntrack Plugin Configuratie" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/conntrack.js:10 msgid "Conntrack monitoring enabled" -msgstr "" +msgstr "Conntrack monitoring ingeschakeld" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/contextswitch.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2 msgid "Context Switches" -msgstr "" +msgstr "Context Schakelaars" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/contextswitch.js:10 msgid "Context switch monitoring enabled" -msgstr "" +msgstr "Context switch monitoring ingeschakeld" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:23 msgid "Controls which notifications should be sent to syslog." -msgstr "" +msgstr "Regelt welke meldingen naar syslog moeten worden gestuurd." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:28 msgid "Create statistics about the network plugin itself" -msgstr "" +msgstr "Creëer statistieken over de netwerk plugin zelf" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:7 msgid "DF Plugin Configuration" -msgstr "" +msgstr "DF Plugin Configuratie" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/dhcpleases.js:7 msgid "DHCP Leases" @@ -324,7 +328,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:113 msgid "Enabled" -msgstr "" +msgstr "Geactiveerd" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/entropy.js:10 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2 @@ -818,7 +822,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:25 msgid "Name" -msgstr "" +msgstr "Naam" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/netlink.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2 @@ -895,7 +899,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46 msgid "Overview" -msgstr "" +msgstr "Overzicht" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:18 msgid "Percent values" @@ -916,7 +920,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:18 msgid "Port" -msgstr "" +msgstr "Poort" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:19 msgid "Port for apcupsd communication" @@ -1445,7 +1449,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:14 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2 msgid "UPS" -msgstr "" +msgstr "UPS" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:6 msgid "UPS Plugin Configuration" @@ -1500,7 +1504,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 diff --git a/applications/luci-app-statistics/po/pl/statistics.po b/applications/luci-app-statistics/po/pl/statistics.po index 24d53adaa3..f9ce3b45c7 100644 --- a/applications/luci-app-statistics/po/pl/statistics.po +++ b/applications/luci-app-statistics/po/pl/statistics.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2021-08-18 10:44+0000\n" -"Last-Translator: Matthaiks <kitynska@gmail.com>\n" +"PO-Revision-Date: 2022-08-05 01:21+0000\n" +"Last-Translator: pololoko111 <peciek83@gmail.com>\n" "Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsstatistics/pl/>\n" "Language: pl\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 4.8-dev\n" +"X-Generator: Weblate 4.14-dev\n" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/apcups.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2 @@ -134,15 +134,15 @@ msgstr "Monitorowanie chrony włączone" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:21 msgid "CollectLinks" -msgstr "CollectLinks" +msgstr "ZbierzLinki" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:28 msgid "CollectRoutes" -msgstr "CollectRoutes" +msgstr "ZbierzTrasy" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:35 msgid "CollectTopology" -msgstr "CollectTopology" +msgstr "ZbierzTopologię" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:46 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:49 @@ -1599,10 +1599,11 @@ msgstr "Pełny monitoring" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." msgstr "" "Jeśli host nie odpowiedział na taką liczbę pakietów z rzędu, ponownie ustal " -"nazwę hosta w DNS. Przydatne dla hostów dynamicznego DNS." +"nazwę hosta w DNS. Przydatne dla hostów dynamicznego DNS. Wartość domyślna " +"to -1 = wyłączone." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 msgid "When none selected, all disks will be monitored." @@ -1656,11 +1657,11 @@ msgstr "Wtyczka cURL włączona" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/curl.js:10 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2 msgid "cUrl" -msgstr "Curl" +msgstr "cURL" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:6 msgid "cUrl Plugin Configuration" -msgstr "Konfiguracja wtyczki Curl" +msgstr "Konfiguracja wtyczki cURL" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:139 msgid "none" @@ -1705,6 +1706,13 @@ msgstr[2] "inne zdalne porty" msgid "reduces rrd size" msgstr "zmniejsza rozmiar RRD" +#~ msgid "" +#~ "When a host has not replied to this number of packets in a row, re-" +#~ "resolve the hostname in DNS. Useful for dynamic DNS hosts." +#~ msgstr "" +#~ "Jeśli host nie odpowiedział na taką liczbę pakietów z rzędu, ponownie " +#~ "ustal nazwę hosta w DNS. Przydatne dla hostów dynamicznego DNS." + #~ msgid "Cache flush interval" #~ msgstr "Interwał opróżniania pamięci podręcznej" diff --git a/applications/luci-app-statistics/po/pt/statistics.po b/applications/luci-app-statistics/po/pt/statistics.po index bbfed9b956..2afe7d4b3e 100644 --- a/applications/luci-app-statistics/po/pt/statistics.po +++ b/applications/luci-app-statistics/po/pt/statistics.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-05-26 19:03+0200\n" -"PO-Revision-Date: 2021-08-28 13:32+0000\n" -"Last-Translator: ssantos <ssantos@web.de>\n" +"PO-Revision-Date: 2022-03-15 15:17+0000\n" +"Last-Translator: moonlightz <hugo.simoes.1984@gmail.com>\n" "Language-Team: Portuguese <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsstatistics/pt/>\n" "Language: pt\n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.8.1-dev\n" +"X-Generator: Weblate 4.12-dev\n" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/apcups.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2 @@ -560,7 +560,7 @@ msgstr "Monitoramento de carga ativado" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117 msgid "Loading data…" -msgstr "Carregando dados…" +msgstr "A carregar dados…" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:14 msgid "Log level" @@ -1588,10 +1588,11 @@ msgstr "Monitoramento no modo verbose" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." msgstr "" -"Quando um host não responder a esta quantidade seguida de pacotes, resolva " -"novamente o nome do host no DNS. É útil para DNS com hosts dinâmicos." +"Quando um host não respondeu a essa quantidade de pacotes seguidos, re-" +"resolva o nome do host no DNS. Útil para hosts DNS dinâmicos. O valor padrão " +"é -1 = desativado." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 msgid "When none selected, all disks will be monitored." @@ -1619,7 +1620,7 @@ msgstr "Quando definido como verdadeiro solicitamos valores percentuais" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/iwinfo.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2 msgid "Wireless" -msgstr "Wireless" +msgstr "Rede sem fios" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:7 msgid "Wireless iwinfo Plugin Configuration" @@ -1688,6 +1689,14 @@ msgstr[1] "%d portas remotas" msgid "reduces rrd size" msgstr "reduzir o tamanho do rrd" +#~ msgid "" +#~ "When a host has not replied to this number of packets in a row, re-" +#~ "resolve the hostname in DNS. Useful for dynamic DNS hosts." +#~ msgstr "" +#~ "Quando um host não responder a esta quantidade seguida de pacotes, " +#~ "resolva novamente o nome do host no DNS. É útil para DNS com hosts " +#~ "dinâmicos." + #~ msgid "Cache flush interval" #~ msgstr "Intervalo de limpeza do cache" diff --git a/applications/luci-app-statistics/po/pt_BR/statistics.po b/applications/luci-app-statistics/po/pt_BR/statistics.po index 13624fb30e..cbff583316 100644 --- a/applications/luci-app-statistics/po/pt_BR/statistics.po +++ b/applications/luci-app-statistics/po/pt_BR/statistics.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-06-10 03:41+0200\n" -"PO-Revision-Date: 2021-11-22 19:52+0000\n" +"PO-Revision-Date: 2022-01-25 09:41+0000\n" "Last-Translator: Wellington Terumi Uemura <wellingtonuemura@gmail.com>\n" "Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/" "openwrt/luciapplicationsstatistics/pt_BR/>\n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 4.10-dev\n" +"X-Generator: Weblate 4.11-dev\n" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/apcups.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2 @@ -562,7 +562,7 @@ msgstr "Monitoramento de carga ativado" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117 msgid "Loading data…" -msgstr "Carregando dados…" +msgstr "Carregando os dados…" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:14 msgid "Log level" @@ -1590,10 +1590,11 @@ msgstr "Monitoramento no modo detalhado" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." msgstr "" -"Quando um host não responder a esta quantidade seguida de pacotes, resolva " -"novamente o nome do host no DNS. É útil para DNS com hosts dinâmicos." +"Quando um host não tiver respondido com esta quantidade seguida de pacotes, " +"resolva novamente o nome do host no DNS. Útil para hosts DNS dinâmicos. O " +"padrão é -1 = desativado." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 msgid "When none selected, all disks will be monitored." @@ -1691,6 +1692,14 @@ msgstr[1] "%d portas remotas" msgid "reduces rrd size" msgstr "reduzir o tamanho do rrd" +#~ msgid "" +#~ "When a host has not replied to this number of packets in a row, re-" +#~ "resolve the hostname in DNS. Useful for dynamic DNS hosts." +#~ msgstr "" +#~ "Quando um host não responder a esta quantidade seguida de pacotes, " +#~ "resolva novamente o nome do host no DNS. É útil para DNS com hosts " +#~ "dinâmicos." + #~ msgid "Cache flush interval" #~ msgstr "Intervalo de limpeza do cache" diff --git a/applications/luci-app-statistics/po/ro/statistics.po b/applications/luci-app-statistics/po/ro/statistics.po index 92b00a1952..02e7ec02d0 100644 --- a/applications/luci-app-statistics/po/ro/statistics.po +++ b/applications/luci-app-statistics/po/ro/statistics.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2021-11-30 13:10+0000\n" +"PO-Revision-Date: 2022-01-27 19:54+0000\n" "Last-Translator: Simona Iacob <s@zp1.net>\n" "Language-Team: Romanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsstatistics/ro/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " "20)) ? 1 : 2;\n" -"X-Generator: Weblate 4.10-dev\n" +"X-Generator: Weblate 4.11-dev\n" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/apcups.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2 @@ -114,7 +114,7 @@ msgstr "Stocarea în memoria cache a datelor colectate pentru" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:99 msgid "Chain" -msgstr "Lanț" +msgstr "Legătură" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:19 msgid "Change the ownership of the socket file to the specified group." @@ -232,7 +232,7 @@ msgstr "Monitorizarea detaliată a frecvenței CPU activată" #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dhcpleases.json:2 msgid "Dhcpleases" -msgstr "Dhcpleases" +msgstr "Alocări DHCP" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:65 msgid "Directory for collectd plugins" @@ -258,11 +258,11 @@ msgstr "Utilizarea discului" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221 msgid "Display Host »" -msgstr "" +msgstr "Afișează gazda »" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229 msgid "Display timespan »" -msgstr "Afișați intervalul de timp \"" +msgstr "Afișează intervalul de timp »" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204 msgid "Do not refresh" @@ -361,31 +361,31 @@ msgstr "Executabil" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:7 msgid "Exec Plugin Configuration" -msgstr "" +msgstr "Configurarea Plugin-ului Exec" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:67 msgid "Expecting decimal value lower than one" -msgstr "" +msgstr "Așteptarea unei valori zecimale mai mici decât unu" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:33 msgid "Expecting permssions in octal notation" -msgstr "" +msgstr "Așteptarea permisiunilor în notație octală" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:49 msgid "Expecting valid time range" -msgstr "" +msgstr "Așteptarea unui interval de timp valid" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:15 msgid "Extra items" -msgstr "" +msgstr "Articole suplimentare" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:14 msgid "Fetch pages" -msgstr "" +msgstr "Preluare pagini" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:36 msgid "Filter class monitoring" -msgstr "" +msgstr "Monitorizarea clasei de filtrare" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/iptables.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2 @@ -394,36 +394,38 @@ msgstr "Firewall" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/ip6tables.js:7 msgid "Firewall (IPv6)" -msgstr "" +msgstr "Firewall (IPv6)" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:90 msgid "Flush cache after" -msgstr "" +msgstr "Ștergeți memoria cache după" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:25 msgid "Forwarding between listen and server addresses" -msgstr "" +msgstr "Redirecționarea între adresele de ascultare și cele de server" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:92 msgid "" "Free space, reserved space and used space is reported as relative values" msgstr "" +"Spațiul liber, spațiul rezervat și spațiul utilizat sunt raportate ca valori " +"relative" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:21 msgid "Gather compression statistics" -msgstr "" +msgstr "Adunați statisticile de compresie" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:86 msgid "General plugins" -msgstr "" +msgstr "Plugin-uri generale" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:15 msgid "Generate a separate graph for each logged user" -msgstr "" +msgstr "Generați un grafic separat pentru fiecare utilizator logat" #: applications/luci-app-statistics/root/usr/share/rpcd/acl.d/luci-app-statistics.json:3 msgid "Grant access to statistics resources" -msgstr "" +msgstr "Acordarea accesului la resursele statistice" #: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:15 msgid "Graphs" @@ -439,6 +441,8 @@ msgid "" "Here you can define external commands which will be started by collectd in " "order to read certain values. The values will be read from stdout." msgstr "" +"Aici puteți defini comenzi externe care vor fi lansate de collectd pentru a " +"citi anumite valori. Valorile vor fi citite din stdout." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:37 msgid "" @@ -446,12 +450,17 @@ msgid "" "certain threshold values have been reached. The values leading to invocation " "will be fed to the the called programs stdin." msgstr "" +"Aici puteți defini comenzi externe care vor fi lansate de collectd atunci " +"când sunt atinse anumite valori de prag. Valorile care conduc la invocare " +"vor fi transmise în stdin-ul programelor apelate." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:21 msgid "" "Here you can define various criteria by which the monitored iptables rules " "are selected." msgstr "" +"Aici puteți defini diverse criterii în funcție de care sunt selectate " +"regulile iptables monitorizate." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:14 msgid "Host" @@ -459,7 +468,7 @@ msgstr "Gazdă" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:14 msgid "Host running chrony" -msgstr "" +msgstr "Gazda care rulează crony" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:51 msgid "Hostname" @@ -467,36 +476,36 @@ msgstr "Numele gazdei ( hostname )" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:15 msgid "IP or hostname where to get the txtinfo output from" -msgstr "" +msgstr "IP sau numele de gazdă de unde se obține rezultatul txtinfo" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/ipstatistics.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ipstatistics.json:2 msgid "IP-Statistics" -msgstr "" +msgstr "Statistici IP" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ipstatistics.js:7 msgid "IP-Statistics Plugin Configuration" -msgstr "" +msgstr "Configurarea plugin-ului IP-Statistics" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ipstatistics.js:11 msgid "IPv4/IPv6 Statistics monitoring enabled" -msgstr "" +msgstr "Monitorizarea statisticilor IPv4/IPv6 activată" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:7 msgid "IRQ Plugin Configuration" -msgstr "" +msgstr "Configurație IRQ Plugin" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:22 msgid "Ignore source addresses" -msgstr "" +msgstr "Ignoră adresele sursă" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:70 msgid "Instance name" -msgstr "" +msgstr "Numele instanței" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:7 msgid "Interface Plugin Configuration" -msgstr "" +msgstr "Configurarea plugin-ului de interfață" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/interface.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2 @@ -514,11 +523,12 @@ msgstr "Interval pentru ping" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:8 msgid "Iptables Plugin Configuration" -msgstr "" +msgstr "Configurarea plugin-ului iptables" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:15 msgid "Leave unselected to automatically determine interfaces to monitor." msgstr "" +"Lăsați neselectat pentru a determina automat interfețele de monitorizat." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:39 msgid "" @@ -526,10 +536,13 @@ msgid "" "Allowed timespan types: min, h, hour(s), d, day(s), w, week(s), m, month(s), " "y, year(s)" msgstr "" +"Lista intervalelor de timp care urmează să fie stocate în baza de date RRD. " +"De exemplu, \"1hour 1day 14day\". Tipuri de intervale de timp permise: min, " +"h, oră(e), d, zi(le), w, săptămână(i), m, lună(i), y, an(i)" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:40 msgid "Listen host" -msgstr "" +msgstr "Ascultați gazda" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:44 msgid "Listen port" @@ -537,20 +550,20 @@ msgstr "Port de ascultare" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:32 msgid "Listener interfaces" -msgstr "" +msgstr "Interfețe de ascultare" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/load.js:6 msgid "Load Plugin Configuration" -msgstr "" +msgstr "Încărcați configurația plugin-ului" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/load.js:10 msgid "Load monitoring enabled" -msgstr "" +msgstr "Monitorizarea sarcinii activată" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117 msgid "Loading data…" -msgstr "" +msgstr "Încărcare date…" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:14 msgid "Log level" @@ -558,42 +571,44 @@ msgstr "Nivel de jurnal" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:20 msgid "Match IPv4 iptables rules" -msgstr "" +msgstr "Potriviți regulile IPv4 iptables" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:20 msgid "Match IPv6 iptables rules" -msgstr "" +msgstr "Potriviți regulile IPv6 iptables" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:35 msgid "" "Max values for a period can be used instead of averages when not using 'only " "average RRAs'" msgstr "" +"Valorile maxime pentru o perioadă pot fi utilizate în locul mediilor atunci " +"când nu se utilizează 'numai RRA medii'" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:36 msgid "Maximum Missed Packets" -msgstr "" +msgstr "Numărul maxim de pachete pierdute" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:38 msgid "Maximum allowed connections" -msgstr "" +msgstr "Numărul maxim de conexiuni permise" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:20 msgid "Maximum packet size" -msgstr "" +msgstr "Dimensiunea maximă a pachetului" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/memory.js:10 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2 msgid "Memory" -msgstr "" +msgstr "Memorie" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:6 msgid "Memory Plugin Configuration" -msgstr "" +msgstr "Configurarea plugin-ului de memorie" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:23 msgid "Memory monitoring enabled" -msgstr "" +msgstr "Monitorizarea memoriei activată" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:89 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:32 @@ -605,35 +620,36 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:21 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:34 msgid "Monitor all except specified" -msgstr "" +msgstr "Monitorizarea tuturor, cu excepția celor specificate" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:14 msgid "Monitor all local listen ports" -msgstr "" +msgstr "Monitorizarea tuturor porturilor de ascultare locale" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:15 msgid "Monitor device(s) / thermal zone(s)" msgstr "" +"Monitorizarea dispozitivului (dispozitivelor) / zonei (zonelor) termice" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:15 msgid "Monitor devices" -msgstr "" +msgstr "Monitorizarea dispozitivelor" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:15 msgid "Monitor disks and partitions" -msgstr "" +msgstr "Monitorizarea discurilor și a partițiilor" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:59 msgid "Monitor filesystem types" -msgstr "" +msgstr "Monitorizarea tipurilor de sisteme de fișiere" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:14 msgid "Monitor host" -msgstr "" +msgstr "Monitorizarea gazdei" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:14 msgid "Monitor hosts" -msgstr "" +msgstr "Monitorizați gazdele" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:15 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:15 @@ -643,61 +659,61 @@ msgstr "Monitorizarea interfețelor" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:15 msgid "Monitor interrupts" -msgstr "" +msgstr "Monitorizarea întreruperilor" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:19 msgid "Monitor local ports" -msgstr "" +msgstr "Monitorizarea porturilor locale" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:37 msgid "Monitor mount points" -msgstr "" +msgstr "Monitorizarea punctelor de montare" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js:14 msgid "Monitor processes" -msgstr "" +msgstr "Monitorizarea proceselor" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:25 msgid "Monitor remote ports" -msgstr "" +msgstr "Monitorizarea porturilor la distanță" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:38 msgid "Monitoring %s and %s" -msgstr "" +msgstr "Monitorizarea %s și %s" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:106 msgid "Monitoring %s, %s, %s" -msgstr "" +msgstr "Monitorizare %s, %s, %s" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26 msgid "Monitoring APC UPS at host %s, port %d" -msgstr "" +msgstr "Monitorizarea APC UPS la gazdă %s, port %d" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19 msgid "Monitoring DHCP leases enabled" -msgstr "" +msgstr "Monitorizarea contractelor de închiriere DHCP activată" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:32 msgid "Monitoring DNS queries on all interfaces" -msgstr "" +msgstr "Monitorizarea interogărilor DNS pe toate interfețele" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:34 msgid "Monitoring DNS queries on one interface" msgid_plural "Monitoring DNS queries on %d interfaces" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "Monitorizarea interogărilor DNS pe o interfață" +msgstr[1] "Monitorizarea interogărilor DNS pe %d interfețe" +msgstr[2] "Monitorizarea interogărilor DNS pe %d de interfețe" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:44 msgid "Monitoring OLSRd status at %s:%d" -msgstr "" +msgstr "Monitorizarea stării OLSRd la %s:%d" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:43 msgid "Monitoring all but one disk" msgid_plural "Monitoring all but %d disks" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "Monitorizarea tuturor discurilor, cu excepția unuia" +msgstr[1] "Monitorizarea tuturor discurilor, cu excepția a %d discuri" +msgstr[2] "Monitorizarea tuturor discurilor, cu excepția a %d de discuri" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:32 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:36 @@ -705,90 +721,90 @@ msgstr[2] "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:33 msgid "Monitoring all but one interface" msgid_plural "Monitoring all but %d interfaces" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "Monitorizarea tuturor interfețelor, cu excepția uneia" +msgstr[1] "Monitorizarea tuturor interfețelor, cu excepția a %d" +msgstr[2] "Monitorizarea tuturor interfețelor, cu excepția a %d" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:56 msgid "Monitoring all but one interrupt" msgid_plural "Monitoring all but %d interrupts" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "Monitorizarea tuturor întreruperilor, cu excepția uneia" +msgstr[1] "Monitorizarea tuturor întreruperilor, cu excepția a %d" +msgstr[2] "Monitorizarea tuturor întreruperilor, cu excepția a %d" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:56 msgid "Monitoring all but one sensor" msgid_plural "Monitoring all but %d sensors" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "Monitorizarea tuturor senzorilor, cu excepția unuia" +msgstr[1] "Monitorizarea tuturor senzorilor, cu excepția a %d" +msgstr[2] "Monitorizarea tuturor senzorilor, cu excepția a %d" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:41 msgid "Monitoring all disks" -msgstr "" +msgstr "Monitorizarea tuturor discurilor" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:106 msgid "Monitoring all except %s, %s, %s" -msgstr "" +msgstr "Monitorizarea tuturor, cu excepția %s, %s, %s" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:30 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:34 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:52 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:31 msgid "Monitoring all interfaces" -msgstr "" +msgstr "Monitorizarea tuturor interfețelor" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:54 msgid "Monitoring all interrupts" -msgstr "" +msgstr "Monitorizarea tuturor întreruperilor" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:104 msgid "Monitoring all partitions" -msgstr "" +msgstr "Monitorizarea tuturor partițiilor" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:60 msgid "Monitoring all sensors" -msgstr "" +msgstr "Monitorizarea tuturor senzorilor" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:50 msgid "Monitoring all thermal zones" -msgstr "" +msgstr "Monitorizarea tuturor zonelor termice" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:46 msgid "Monitoring all thermal zones except %s" -msgstr "" +msgstr "Monitorizarea tuturor zonelor termice, cu excepția %s" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:36 msgid "Monitoring local listen ports" -msgstr "" +msgstr "Monitorizarea porturilor de ascultare locale" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:44 msgid "Monitoring one OpenVPN instance" msgid_plural "Monitoring %d OpenVPN instances" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "Monitorizarea unei instanțe OpenVPN" +msgstr[1] "Monitorizarea a %d de instanțe OpenVPN" +msgstr[2] "Monitorizarea a %d instanțe OpenVPN" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:21 msgid "Monitoring one UPS" msgid_plural "Monitoring %d UPSes" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "Monitorizarea unui UPS" +msgstr[1] "Monitorizarea a %d UPS-uri" +msgstr[2] "Monitorizarea a %d de UPS-uri" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:45 msgid "Monitoring one disk" msgid_plural "Monitoring %d disks" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "Monitorizarea unui disc" +msgstr[1] "Monitorizarea %d discuri" +msgstr[2] "Monitorizarea %d de discuri" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:48 msgid "Monitoring one host" msgid_plural "Monitoring %d hosts" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "Monitorizarea unei singure gazde" +msgstr[1] "Monitorizarea a %d gazde" +msgstr[2] "Monitorizarea a %d de gazde" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:34 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:38 @@ -796,42 +812,42 @@ msgstr[2] "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:35 msgid "Monitoring one interface" msgid_plural "Monitoring %d interfaces" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "Monitorizarea unei interfețe" +msgstr[1] "Monitorizarea a %d interfețe" +msgstr[2] "Monitorizarea a %d de interfețe" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:58 msgid "Monitoring one interrupt" msgid_plural "Monitoring %d interrupts" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "Monitorizarea unei întreruperi" +msgstr[1] "Monitorizarea a %d întreruperi" +msgstr[2] "Monitorizarea a %d de întreruperi" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js:23 msgid "Monitoring one process" msgid_plural "Monitoring %d processes" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "Monitorizarea unui proces" +msgstr[1] "Monitorizarea a %d procese" +msgstr[2] "Monitorizarea a %d de procese" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:58 msgid "Monitoring one sensor" msgid_plural "Monitoring %d sensors" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "Monitorizarea unui senzor" +msgstr[1] "Monitorizarea a %d senzori" +msgstr[2] "Monitorizarea a %d de senzori" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/splash_leases.js:10 msgid "Monitoring splash leases" -msgstr "" +msgstr "Monitorizarea contractelor de leasing de tip splash" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:47 msgid "Monitoring thermal zones %s" -msgstr "" +msgstr "Monitorizarea zonelor termice %s" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:16 msgid "More details about frequency usage and transitions" -msgstr "" +msgstr "Mai multe detalii despre utilizarea frecvențelor și tranziții" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:25 msgid "Name" @@ -844,7 +860,7 @@ msgstr "Legatura de retea" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:7 msgid "Netlink Plugin Configuration" -msgstr "" +msgstr "Configurarea Plugin-ului Netlink" #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2 msgid "Network" @@ -852,11 +868,11 @@ msgstr "Rețea" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:6 msgid "Network Plugin Configuration" -msgstr "" +msgstr "Configurarea plugin-ului de rețea" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:69 msgid "Network communication enabled" -msgstr "" +msgstr "Comunicarea în rețea activată" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:87 msgid "Network plugins" @@ -864,17 +880,20 @@ msgstr "Pluginuri de retea" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178 msgid "No RRD data found" -msgstr "" +msgstr "Nu s-au găsit date RRD" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:15 msgid "" "Note: as pages are rendered by user 'nobody', the *.rrd files, the storage " "directory and all its parent directories need to be world readable." msgstr "" +"Notă: deoarece paginile sunt redate de către utilizatorul \"nobody\", " +"fișierele *.rrd, directorul de stocare și toate directoarele părinte trebuie " +"să fie ușor de citit." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:23 msgid "Notify level" -msgstr "" +msgstr "Nivelul de notificare" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:77 msgid "Number of threads for data collection" @@ -883,15 +902,15 @@ msgstr "Numarul de threaduri pentru colectarea datelor" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/olsrd.js:10 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2 msgid "OLSRd" -msgstr "" +msgstr "OLSRd" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:6 msgid "OLSRd Plugin Configuration" -msgstr "" +msgstr "Configurarea plugin-ului OLSRd" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:29 msgid "Only create average RRAs" -msgstr "" +msgstr "Creează doar RRA medii" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/openvpn.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2 @@ -900,11 +919,11 @@ msgstr "OpenVPN" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:7 msgid "OpenVPN Plugin Configuration" -msgstr "" +msgstr "Configurarea plugin-ului OpenVPN" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:27 msgid "OpenVPN status files" -msgstr "" +msgstr "Fișiere de stare OpenVPN" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:88 msgid "Output plugins" @@ -916,7 +935,7 @@ msgstr "Prezentare generală" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:18 msgid "Percent values" -msgstr "" +msgstr "Valori procentuale" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/ping.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2 @@ -925,11 +944,11 @@ msgstr "Ping" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:6 msgid "Ping Plugin Configuration" -msgstr "" +msgstr "Configurarea Plugin-ului Ping" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:136 msgid "Plugin is disabled" -msgstr "" +msgstr "Plugin-ul este dezactivat" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:18 msgid "Port" @@ -937,15 +956,16 @@ msgstr "Port" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:19 msgid "Port for apcupsd communication" -msgstr "" +msgstr "Port pentru comunicarea apcupsd" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:20 msgid "Port for chronyd" -msgstr "" +msgstr "Port pentru chronyd" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:15 msgid "Possibly bug in collectd. Only 127.0.0.1 and localhost work" msgstr "" +"Posibil să fie o eroare în collectd. Doar 127.0.0.1 și localhost funcționează" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/processes.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2 @@ -954,7 +974,7 @@ msgstr "Procese" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js:6 msgid "Processes Plugin Configuration" -msgstr "" +msgstr "Procese Configurare Plugin" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/cpu.js:8 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2 @@ -963,19 +983,19 @@ msgstr "Procesor" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:26 msgid "Qdisc monitoring" -msgstr "" +msgstr "Monitorizarea Qdisc" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:57 msgid "RRD XFiles Factor" -msgstr "" +msgstr "Factorul RRD XFiles" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:24 msgid "RRD heart beat interval" -msgstr "" +msgstr "Intervalul bătăilor inimii RRD" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:19 msgid "RRD step interval" -msgstr "" +msgstr "Intervalul pasului RRD" #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2 msgid "RRDTool" @@ -983,52 +1003,52 @@ msgstr "InstrumentulRRD" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:6 msgid "RRDTool Plugin Configuration" -msgstr "" +msgstr "Configurarea plugin-ului RRDTool Plugin" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:27 msgid "Report also the value for the idle metric" -msgstr "" +msgstr "Raportează, de asemenea, valoarea pentru metrica de inactivitate" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:14 msgid "Report by CPU" -msgstr "" +msgstr "Raport realizat de CPU" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:20 msgid "Report by state" -msgstr "" +msgstr "Raport pe stat" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:32 msgid "Report in percent" -msgstr "" +msgstr "Raport în procente" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:52 msgid "Rows per RRA" -msgstr "" +msgstr "Rânduri pe RAR" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:161 msgid "Rule monitoring enabled" -msgstr "" +msgstr "Monitorizarea regulilor activată" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/snmp6.js:7 msgid "SNMP6" -msgstr "" +msgstr "SNMP6" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:7 msgid "SNMP6 Plugin Configuration" -msgstr "" +msgstr "Configurarea plugin-ului SNMP6" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/sqm.js:7 msgid "SQM" -msgstr "" +msgstr "SQM" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/sqmcake.js:7 msgid "SQM-Cake" -msgstr "" +msgstr "SQM-Cake" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:24 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:44 msgid "Script" -msgstr "" +msgstr "Scenariu" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:74 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:25 @@ -1042,112 +1062,112 @@ msgstr "Secunde" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:23 msgid "Sensor list" -msgstr "" +msgstr "Lista de senzori" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/sensors.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2 msgid "Sensors" -msgstr "" +msgstr "Senzori" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:15 msgid "Sensors Plugin Configuration" -msgstr "" +msgstr "Configurarea Plugin-ului senzorilor" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:58 msgid "Server host" -msgstr "" +msgstr "Gazda serverului" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:50 msgid "Server interfaces" -msgstr "" +msgstr "Interfețe server" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:62 msgid "Server port" -msgstr "" +msgstr "Port de server" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:20 msgid "Set the maximum size for datagrams sent over the network" -msgstr "" +msgstr "Stabiliți dimensiunea maximă pentru datagramele trimise prin rețea" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:14 msgid "Sets the syslog log-level." -msgstr "" +msgstr "Stabilește nivelul jurnalului syslog." #: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:24 msgid "Setup" -msgstr "" +msgstr "Configurare" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 msgid "Setup collectd" -msgstr "" +msgstr "Configurați collectd" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 msgid "Shaping class monitoring" -msgstr "" +msgstr "Monitorizarea clasei de modelare" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:26 msgid "Show Idle state" -msgstr "" +msgstr "Afișați starea de inactivitate" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:34 msgid "Show max values instead of averages" -msgstr "" +msgstr "Afișați valorile maxime în locul mediilor" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:23 msgid "Simple CPU frequency monitoring enabled" -msgstr "" +msgstr "Monitorizarea simplă a frecvenței CPU activată" #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/snmp6.json:2 msgid "Snmp6" -msgstr "" +msgstr "Snmp6" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:34 msgid "Socket %s active" -msgstr "" +msgstr "Socket %s activ" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:15 msgid "Socket file" -msgstr "" +msgstr "Fișier Socket" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:19 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:19 msgid "Socket group" -msgstr "" +msgstr "Grup de prize" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:15 msgid "Socket path" -msgstr "" +msgstr "Calea de conectare" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:24 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:25 msgid "Socket permissions" -msgstr "" +msgstr "Permisiuni Socket" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:22 msgid "Specifies what information to collect about links." -msgstr "" +msgstr "Specifică ce informații trebuie colectate despre legături." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:29 msgid "Specifies what information to collect about routes." -msgstr "" +msgstr "Specifică ce informații se colectează despre rute." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:36 msgid "Specifies what information to collect about the global topology." -msgstr "" +msgstr "Specifică ce informații se colectează despre topologia globală." #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/splash_leases.js:10 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2 msgid "Splash Leases" -msgstr "" +msgstr "Splash Leasing" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/splash_leases.js:6 msgid "Splash Leases Plugin Configuration" -msgstr "" +msgstr "Configurarea Plugin-ului Splash Leasing" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213 #: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3 msgid "Statistics" -msgstr "" +msgstr "Statistici" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:127 msgid "Status" @@ -1155,35 +1175,35 @@ msgstr "Stare" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:14 msgid "Storage directory" -msgstr "" +msgstr "Director de stocare" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/csv.js:14 msgid "Storage directory for the csv files" -msgstr "" +msgstr "Director de stocare pentru fișierele csv" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/csv.js:18 msgid "Store data values as rates instead of absolute values" -msgstr "" +msgstr "Stocarea valorilor datelor ca rate în loc de valori absolute" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:38 msgid "Stored timespans" -msgstr "" +msgstr "Perioade de timp stocate" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/csv.js:24 msgid "Storing CSV data in %s" -msgstr "" +msgstr "Stocarea datelor CSV în %s" #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/syslog.json:2 msgid "Syslog" -msgstr "" +msgstr "Jurnalul Sistemului" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:6 msgid "Syslog Plugin Configuration" -msgstr "" +msgstr "Configurarea plugin-ului Syslog" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:32 msgid "Syslog enabled" -msgstr "" +msgstr "Syslog activat" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/load.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2 @@ -1197,63 +1217,73 @@ msgstr "Conexiuni TCP" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:6 msgid "TCPConns Plugin Configuration" -msgstr "" +msgstr "Configurarea Plugin-ului TCPConns" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:15 msgid "TTL for network packets" -msgstr "" +msgstr "TTL pentru pachetele de rețea" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:26 msgid "TTL for ping packets" -msgstr "" +msgstr "TTL pentru pachetele ping" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:85 msgid "Table" -msgstr "" +msgstr "Tabelul" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:7 msgid "The APCUPS plugin collects statistics about the APC UPS." -msgstr "" +msgstr "Plugin-ul APCUPS colectează statistici despre UPS-ul APC." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:7 msgid "The NUT plugin reads information about Uninterruptible Power Supplies." msgstr "" +"Plugin-ul NUT citește informații despre sursele de alimentare " +"neîntreruptibile." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:7 msgid "" "The OLSRd plugin reads information about meshed networks from the txtinfo " "plugin of OLSRd." msgstr "" +"Plugin-ul OLSRd citește informații despre rețelele cu ochiuri de plasă din " +"pluginul txtinfo al OLSRd." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:8 msgid "" "The OpenVPN plugin gathers information about the current vpn connection " "status." msgstr "" +"Plugin-ul OpenVPN colectează informații despre starea curentă a conexiunii " +"VPN." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:7 msgid "" "The SysLog plugin receives log messages from the daemon and dispatches them " "to syslog." msgstr "" +"Plugin-ul SysLog primește mesaje de jurnal de la daemon și le expediază " +"către syslog." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:132 msgid "The chain name must not contain spaces" -msgstr "" +msgstr "Numele lanțului nu trebuie să conțină spații" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:7 msgid "The chrony plugin will monitor chrony NTP server statistics" -msgstr "" +msgstr "Plugin-ul chrony va monitoriza statisticile serverului NTP chrony" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:153 msgid "The comment to match must not contain spaces" -msgstr "" +msgstr "Comentariul care se potrivește nu trebuie să conțină spații" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/conntrack.js:7 msgid "" "The conntrack plugin collects statistics about the number of tracked " "connections." msgstr "" +"Plugin-ul conntrack colectează statistici cu privire la numărul de conexiuni " +"urmărite." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:7 msgid "The cpu plugin collects basic statistics about the processor usage." @@ -1266,28 +1296,38 @@ msgid "" "The csv plugin stores collected data in csv file format for further " "processing by external programs." msgstr "" +"Plugin-ul csv stochează datele colectate în format de fișier csv pentru " +"procesarea ulterioară de către programe externe." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:8 msgid "" "The df plugin collects statistics about the disk space usage on different " "devices, mount points or filesystem types." msgstr "" +"Plugin-ul df colectează statistici despre utilizarea spațiului pe disc pe " +"diferite dispozitive, puncte de montare sau tipuri de sisteme de fișiere." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:7 msgid "The dhcpleases plugin collects information about assigned DHCP leases." msgstr "" +"Plugin-ul dhcpleases colectează informații despre contractele de închiriere " +"DHCP atribuite." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:8 msgid "" "The disk plugin collects detailed usage statistics for selected partitions " "or whole disks." msgstr "" +"Plugin-ul pentru discuri colectează statistici detaliate de utilizare pentru " +"partițiile selectate sau pentru discurile întregi." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:8 msgid "" "The dns plugin collects detailed statistics about dns related traffic on " "selected interfaces." msgstr "" +"Plugin-ul dns colectează statistici detaliate despre traficul legat de dns " +"pe interfețele selectate." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:8 msgid "" @@ -1296,62 +1336,88 @@ msgid "" "to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can " "be used in other ways as well." msgstr "" +"Plugin-ul de e-mail creează un socket unix care poate fi folosit pentru a " +"transmite statisticile de e-mail către un daemon collectd care rulează. " +"Acest plugin este destinat în primul rând pentru a fi utilizat împreună cu " +"Mail::SpamAssasin::Plugin::Collectd, dar poate fi utilizat și în alte moduri." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/entropy.js:7 msgid "The entropy plugin collects statistics about the available entropy." msgstr "" +"Plugin-ul de entropie colectează statistici cu privire la entropia " +"disponibilă." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:8 msgid "" "The exec plugin starts external commands to read values from or to notify " "external processes when certain threshold values have been reached." msgstr "" +"Plugin-ul exec pornește comenzi externe pentru a citi valori de la procese " +"externe sau pentru a notifica procesele externe atunci când anumite valori " +"de prag au fost atinse." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:80 msgid "The instance name must not contain spaces" -msgstr "" +msgstr "Numele instanței nu trebuie să conțină spații" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:8 msgid "" "The interface plugin collects traffic statistics on selected interfaces." msgstr "" +"Plugin-ul de interfață colectează statistici de trafic pe interfețele " +"selectate." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ipstatistics.js:8 msgid "" "The ipstatistics plugin collects IPv4 and IPv6 statistics to compare them." msgstr "" +"Plugin-ul ipstatistics colectează statistici IPv4 și IPv6 pentru a le " +"compara." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:9 msgid "" "The iptables plugin will monitor selected firewall rules and collect " "information about processed bytes and packets per rule." msgstr "" +"Plugin-ul iptables va monitoriza regulile de firewall selectate și va " +"colecta informații despre octeții și pachetele procesate pentru fiecare " +"regulă." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:8 msgid "" "The irq plugin will monitor the rate of issues per second for each selected " "interrupt. If no interrupt is selected then all interrupts are monitored." msgstr "" +"Plugin-ul irq va monitoriza rata de emitere pe secundă pentru fiecare " +"întrerupere selectată. Dacă nu este selectată nicio întrerupere, atunci sunt " +"monitorizate toate întreruperile." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:8 msgid "" "The iwinfo plugin collects statistics about wireless signal strength, noise " "and quality." msgstr "" +"Plugin-ul iwinfo colectează statistici despre puterea, zgomotul și calitatea " +"semnalului wireless." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/load.js:7 msgid "The load plugin collects statistics about the general system load." msgstr "" +"Plugin-ul de încărcare colectează statistici despre încărcarea generală a " +"sistemului." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:7 msgid "The memory plugin collects statistics about the memory usage." msgstr "" +"Plugin-ul de memorie colectează statistici cu privire la utilizarea memoriei." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:8 msgid "" "The netlink plugin collects extended information like qdisc-, class- and " "filter-statistics for selected interfaces." msgstr "" +"Plugin-ul netlink colectează informații extinse, cum ar fi qdisc-, class- și " +"filter-statistics pentru interfețele selectate." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:7 msgid "" @@ -1360,18 +1426,27 @@ msgid "" "client mode locally collected data is transferred to a collectd server " "instance, in server mode the local instance receives data from other hosts." msgstr "" +"Plugin-ul de rețea asigură comunicarea bazată pe rețea între diferite " +"instanțe collectd. Collectd poate funcționa atât în modul client, cât și în " +"modul server. În modul client, datele colectate la nivel local sunt " +"transferate către o instanță de server collectd, iar în modul server, " +"instanța locală primește date de la alte gazde." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:7 msgid "" "The ping plugin will send icmp echo replies to selected hosts and measure " "the roundtrip time for each host." msgstr "" +"Plugin-ul ping va trimite răspunsuri de tip icmp echo către gazdele " +"selectate și va măsura timpul de călătorie dus-întors pentru fiecare gazdă." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js:7 msgid "" "The processes plugin collects information like cpu time, page faults and " "memory usage of selected processes." msgstr "" +"Plugin-ul pentru procese colectează informații cum ar fi timpul de " +"procesare, erori de pagină și utilizarea memoriei pentru procesele selectate." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:7 msgid "" @@ -1380,28 +1455,39 @@ msgid "" "values will result in a very high memory consumption in the temporary " "directory. This can render the device unusable!</strong>" msgstr "" +"Plugin-ul rrdtool stochează datele colectate în fișiere de baze de date rrd, " +"baza diagramelor.<br /><br /><strong>Atenție: Setarea unor valori greșite va " +"duce la un consum foarte mare de memorie în directorul temporar. Acest lucru " +"poate face ca dispozitivul să devină inutilizabil!</strong>" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:16 msgid "" "The sensors plugin uses the Linux Sensors framework to gather environmental " "statistics." msgstr "" +"Plugin-ul de senzori utilizează cadrul Linux Sensors pentru a colecta " +"statistici de mediu." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:8 msgid "The snmp6 plugin collects IPv6 statistics for selected interfaces." msgstr "" +"Plugin-ul snmp6 colectează statistici IPv6 pentru interfețele selectate." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/splash_leases.js:7 msgid "" "The splash leases plugin uses libuci to collect statistics about splash " "leases." msgstr "" +"Plugin-ul splash leases utilizează libuci pentru a colecta statistici despre " +"splash leases." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:7 msgid "" "The tcpconns plugin collects information about open tcp connections on " "selected ports." msgstr "" +"Plugin-ul tcpconns colectează informații despre conexiunile tcp deschise pe " +"porturile selectate." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:8 msgid "" @@ -1409,52 +1495,66 @@ msgid "" "read from /sys/class/thermal/*/temp ( '*' denotes the thermal device to be " "read, e.g. thermal_zone1 )" msgstr "" +"Conectorul termic va monitoriza temperatura sistemului. Datele sunt citite " +"de obicei din /sys/class/thermal/*/temp (\"*\" indică dispozitivul termic " +"care trebuie citit, de exemplu, thermal_zone1)" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:8 msgid "" "The unixsock plugin creates a unix socket which can be used to read " "collected data from a running collectd instance." msgstr "" +"Plugin-ul unixsock creează un socket unix care poate fi utilizat pentru a " +"citi datele colectate de la o instanță collectd care rulează." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/uptime.js:7 msgid "The uptime plugin collects statistics about the uptime of the system." msgstr "" +"Plugin-ul uptime colectează statistici despre timpul de funcționare a " +"sistemului." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179 msgid "There is no RRD data available yet to render graphs." -msgstr "" +msgstr "Nu există încă date RRD disponibile pentru a realiza grafice." #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/thermal.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2 msgid "Thermal" -msgstr "" +msgstr "Termal" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:7 msgid "Thermal Plugin Configuration" -msgstr "" +msgstr "Configurarea Plugin-ului termal" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/contextswitch.js:7 msgid "This plugin collects statistics about the processor context switches." msgstr "" +"Acest plugin colectează statistici despre schimbările de context ale " +"procesorului." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:7 msgid "This plugin collects statistics about the processor frequency scaling." msgstr "" +"Acest plugin colectează statistici despre scalarea frecvenței procesorului." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:33 msgid "" "This section defines on which interfaces collectd will wait for incoming " "connections." msgstr "" +"Această secțiune definește pe ce interfețe collectd va aștepta conexiunile " +"primite." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:51 msgid "" "This section defines to which servers the locally collected data is sent to." msgstr "" +"Această secțiune definește către ce servere sunt trimise datele colectate la " +"nivel local." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:25 msgid "Timeout for polling chrony" -msgstr "" +msgstr "Timpul de așteptare pentru polling crony" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:80 msgid "Try to lookup fully qualified hostname" @@ -1468,15 +1568,15 @@ msgstr "UPS" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:6 msgid "UPS Plugin Configuration" -msgstr "" +msgstr "Configurație UPS Plugin" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:14 msgid "UPS name in NUT ups@host format" -msgstr "" +msgstr "Numele UPS în format NUT ups@host" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:27 msgid "URL" -msgstr "" +msgstr "URL" #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2 msgid "UnixSock" @@ -1484,7 +1584,7 @@ msgstr "UnixSock" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:7 msgid "Unixsock Plugin Configuration" -msgstr "" +msgstr "Configurarea Plugin-ului Unixsock" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/uptime.js:15 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2 @@ -1493,15 +1593,15 @@ msgstr "Timp de funcționare" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/uptime.js:6 msgid "Uptime Plugin Configuration" -msgstr "" +msgstr "Configurarea Plugin-ului Uptime" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/uptime.js:10 msgid "Uptime monitoring enabled" -msgstr "" +msgstr "Monitorizarea timpului de funcționare activată" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:24 msgid "Use improved naming schema" -msgstr "" +msgstr "Utilizarea unei scheme de denumire îmbunătățite" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:68 msgid "Used PID file" @@ -1514,34 +1614,39 @@ msgstr "Utilizator" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:21 msgid "Verbose monitoring" -msgstr "" +msgstr "Monitorizarea verbală" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." msgstr "" +"Atunci când o gazdă nu a răspuns la acest număr de pachete in mod repetat, " +"reîncercați rezolvarea numelui de gazdă în DNS. Util pentru gazdele DNS " +"dinamice. Valoarea implicită este -1 = dezactivat." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 msgid "When none selected, all disks will be monitored." -msgstr "" +msgstr "Dacă nu este selectat niciunul, toate discurile vor fi monitorizate." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:16 msgid "When none selected, all interfaces will be monitored." -msgstr "" +msgstr "Dacă nu este selectat niciunul, toate interfețele vor fi monitorizate." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:21 msgid "When set to true, reports per-state metric (system, user, idle)" msgstr "" +"Atunci când este setat la true, raportează metrica per stare (sistem, " +"utilizator, inactivitate)" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:14 msgid "When set to true, we request absolute values" -msgstr "" +msgstr "Atunci când este setat la true, se solicită valori absolute" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:33 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:18 msgid "When set to true, we request percentage values" -msgstr "" +msgstr "Atunci când este setat la true, solicităm valori procentuale" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/iwinfo.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2 @@ -1550,30 +1655,32 @@ msgstr "Fără fir" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:7 msgid "Wireless iwinfo Plugin Configuration" -msgstr "" +msgstr "Configurarea plugin-ului iwinfo Wireless" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:97 msgid "Writing *.rrd files to %s" -msgstr "" +msgstr "Scrierea fișierelor *.rrd în %s" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180 msgid "" "You need to configure <em>collectd</em> to gather data into <em>.rrd</em> " "files." msgstr "" +"Trebuie să configurați <em>collectd</em> pentru a aduna date în fișiere <em>." +"rrd</em>." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:31 msgid "cURL plugin enabled" -msgstr "" +msgstr "plugin cURL activat" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/curl.js:10 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2 msgid "cUrl" -msgstr "" +msgstr "cUrl" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:6 msgid "cUrl Plugin Configuration" -msgstr "" +msgstr "Configurarea plugin-ului cUrl" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:139 msgid "none" @@ -1582,41 +1689,48 @@ msgstr "niciunul" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:107 msgid "one device" msgid_plural "%d devices" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "un dispozitiv" +msgstr[1] "%d dispozitive" +msgstr[2] "%d de dispozitive" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:109 msgid "one filesystem type" msgid_plural "%d filesystem types" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "un tip de sistem de fișiere" +msgstr[1] "%d tipuri de sisteme de fișiere" +msgstr[2] "%d tipuri de sisteme de fișiere" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:39 msgid "one local port" msgid_plural "%d local ports" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "un port local" +msgstr[1] "%d porturi locale" +msgstr[2] "%d de porturi locale" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:108 msgid "one mount" msgid_plural "%d mounts" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "un suport" +msgstr[1] "%d suporturi" +msgstr[2] "%d de suporturi" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:40 msgid "one remote port" msgid_plural "%d remote ports" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "un port la distanță" +msgstr[1] "%d porturi la distanță" +msgstr[2] "%d de porturi la distanță" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:29 msgid "reduces rrd size" -msgstr "" +msgstr "reduce dimensiunea rrd" + +#~ msgid "" +#~ "When a host has not replied to this number of packets in a row, re-" +#~ "resolve the hostname in DNS. Useful for dynamic DNS hosts." +#~ msgstr "" +#~ "Atunci când o gazdă nu a răspuns la acest număr de pachete la rând, " +#~ "rerezolvați numele de gazdă în DNS. Util pentru gazdele DNS dinamice." #~ msgid "" #~ "Collectd is a small daemon for collecting data from various sources " diff --git a/applications/luci-app-statistics/po/ru/statistics.po b/applications/luci-app-statistics/po/ru/statistics.po index 8a6b1ecd52..f455bb1358 100644 --- a/applications/luci-app-statistics/po/ru/statistics.po +++ b/applications/luci-app-statistics/po/ru/statistics.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: LuCI: statistics\n" "POT-Creation-Date: 2017-10-17 22:00+0300\n" -"PO-Revision-Date: 2021-10-26 14:59+0000\n" -"Last-Translator: Darin Avdeyeva <yulyablack@inbox.lv>\n" +"PO-Revision-Date: 2022-02-15 13:57+0000\n" +"Last-Translator: Anton Kikin <a.a.kikin@gmail.com>\n" "Language-Team: Russian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsstatistics/ru/>\n" "Language: ru\n" @@ -12,7 +12,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 4.9-dev\n" +"X-Generator: Weblate 4.11-dev\n" "Project-Info: Это технический перевод, не дословный. Главное-удобный русский " "интерфейс, все проверялось в графическом режиме, совместим с другими apps\n" @@ -1588,10 +1588,11 @@ msgstr "Расширенная статистика" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." msgstr "" -"Если хост не ответил на такое количество пакетов подряд, повторно разрешить " -"имя хоста в DNS. Полезно для хостов с динамической DNS." +"Если хост не ответил на указанное количество пакетов подряд, повторно " +"разрешить имя хоста в DNS. Это полезно для хостов с динамическим DNS. По " +"умолчанию -1 = отключено." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 msgid "When none selected, all disks will be monitored." @@ -1693,6 +1694,13 @@ msgstr[2] "%d удалённых портов" msgid "reduces rrd size" msgstr "позволяет уменьшить размер RRD" +#~ msgid "" +#~ "When a host has not replied to this number of packets in a row, re-" +#~ "resolve the hostname in DNS. Useful for dynamic DNS hosts." +#~ msgstr "" +#~ "Если хост не ответил на такое количество пакетов подряд, повторно " +#~ "разрешить имя хоста в DNS. Полезно для хостов с динамической DNS." + #~ msgid "Cache flush interval" #~ msgstr "Интервал сброса кэша" diff --git a/applications/luci-app-statistics/po/sk/statistics.po b/applications/luci-app-statistics/po/sk/statistics.po index f1b378e25d..7ff97163cd 100644 --- a/applications/luci-app-statistics/po/sk/statistics.po +++ b/applications/luci-app-statistics/po/sk/statistics.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2021-06-18 19:32+0000\n" -"Last-Translator: Juraj Šášik <juraj.sasik@gmail.com>\n" +"PO-Revision-Date: 2022-09-19 10:18+0000\n" +"Last-Translator: Jose Riha <jose1711@gmail.com>\n" "Language-Team: Slovak <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsstatistics/sk/>\n" "Language: sk\n" @@ -10,198 +10,199 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Weblate 4.7\n" +"X-Generator: Weblate 4.14.1\n" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/apcups.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2 msgid "APC UPS" -msgstr "" +msgstr "APC UPS" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:6 msgid "APCUPS Plugin Configuration" -msgstr "" +msgstr "Konfigurácia modulu APCUPS" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:14 msgid "Absolute values" -msgstr "" +msgstr "Absolútne hodnoty" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:68 msgid "Add IPv4 rule selector" -msgstr "" +msgstr "Pridať prvok na výber IPv4 pravidla" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:68 msgid "Add IPv6 rule selector" -msgstr "" +msgstr "Pridať prvok na výber IPv6 pravidla" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:16 msgid "Add command for reading values" -msgstr "" +msgstr "Pridať príkaz na čítanie hodnôt" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:36 msgid "Add notification command" -msgstr "" +msgstr "Pridať príkaz pre upozornenie" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:19 msgid "Address family" -msgstr "" +msgstr "Rodina adries" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:18 msgid "Aggregate number of connected users" -msgstr "" +msgstr "Súhrnný počet pripojených používateľov" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237 msgid "Apply interval »" -msgstr "" +msgstr "Použiť interval »" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:47 msgid "Awaiting email input at %s" -msgstr "" +msgstr "Očakávam e-mailový vstup na %s" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:59 msgid "Base Directory" -msgstr "" +msgstr "Základný adresár" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:16 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:16 msgid "Basic monitoring" -msgstr "" +msgstr "Základné sledovanie" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js:25 msgid "Basic process monitoring enabled" -msgstr "" +msgstr "Základné sledovanie procesov zapnuté" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:15 msgid "By setting this, CPU is not aggregate of all processors on the system" msgstr "" +"Zapnutím tejto možnosti nebude CPU súčtom všetkých procesorov na systéme" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/contextswitch.js:6 msgid "CPU Context Switches Plugin Configuration" -msgstr "" +msgstr "Konfigurácia modulu Prepínanie kontextu CPU" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/cpufreq.js:8 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2 msgid "CPU Frequency" -msgstr "" +msgstr "Frekvencia CPU" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:6 msgid "CPU Frequency Plugin Configuration" -msgstr "" +msgstr "Konfigurácia modulu pre frekvenciu CPU" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:6 msgid "CPU Plugin Configuration" -msgstr "" +msgstr "Konfigurácia CPU modulu" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:40 msgid "CPU monitoring is enabled" -msgstr "" +msgstr "Sledovanie CPU je zapnuté" #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2 msgid "CSV Output" -msgstr "" +msgstr "Výstup CSV" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/csv.js:6 msgid "CSV Plugin Configuration" -msgstr "" +msgstr "Konfigurácia CSV pluginu" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:70 msgid "Cache collected data for" -msgstr "" +msgstr "Medzipamäť pre ukladanie údajov" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:99 msgid "Chain" -msgstr "" +msgstr "Reťaz" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:19 msgid "Change the ownership of the socket file to the specified group." -msgstr "" +msgstr "Zmeniť vlastníctvo socket súboru na zadanú skupinu." #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/chrony.js:8 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/chrony.json:2 msgid "Chrony" -msgstr "" +msgstr "Chrony" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:6 msgid "Chrony Plugin Configuration" -msgstr "" +msgstr "Konfigurácia modulu Chrony" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:32 msgid "Chrony monitoring enabled" -msgstr "" +msgstr "Sledovanie Chrony zapnuté" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:21 msgid "CollectLinks" -msgstr "" +msgstr "CollectLinks" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:28 msgid "CollectRoutes" -msgstr "" +msgstr "CollectRoutes" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:35 msgid "CollectTopology" -msgstr "" +msgstr "CollectTopology" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:46 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:49 msgid "Collectd Settings" -msgstr "" +msgstr "Nastavenia Collectd" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:57 msgid "Command monitoring enabled" -msgstr "" +msgstr "Zapnuté sledovanie príkazov" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:137 msgid "Comment / Rule Number" -msgstr "" +msgstr "Komentár / Číslo pravidla" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:174 msgid "Configure…" -msgstr "" +msgstr "Nastaviť…" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/conntrack.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2 msgid "Conntrack" -msgstr "" +msgstr "Conntrack" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/conntrack.js:6 msgid "Conntrack Plugin Configuration" -msgstr "" +msgstr "Nastavenie modulu Conntrack" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/conntrack.js:10 msgid "Conntrack monitoring enabled" -msgstr "" +msgstr "Sledovanie Conntrack zapnuté" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/contextswitch.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2 msgid "Context Switches" -msgstr "" +msgstr "Prepínanie kontextu" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/contextswitch.js:10 msgid "Context switch monitoring enabled" -msgstr "" +msgstr "Sledovanie prepínania kontextu zapnuté" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:23 msgid "Controls which notifications should be sent to syslog." -msgstr "" +msgstr "Nastavuje, či majú byť upozornenia odosielané do syslogu." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:28 msgid "Create statistics about the network plugin itself" -msgstr "" +msgstr "Vytvoriť štatistiky týkajúceho sa samotného sieťového modulu" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:7 msgid "DF Plugin Configuration" -msgstr "" +msgstr "Konfigurácia modulu DF" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/dhcpleases.js:7 msgid "DHCP Leases" -msgstr "" +msgstr "DHCP pôžičky" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:6 msgid "DHCP Leases Plugin Configuration" -msgstr "" +msgstr "Konfigurácia modulu DHCP pôžičky" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:14 msgid "DHCP leases file" -msgstr "" +msgstr "Súbor s DHCP pôžičkami" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/dns.js:10 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2 @@ -210,81 +211,81 @@ msgstr "DNS" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:7 msgid "DNS Plugin Configuration" -msgstr "" +msgstr "Konfigurácia modulu DNS" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:74 msgid "Data collection interval" -msgstr "" +msgstr "Interval zberu údajov" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:71 msgid "Datasets definition file" -msgstr "" +msgstr "Definičný súbor Datasets" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:22 msgid "Detailled CPU frequency monitoring enabled" -msgstr "" +msgstr "Podrobné sledovanie frekvencie procesora zapnuté" #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dhcpleases.json:2 msgid "Dhcpleases" -msgstr "" +msgstr "Dhcpleases" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:65 msgid "Directory for collectd plugins" -msgstr "" +msgstr "Adresár pre moduly collectd" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:62 msgid "Directory for sub-configurations" -msgstr "" +msgstr "Adresár pre podnastavenia" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:7 msgid "Disk Plugin Configuration" -msgstr "" +msgstr "Konfigurácia Disk modulu" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/df.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2 msgid "Disk Space Usage" -msgstr "" +msgstr "Využitie miesta na disku" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/disk.js:10 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2 msgid "Disk Usage" -msgstr "" +msgstr "Využitie diskov" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221 msgid "Display Host »" -msgstr "" +msgstr "Zobraziť hostiteľa »" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229 msgid "Display timespan »" -msgstr "" +msgstr "Zobraziť časové rozpätie »" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204 msgid "Do not refresh" -msgstr "" +msgstr "Neobnovovať" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:7 msgid "E-Mail Plugin Configuration" -msgstr "" +msgstr "Konfigurácia E-mail modulu" #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2 msgid "Email" -msgstr "" +msgstr "Email" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:15 msgid "Empty value = monitor all" -msgstr "" +msgstr "Prázdna hodnota = sledovať všetko" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:21 msgid "Enable" -msgstr "Povoliť" +msgstr "Zapnúť" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:25 msgid "Enable forwarding" -msgstr "" +msgstr "Zapnúť preposielanie" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:28 msgid "Enable statistics" -msgstr "" +msgstr "Zapnúť štatistiky" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:12 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:12 @@ -318,68 +319,68 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:13 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:13 msgid "Enable this plugin" -msgstr "" +msgstr "Zapnúť tento modul" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:113 msgid "Enabled" -msgstr "Povolené" +msgstr "Zapnuté" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/entropy.js:10 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2 msgid "Entropy" -msgstr "" +msgstr "Entropia" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/entropy.js:6 msgid "Entropy Plugin Configuration" -msgstr "" +msgstr "Nastavenie modulu Entropia" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/entropy.js:10 msgid "Entropy monitoring enabled" -msgstr "" +msgstr "Zapnuté sledovanie entropie" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206 msgid "Every 30 seconds" -msgstr "" +msgstr "Každých 30 sekúnd" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205 msgid "Every 5 seconds" -msgstr "" +msgstr "Každých 5 sekúnd" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207 msgid "Every minute" -msgstr "" +msgstr "Každú minútu" #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2 msgid "Exec" -msgstr "" +msgstr "Exec" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:7 msgid "Exec Plugin Configuration" -msgstr "" +msgstr "Nastavenie Exec modulu" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:67 msgid "Expecting decimal value lower than one" -msgstr "" +msgstr "Očakáva sa desatinné číslo nižšie ako jedna" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:33 msgid "Expecting permssions in octal notation" -msgstr "" +msgstr "Očakávajú sa oprávnenia ako osmičkové číslo" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:49 msgid "Expecting valid time range" -msgstr "" +msgstr "Očakáva sa platné časové rozpätie" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:15 msgid "Extra items" -msgstr "" +msgstr "Ďalšie položky" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:14 msgid "Fetch pages" -msgstr "" +msgstr "Získať stránky" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:36 msgid "Filter class monitoring" -msgstr "" +msgstr "Sledovanie triedy filtrov" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/iptables.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2 @@ -388,51 +389,53 @@ msgstr "Brána Firewall" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/ip6tables.js:7 msgid "Firewall (IPv6)" -msgstr "" +msgstr "Firewall (IPv6)" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:90 msgid "Flush cache after" -msgstr "" +msgstr "Vyprádzniť medzipamäť po" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:25 msgid "Forwarding between listen and server addresses" -msgstr "" +msgstr "Presmerovanie medzi počúvajúcimi a serverovými adresami" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:92 msgid "" "Free space, reserved space and used space is reported as relative values" -msgstr "" +msgstr "Voľné, rezervované a použité miesto je uvedené ako relatívna hodnota" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:21 msgid "Gather compression statistics" -msgstr "" +msgstr "Zbierať štatistiky o kompresii" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:86 msgid "General plugins" -msgstr "" +msgstr "Všeobecné moduly" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:15 msgid "Generate a separate graph for each logged user" -msgstr "" +msgstr "Vytvoriť osobitný graf pre každého pripojeného používateľa" #: applications/luci-app-statistics/root/usr/share/rpcd/acl.d/luci-app-statistics.json:3 msgid "Grant access to statistics resources" -msgstr "" +msgstr "Povoliť prístup ku zdrojom pre štatistiky" #: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:15 msgid "Graphs" -msgstr "" +msgstr "Grafy" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:31 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:51 msgid "Group" -msgstr "" +msgstr "Skupina" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:17 msgid "" "Here you can define external commands which will be started by collectd in " "order to read certain values. The values will be read from stdout." msgstr "" +"Tu môžete zadať externé príkazy, ktoré collectd spustí, aby zistil hodnoty " +"sledovaných údajov. Hodnoty sa musia objaviť na štandardnom výstupe." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:37 msgid "" @@ -461,58 +464,58 @@ msgstr "Názov hostiteľa" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:15 msgid "IP or hostname where to get the txtinfo output from" -msgstr "" +msgstr "IP adresa alebo hostiteľ, odkiaľ sa získa výstup z txtinfo" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/ipstatistics.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ipstatistics.json:2 msgid "IP-Statistics" -msgstr "" +msgstr "Štatistiky IP" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ipstatistics.js:7 msgid "IP-Statistics Plugin Configuration" -msgstr "" +msgstr "Konfigurácia modulu IP štatistiky" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ipstatistics.js:11 msgid "IPv4/IPv6 Statistics monitoring enabled" -msgstr "" +msgstr "Sledovanie IPv4/IPv6 štatistík zapnuté" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:7 msgid "IRQ Plugin Configuration" -msgstr "" +msgstr "Konfigurácia modulu IRQ" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:22 msgid "Ignore source addresses" -msgstr "" +msgstr "Ignorovať zdrojové adresy" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:70 msgid "Instance name" -msgstr "" +msgstr "Názov inštancie" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:7 msgid "Interface Plugin Configuration" -msgstr "" +msgstr "Konfigurácia modulu Rozhrania" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/interface.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2 msgid "Interfaces" -msgstr "Rozhrania" +msgstr "Rozhranie" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/irq.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2 msgid "Interrupts" -msgstr "" +msgstr "Prerušenia" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:31 msgid "Interval for pings" -msgstr "" +msgstr "Interval pre ping" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:8 msgid "Iptables Plugin Configuration" -msgstr "" +msgstr "Konfigurácia modul Iptables" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:15 msgid "Leave unselected to automatically determine interfaces to monitor." -msgstr "" +msgstr "Ak nič nevyberiete, sledované rozhrania budú určené automaticky." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:39 msgid "" @@ -523,32 +526,32 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:40 msgid "Listen host" -msgstr "" +msgstr "Počúvajúci hostiteľ" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:44 msgid "Listen port" -msgstr "" +msgstr "Počúvajúci port" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:32 msgid "Listener interfaces" -msgstr "" +msgstr "Rozhrania počúvajúceho" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/load.js:6 msgid "Load Plugin Configuration" -msgstr "" +msgstr "Konfigurácia modulu záťaž" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/load.js:10 msgid "Load monitoring enabled" -msgstr "" +msgstr "Sledovanie zaťaže zapnuté" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117 msgid "Loading data…" -msgstr "" +msgstr "Načítavam údaje…" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:14 msgid "Log level" -msgstr "" +msgstr "Úroveň záznamu" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:20 msgid "Match IPv4 iptables rules" @@ -566,15 +569,15 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:36 msgid "Maximum Missed Packets" -msgstr "" +msgstr "Maximálny počet vynechaných paketov" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:38 msgid "Maximum allowed connections" -msgstr "" +msgstr "Maximálny počet povolených spojení" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:20 msgid "Maximum packet size" -msgstr "" +msgstr "Maximálna veľkosť paketu" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/memory.js:10 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2 @@ -583,11 +586,11 @@ msgstr "Pamäť" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:6 msgid "Memory Plugin Configuration" -msgstr "" +msgstr "Konfigurácia modulu Pamäť" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:23 msgid "Memory monitoring enabled" -msgstr "" +msgstr "Sledovanie pamäte zapnuté" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:89 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:32 @@ -599,27 +602,27 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:21 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:34 msgid "Monitor all except specified" -msgstr "" +msgstr "Sledovať všetky okrem vymenovaných" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:14 msgid "Monitor all local listen ports" -msgstr "" +msgstr "Sledovať všetky počúvajúce porty" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:15 msgid "Monitor device(s) / thermal zone(s)" -msgstr "" +msgstr "Sledovať zariadenie(a) / teplotnú zónu(y)" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:15 msgid "Monitor devices" -msgstr "" +msgstr "Sledovať zariadenia" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:15 msgid "Monitor disks and partitions" -msgstr "" +msgstr "Sledovať disky a oddiely" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:59 msgid "Monitor filesystem types" -msgstr "" +msgstr "Sledovať typy súborových systémov" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:14 msgid "Monitor host" @@ -627,53 +630,53 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:14 msgid "Monitor hosts" -msgstr "" +msgstr "Sledovať hostiteľov" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:15 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:15 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:15 msgid "Monitor interfaces" -msgstr "" +msgstr "Sledovať rozhrania" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:15 msgid "Monitor interrupts" -msgstr "" +msgstr "Sledovať prerušenia" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:19 msgid "Monitor local ports" -msgstr "" +msgstr "Sledovať miestne porty" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:37 msgid "Monitor mount points" -msgstr "" +msgstr "Sledovať body pripojenia" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js:14 msgid "Monitor processes" -msgstr "" +msgstr "Sledovať procesy" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:25 msgid "Monitor remote ports" -msgstr "" +msgstr "Sledovať vzdialené porty" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:38 msgid "Monitoring %s and %s" -msgstr "" +msgstr "Sledovanie %s a %s" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:106 msgid "Monitoring %s, %s, %s" -msgstr "" +msgstr "Sledovanie %s, %s, %s" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26 msgid "Monitoring APC UPS at host %s, port %d" -msgstr "" +msgstr "Sledovanie APC UPS na hostiteľovi %s, port %d" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19 msgid "Monitoring DHCP leases enabled" -msgstr "" +msgstr "Sledovanie DHCP pôžičiek bolo zapnuté" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:32 msgid "Monitoring DNS queries on all interfaces" -msgstr "" +msgstr "Sledovanie DNS požiadaviek na všetkých zariadeniach" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:34 msgid "Monitoring DNS queries on one interface" @@ -723,38 +726,38 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:106 msgid "Monitoring all except %s, %s, %s" -msgstr "" +msgstr "Sledovanie všetkých okrem %s, %s, %s" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:30 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:34 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:52 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:31 msgid "Monitoring all interfaces" -msgstr "" +msgstr "Sledovanie všetkých zariadení" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:54 msgid "Monitoring all interrupts" -msgstr "" +msgstr "Sledovanie všetkých prerušení" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:104 msgid "Monitoring all partitions" -msgstr "" +msgstr "Sledovanie všetkých oddielov" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:60 msgid "Monitoring all sensors" -msgstr "" +msgstr "Sledovanie všetkých senzorov" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:50 msgid "Monitoring all thermal zones" -msgstr "" +msgstr "Sledovanie všetkých teplotných zón" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:46 msgid "Monitoring all thermal zones except %s" -msgstr "" +msgstr "Sledovanie všetkých teplotných zón okrem %s" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:36 msgid "Monitoring local listen ports" -msgstr "" +msgstr "Sledovanie miestnych počúvajúcich portov" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:44 msgid "Monitoring one OpenVPN instance" @@ -834,11 +837,11 @@ msgstr "Názov" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/netlink.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2 msgid "Netlink" -msgstr "" +msgstr "Netlink" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:7 msgid "Netlink Plugin Configuration" -msgstr "" +msgstr "Konfigurácia modulu Netlink" #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2 msgid "Network" @@ -846,19 +849,19 @@ msgstr "Sieť" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:6 msgid "Network Plugin Configuration" -msgstr "" +msgstr "Konfigurácia modulu Sieť" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:69 msgid "Network communication enabled" -msgstr "" +msgstr "Sieťová komunikácia povolená" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:87 msgid "Network plugins" -msgstr "" +msgstr "Sieťové moduly" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178 msgid "No RRD data found" -msgstr "" +msgstr "Neboli nájdené údaje RRD" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:15 msgid "" @@ -868,20 +871,20 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:23 msgid "Notify level" -msgstr "" +msgstr "Úroveň upozornení" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:77 msgid "Number of threads for data collection" -msgstr "" +msgstr "Počet vlákien použitých na zber údajov" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/olsrd.js:10 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2 msgid "OLSRd" -msgstr "" +msgstr "OLSRd" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:6 msgid "OLSRd Plugin Configuration" -msgstr "" +msgstr "Konfigurácia modulu OLSRd" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:29 msgid "Only create average RRAs" @@ -894,15 +897,15 @@ msgstr "OpenVPN" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:7 msgid "OpenVPN Plugin Configuration" -msgstr "" +msgstr "Konfigruácia pluginu OpenVPN" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:27 msgid "OpenVPN status files" -msgstr "" +msgstr "Stavové súbory OpenVPN" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:88 msgid "Output plugins" -msgstr "" +msgstr "Výstupné moduly" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46 msgid "Overview" @@ -910,7 +913,7 @@ msgstr "Prehľad" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:18 msgid "Percent values" -msgstr "" +msgstr "Percentuálne hodnoty" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/ping.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2 @@ -919,11 +922,11 @@ msgstr "Ping" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:6 msgid "Ping Plugin Configuration" -msgstr "" +msgstr "Konfigurácia modulu Ping" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:136 msgid "Plugin is disabled" -msgstr "" +msgstr "Modul je vypnutý" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:18 msgid "Port" @@ -931,15 +934,16 @@ msgstr "Port" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:19 msgid "Port for apcupsd communication" -msgstr "" +msgstr "Port pre komunikáciu s apcupsd" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:20 msgid "Port for chronyd" -msgstr "" +msgstr "Port chronyd" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:15 msgid "Possibly bug in collectd. Only 127.0.0.1 and localhost work" msgstr "" +"Pravdepodobne sa jedná o chybu v collectd. Funguje iba 127.0.0.1 a localhost." #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/processes.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2 @@ -948,16 +952,16 @@ msgstr "Procesy" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js:6 msgid "Processes Plugin Configuration" -msgstr "" +msgstr "Konfigurácia modulu Procesy" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/cpu.js:8 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2 msgid "Processor" -msgstr "" +msgstr "Procesor" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:26 msgid "Qdisc monitoring" -msgstr "" +msgstr "Sledovanie Qdisc" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:57 msgid "RRD XFiles Factor" @@ -985,19 +989,19 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:14 msgid "Report by CPU" -msgstr "" +msgstr "Správa o CPU" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:20 msgid "Report by state" -msgstr "" +msgstr "Správa o stave" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:32 msgid "Report in percent" -msgstr "" +msgstr "Správy v percentách" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:52 msgid "Rows per RRA" -msgstr "" +msgstr "Riadkov na jeden RRA" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:161 msgid "Rule monitoring enabled" @@ -1032,16 +1036,16 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:70 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:90 msgid "Seconds" -msgstr "" +msgstr "Sekundy" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:23 msgid "Sensor list" -msgstr "" +msgstr "Zoznam senzorov" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/sensors.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2 msgid "Sensors" -msgstr "" +msgstr "Senzory" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:15 msgid "Sensors Plugin Configuration" @@ -1049,31 +1053,31 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:58 msgid "Server host" -msgstr "" +msgstr "Hostiteľ servera" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:50 msgid "Server interfaces" -msgstr "" +msgstr "Rozhrania servera" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:62 msgid "Server port" -msgstr "" +msgstr "Port servera" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:20 msgid "Set the maximum size for datagrams sent over the network" -msgstr "" +msgstr "Nastaviť maximálnu veľkosť paketov posielaných cez sieť" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:14 msgid "Sets the syslog log-level." -msgstr "" +msgstr "Nastaviť úroveň zaznamenávania pre syslog." #: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:24 msgid "Setup" -msgstr "" +msgstr "Nastavenia" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 msgid "Setup collectd" -msgstr "" +msgstr "Nastavenia collectd" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 msgid "Shaping class monitoring" @@ -1141,7 +1145,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213 #: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3 msgid "Statistics" -msgstr "" +msgstr "Štatistiky" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:127 msgid "Status" @@ -1149,11 +1153,11 @@ msgstr "Stav" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:14 msgid "Storage directory" -msgstr "" +msgstr "Adresár pre úložisko" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/csv.js:14 msgid "Storage directory for the csv files" -msgstr "" +msgstr "Adresár pre ukladanie súborov csv" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/csv.js:18 msgid "Store data values as rates instead of absolute values" @@ -1182,12 +1186,12 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/load.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2 msgid "System Load" -msgstr "" +msgstr "Záťaž systému" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/tcpconns.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2 msgid "TCP Connections" -msgstr "" +msgstr "TCP spojenia" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:6 msgid "TCPConns Plugin Configuration" @@ -1195,11 +1199,11 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:15 msgid "TTL for network packets" -msgstr "" +msgstr "TTL pre sieťové pakety" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:26 msgid "TTL for ping packets" -msgstr "" +msgstr "TTL pre pakety pingu" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:85 msgid "Table" @@ -1419,19 +1423,19 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/thermal.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2 msgid "Thermal" -msgstr "" +msgstr "Teploty" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:7 msgid "Thermal Plugin Configuration" -msgstr "" +msgstr "Konfigurácia modulu Teploty" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/contextswitch.js:7 msgid "This plugin collects statistics about the processor context switches." -msgstr "" +msgstr "Tento modul zbiera štatistiky o prepnutiach kontextu procesora." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:7 msgid "This plugin collects statistics about the processor frequency scaling." -msgstr "" +msgstr "Tento modul zbiera štatistiky o škálovaní frekvenie procesora." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:33 msgid "" @@ -1450,33 +1454,33 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:80 msgid "Try to lookup fully qualified hostname" -msgstr "" +msgstr "Pokúsiť sa vyhľadať plné kvalifikované meno hostiteľa" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/nut.js:7 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:14 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2 msgid "UPS" -msgstr "" +msgstr "UPS" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:6 msgid "UPS Plugin Configuration" -msgstr "" +msgstr "Konfigurácia modulu UPS" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:14 msgid "UPS name in NUT ups@host format" -msgstr "" +msgstr "Názov UPS v NUT formáte ups@host" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:27 msgid "URL" -msgstr "" +msgstr "Adresa URL" #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2 msgid "UnixSock" -msgstr "" +msgstr "UnixSock" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:7 msgid "Unixsock Plugin Configuration" -msgstr "" +msgstr "Konfigurácia modulu Unixsock" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/uptime.js:15 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2 @@ -1485,33 +1489,33 @@ msgstr "Doba spustenia" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/uptime.js:6 msgid "Uptime Plugin Configuration" -msgstr "" +msgstr "Konfigurácia modulu Doba spustenia" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/uptime.js:10 msgid "Uptime monitoring enabled" -msgstr "" +msgstr "Sledovanie doby spustenia zapnuté" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:24 msgid "Use improved naming schema" -msgstr "" +msgstr "Použiť vylepšenú schému pomenovania" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:68 msgid "Used PID file" -msgstr "" +msgstr "Použitý súbor PID" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:27 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:47 msgid "User" -msgstr "" +msgstr "Používateľ" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:21 msgid "Verbose monitoring" -msgstr "" +msgstr "Podrobné sledovanie" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 @@ -1528,12 +1532,12 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:14 msgid "When set to true, we request absolute values" -msgstr "" +msgstr "Ak je zapnuté, chceme dostávať absolútne hodnoty" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:33 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:18 msgid "When set to true, we request percentage values" -msgstr "" +msgstr "Ak je zapnuté, chceme dostávať percentuálne hodnoty" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/iwinfo.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2 @@ -1556,20 +1560,20 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:31 msgid "cURL plugin enabled" -msgstr "" +msgstr "Modul cURL zapnutý" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/curl.js:10 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2 msgid "cUrl" -msgstr "" +msgstr "cUrl" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:6 msgid "cUrl Plugin Configuration" -msgstr "" +msgstr "Nastavenie modulu cUrl" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:139 msgid "none" -msgstr "" +msgstr "žiadne" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:107 msgid "one device" @@ -1608,4 +1612,4 @@ msgstr[2] "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:29 msgid "reduces rrd size" -msgstr "" +msgstr "zmenší veľkosť rrd" diff --git a/applications/luci-app-statistics/po/sr/statistics.po b/applications/luci-app-statistics/po/sr/statistics.po new file mode 100644 index 0000000000..1ac8cb96f0 --- /dev/null +++ b/applications/luci-app-statistics/po/sr/statistics.po @@ -0,0 +1,1691 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:35+0200\n" +"PO-Revision-Date: 2022-09-28 02:08+0000\n" +"Last-Translator: Leon Baždar <leon.bazdar@fer.hr>\n" +"Language-Team: Serbian <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsstatistics/sr/>\n" +"Language: sr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"X-Generator: Weblate 4.14.1\n" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/apcups.js:7 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2 +msgid "APC UPS" +msgstr "APC UPS" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:6 +msgid "APCUPS Plugin Configuration" +msgstr "APCUPS Plugin Konfiguracija" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:14 +msgid "Absolute values" +msgstr "Apsolutne vrednosti" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:68 +msgid "Add IPv4 rule selector" +msgstr "Dodaj IPv4 selektor pravila" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:68 +msgid "Add IPv6 rule selector" +msgstr "Dodaj IPv6 selektor pravila" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:16 +msgid "Add command for reading values" +msgstr "Dodajte komandu za čitanje vrednosti" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:36 +msgid "Add notification command" +msgstr "Dodajte naredbu za obaveštenja" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:19 +msgid "Address family" +msgstr "Adresa obitelji" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:18 +msgid "Aggregate number of connected users" +msgstr "Ukupan broj povezanih korisnika" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:237 +msgid "Apply interval »" +msgstr "Primijeni interval »" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:47 +msgid "Awaiting email input at %s" +msgstr "Čeka se unos e-mail poruke na %s" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:59 +msgid "Base Directory" +msgstr "Bazni Direktorij" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:16 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:16 +msgid "Basic monitoring" +msgstr "Osnovni monitoring" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js:25 +msgid "Basic process monitoring enabled" +msgstr "Osnovni monitoring procesa omogućen" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:15 +msgid "By setting this, CPU is not aggregate of all processors on the system" +msgstr "Uključivanjem ove opcije, CPU nije agregat svih procesora u sustavu" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/contextswitch.js:6 +msgid "CPU Context Switches Plugin Configuration" +msgstr "CPU Context Switches Plugin Konfiguracija" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/cpufreq.js:8 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json:2 +msgid "CPU Frequency" +msgstr "CPU Frekvencija" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:6 +msgid "CPU Frequency Plugin Configuration" +msgstr "CPU Frequency Plugin Konfiguracija" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:6 +msgid "CPU Plugin Configuration" +msgstr "CPU Plugin Konfiguracija" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:40 +msgid "CPU monitoring is enabled" +msgstr "CPU monitoring je omogućen" + +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json:2 +msgid "CSV Output" +msgstr "CSV Izlaz (Output)" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/csv.js:6 +msgid "CSV Plugin Configuration" +msgstr "CSV Plugin Konfiguracija" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:70 +msgid "Cache collected data for" +msgstr "Keširaj prikupljene podatke za" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:99 +msgid "Chain" +msgstr "Lanac" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:19 +msgid "Change the ownership of the socket file to the specified group." +msgstr "Promeni vlasništvo nad \"socket file-om\" na navedenu grupu." + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/chrony.js:8 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/chrony.json:2 +msgid "Chrony" +msgstr "Chrony" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:6 +msgid "Chrony Plugin Configuration" +msgstr "Chrony Plugin Konfiguracija" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:32 +msgid "Chrony monitoring enabled" +msgstr "Chrony monitoring omogućen" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:21 +msgid "CollectLinks" +msgstr "CollectLinks" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:28 +msgid "CollectRoutes" +msgstr "CollectRoutes" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:35 +msgid "CollectTopology" +msgstr "CollectTopology" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:46 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:49 +msgid "Collectd Settings" +msgstr "Collectd Settings" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:57 +msgid "Command monitoring enabled" +msgstr "Command monitoring omogućen" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:137 +msgid "Comment / Rule Number" +msgstr "Komentar / Pravilo Broj" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:174 +msgid "Configure…" +msgstr "Konfiguriši…" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/conntrack.js:7 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json:2 +msgid "Conntrack" +msgstr "Conntrack" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/conntrack.js:6 +msgid "Conntrack Plugin Configuration" +msgstr "Conntrack Plugin Konfiguracija" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/conntrack.js:10 +msgid "Conntrack monitoring enabled" +msgstr "Conntrack monitoring omogućen" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/contextswitch.js:7 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json:2 +msgid "Context Switches" +msgstr "Context Prekidači" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/contextswitch.js:10 +msgid "Context switch monitoring enabled" +msgstr "Context switch monitoring omogućen" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:23 +msgid "Controls which notifications should be sent to syslog." +msgstr "Kontrole čije notifikacije treba da budu poslate u syslog." + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:28 +msgid "Create statistics about the network plugin itself" +msgstr "Kreiraj statistiku o samom mrežnom pluginu (network plugin)" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:7 +msgid "DF Plugin Configuration" +msgstr "DF Plugin Konfiguracija" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/dhcpleases.js:7 +msgid "DHCP Leases" +msgstr "DHCP Iznajmljivanje" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:6 +msgid "DHCP Leases Plugin Configuration" +msgstr "DHCP Leases Plugin Konfiguracija" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:14 +msgid "DHCP leases file" +msgstr "DHCP leases file" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/dns.js:10 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json:2 +msgid "DNS" +msgstr "DNS" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:7 +msgid "DNS Plugin Configuration" +msgstr "DNS Plugin Konfiguracija" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:74 +msgid "Data collection interval" +msgstr "Interval prikupljanja Podataka" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:71 +msgid "Datasets definition file" +msgstr "Datasets definicija file" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:22 +msgid "Detailled CPU frequency monitoring enabled" +msgstr "Detaljni CPU frekvencijski monitoring omogućen" + +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dhcpleases.json:2 +msgid "Dhcpleases" +msgstr "Dhcpleases" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:65 +msgid "Directory for collectd plugins" +msgstr "Direktorijum za collectd plugins" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:62 +msgid "Directory for sub-configurations" +msgstr "Direktorijum za sub-configurations" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:7 +msgid "Disk Plugin Configuration" +msgstr "Disk Plugin Konfiguracija" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/df.js:7 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json:2 +msgid "Disk Space Usage" +msgstr "Korišćenje prostora na disku" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/disk.js:10 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json:2 +msgid "Disk Usage" +msgstr "Korišćenje Diska" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:221 +msgid "Display Host »" +msgstr "Prikaži Host »" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:229 +msgid "Display timespan »" +msgstr "Prikaži vremenski period »" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:204 +msgid "Do not refresh" +msgstr "Ne osvežavajte" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:7 +msgid "E-Mail Plugin Configuration" +msgstr "E-Mail Plugin Konfiguracija" + +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json:2 +msgid "Email" +msgstr "Email" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:15 +msgid "Empty value = monitor all" +msgstr "Prazno = monitoriši sve" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:21 +msgid "Enable" +msgstr "Omogući" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:25 +msgid "Enable forwarding" +msgstr "Omogući prosledjivanje" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:28 +msgid "Enable statistics" +msgstr "Omogući statistike" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:12 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:12 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:12 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:12 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/csv.js:12 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:11 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:13 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:12 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:13 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:13 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:13 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:13 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:13 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:14 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:13 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:13 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:12 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:13 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:12 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:12 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:12 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:13 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:12 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js:12 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:12 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:21 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:13 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:12 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:12 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:13 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:13 +msgid "Enable this plugin" +msgstr "Omogući ovaj plugin" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:113 +msgid "Enabled" +msgstr "Omogućeno" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/entropy.js:10 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json:2 +msgid "Entropy" +msgstr "Entropija" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/entropy.js:6 +msgid "Entropy Plugin Configuration" +msgstr "Entropy Plugin Konfiguracija" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/entropy.js:10 +msgid "Entropy monitoring enabled" +msgstr "Omogućeno praćenje Entropije" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:206 +msgid "Every 30 seconds" +msgstr "Svakih 30 sekundi" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:205 +msgid "Every 5 seconds" +msgstr "Svakih 5 sekundi" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:207 +msgid "Every minute" +msgstr "Svaki minut" + +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json:2 +msgid "Exec" +msgstr "Exec" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:7 +msgid "Exec Plugin Configuration" +msgstr "Exec Plugin Konfiguracija" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:67 +msgid "Expecting decimal value lower than one" +msgstr "Očekuje se decimalna vrednost manja od jedan" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:33 +msgid "Expecting permssions in octal notation" +msgstr "Očekivanje dozvola u oktalnoj notifikaciji" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:49 +msgid "Expecting valid time range" +msgstr "Očekuje se validan vremenski interval" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:15 +msgid "Extra items" +msgstr "Extra stavke" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:14 +msgid "Fetch pages" +msgstr "Preuzmi stranice" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:36 +msgid "Filter class monitoring" +msgstr "Filter class monitoring" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/iptables.js:7 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json:2 +msgid "Firewall" +msgstr "Firewall" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/ip6tables.js:7 +msgid "Firewall (IPv6)" +msgstr "Firewall (IPv6)" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:90 +msgid "Flush cache after" +msgstr "Ispraznite keš posle" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:25 +msgid "Forwarding between listen and server addresses" +msgstr "Prosleđivanje izmedju adrese slušanja i adrese servera" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:92 +msgid "" +"Free space, reserved space and used space is reported as relative values" +msgstr "" +"Slobodan prostor, rezervisan prostor i iskorišćen prostor su prikazani " +"relativnim vrednostima" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:21 +msgid "Gather compression statistics" +msgstr "Prikupite statistiku kompresije" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:86 +msgid "General plugins" +msgstr "Opšti dodaci" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:15 +msgid "Generate a separate graph for each logged user" +msgstr "Generiši poseban grafikon za svakog logovanog korisnika" + +#: applications/luci-app-statistics/root/usr/share/rpcd/acl.d/luci-app-statistics.json:3 +msgid "Grant access to statistics resources" +msgstr "Odobrite pristup statističkim resursima" + +#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:15 +msgid "Graphs" +msgstr "Grafikoni" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:31 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:51 +msgid "Group" +msgstr "Grupe" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:17 +msgid "" +"Here you can define external commands which will be started by collectd in " +"order to read certain values. The values will be read from stdout." +msgstr "" +"Ovde možete definisati externe komande koje će biti startovane od strane " +"collectd da bi bile očitane određenje vrednosti. Vrednosti će biti pročitane " +"iz stdout." + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:37 +msgid "" +"Here you can define external commands which will be started by collectd when " +"certain threshold values have been reached. The values leading to invocation " +"will be fed to the the called programs stdin." +msgstr "" +"Ovde možete definisati externe komande koje će biti startovane od strane " +"collectd kada se određene vrednosti dostignu. Vrednosti koje su dovele do " +"trigera će biti prosleđene do pozvanog programa stdin." + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:21 +msgid "" +"Here you can define various criteria by which the monitored iptables rules " +"are selected." +msgstr "" +"Ovde možete definisati različite kriterijume na osnovu kojih su monitorisana " +"iptables pravila izabrana." + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:14 +msgid "Host" +msgstr "Host" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:14 +msgid "Host running chrony" +msgstr "Host running chrony" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:51 +msgid "Hostname" +msgstr "Hostname" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:15 +msgid "IP or hostname where to get the txtinfo output from" +msgstr "IP ili hostname odakle se dobija txtinfo izlaz" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/ipstatistics.js:7 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ipstatistics.json:2 +msgid "IP-Statistics" +msgstr "IP-Statistika" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ipstatistics.js:7 +msgid "IP-Statistics Plugin Configuration" +msgstr "IP-Statistics Plugin Konfiguracija" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ipstatistics.js:11 +msgid "IPv4/IPv6 Statistics monitoring enabled" +msgstr "IPv4/IPv6 Statistics monitoring omogućen" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:7 +msgid "IRQ Plugin Configuration" +msgstr "IRQ Plugin Konfiguracija" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:22 +msgid "Ignore source addresses" +msgstr "Ignoriši izvorne adrese" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:70 +msgid "Instance name" +msgstr "Ime Instance" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:7 +msgid "Interface Plugin Configuration" +msgstr "Interface Plugin Konfigurator" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/interface.js:7 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json:2 +msgid "Interfaces" +msgstr "Interfejsi" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/irq.js:7 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json:2 +msgid "Interrupts" +msgstr "Prekidi (Interrupts)" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:31 +msgid "Interval for pings" +msgstr "Ping interval" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:8 +msgid "Iptables Plugin Configuration" +msgstr "Iptables Plugin Konfigurator" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:15 +msgid "Leave unselected to automatically determine interfaces to monitor." +msgstr "" +"Ostavi ne-selektovano za automatsko odredjivanje interfejsa za monitoring." + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:39 +msgid "" +"List of time spans to be stored in RRD database. E.g. \"1hour 1day 14day\". " +"Allowed timespan types: min, h, hour(s), d, day(s), w, week(s), m, month(s), " +"y, year(s)" +msgstr "" +"LIsta vremenskih raspona za smeštaj u RRD data bazu. Na pr. \"1hour 1day " +"14day\". Dozvoljeni tipovi: min, h, hour(s), d, day(s), w, week(s), m, " +"month(s), y, year(s)" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:40 +msgid "Listen host" +msgstr "Listen host" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:44 +msgid "Listen port" +msgstr "Listen port" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:32 +msgid "Listener interfaces" +msgstr "Listener interfejsi" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/load.js:6 +msgid "Load Plugin Configuration" +msgstr "Load Plugin Konfiguracija" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/load.js:10 +msgid "Load monitoring enabled" +msgstr "Load monitoring omogućen" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117 +msgid "Loading data…" +msgstr "Učitavanje podataka…" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:14 +msgid "Log level" +msgstr "Log nivo" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:20 +msgid "Match IPv4 iptables rules" +msgstr "Uskladite IPv4 iptables pravila" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:20 +msgid "Match IPv6 iptables rules" +msgstr "Uskladite IPv6 iptables pravila" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:35 +msgid "" +"Max values for a period can be used instead of averages when not using 'only " +"average RRAs'" +msgstr "" +"Maksimalne vrednosti za period se mogu koristiti umesto proseka kada se ne " +"koriste „samo prosečni RRA“" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:36 +msgid "Maximum Missed Packets" +msgstr "Maksimalni broj propuštenih paketa" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:38 +msgid "Maximum allowed connections" +msgstr "Maksimum dozvoljenih veza" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:20 +msgid "Maximum packet size" +msgstr "Maksimalna veličina paketa" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/memory.js:10 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json:2 +msgid "Memory" +msgstr "Memorija" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:6 +msgid "Memory Plugin Configuration" +msgstr "Memory Plugin Konfiguracija" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:23 +msgid "Memory monitoring enabled" +msgstr "Memory monitoring omogućen" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:89 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:32 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:21 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:45 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:25 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:41 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:47 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:21 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:34 +msgid "Monitor all except specified" +msgstr "Monitoriši sve, osim navedenih" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:14 +msgid "Monitor all local listen ports" +msgstr "Monitoriši sve lokalne portove za slušanje" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:15 +msgid "Monitor device(s) / thermal zone(s)" +msgstr "Monitoriši uređaje / termalne zone" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:15 +msgid "Monitor devices" +msgstr "Monitoriši uređaje" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:15 +msgid "Monitor disks and partitions" +msgstr "Monitoriši diskove i particije" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:59 +msgid "Monitor filesystem types" +msgstr "Monitoriši filesystem tipove" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:14 +msgid "Monitor host" +msgstr "Monitoriši host" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:14 +msgid "Monitor hosts" +msgstr "Monitoriši hostove" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:15 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:15 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:15 +msgid "Monitor interfaces" +msgstr "Monitoriši Interfejse" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:15 +msgid "Monitor interrupts" +msgstr "Monitoriši prekide" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:19 +msgid "Monitor local ports" +msgstr "Monitoriši lokalne portove" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:37 +msgid "Monitor mount points" +msgstr "Monitoriši mount points" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js:14 +msgid "Monitor processes" +msgstr "Monitoriši procese" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:25 +msgid "Monitor remote ports" +msgstr "Monitoriši udaljene port-ove" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:38 +msgid "Monitoring %s and %s" +msgstr "Monitoriši %s i %s" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:106 +msgid "Monitoring %s, %s, %s" +msgstr "Monitoriši %s, %s, %s" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26 +msgid "Monitoring APC UPS at host %s, port %d" +msgstr "Monitoriši APC UPS at host %s, port %d" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19 +msgid "Monitoring DHCP leases enabled" +msgstr "Monitoriši DHCP leases omogućeno" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:32 +msgid "Monitoring DNS queries on all interfaces" +msgstr "Monitoriši DNS upite na svim interfejsima" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:34 +msgid "Monitoring DNS queries on one interface" +msgid_plural "Monitoring DNS queries on %d interfaces" +msgstr[0] "Monitoriši DNS upite na jednom interfejsu" +msgstr[1] "Monitoriši DNS upite na nekoliko interfejsa" +msgstr[2] "Monitoriši DNS upite na ostalim interfejsima" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:44 +msgid "Monitoring OLSRd status at %s:%d" +msgstr "Monitoriši OLSRd status na %s:%d" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:43 +msgid "Monitoring all but one disk" +msgid_plural "Monitoring all but %d disks" +msgstr[0] "Monitoriši sve, osim jednog diska" +msgstr[1] "Monitoriši sve, osim nekoliko diskova" +msgstr[2] "Monitoriši sve, osim ostalih diskova" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:32 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:36 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:54 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:33 +msgid "Monitoring all but one interface" +msgid_plural "Monitoring all but %d interfaces" +msgstr[0] "Monitoriši sve, osim jednog interfejsa" +msgstr[1] "Monitoriši sve, osim nekoliko interfejsa" +msgstr[2] "Monitoriši sve, osim ostalih interfejsa" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:56 +msgid "Monitoring all but one interrupt" +msgid_plural "Monitoring all but %d interrupts" +msgstr[0] "Monitoriši sve, osim jednog prekida" +msgstr[1] "Monitoriši sve, osim nekoliko prekida" +msgstr[2] "Monitoriši sve, osim ostalih prekida" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:56 +msgid "Monitoring all but one sensor" +msgid_plural "Monitoring all but %d sensors" +msgstr[0] "Monitoriši sve, osim jedog senzora" +msgstr[1] "Monitoriši sve, osim nekolio senzora" +msgstr[2] "Monitoriši sve, osim ostalih senzora" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:41 +msgid "Monitoring all disks" +msgstr "Monitoriši sve diskove" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:106 +msgid "Monitoring all except %s, %s, %s" +msgstr "Monitoriši sve, osim %s, %s, %s" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:30 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:34 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:52 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:31 +msgid "Monitoring all interfaces" +msgstr "Monitoriši sve interfejse" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:54 +msgid "Monitoring all interrupts" +msgstr "Monitoriši sve prekide" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:104 +msgid "Monitoring all partitions" +msgstr "Monitoriši sve particije" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:60 +msgid "Monitoring all sensors" +msgstr "Monitoriši sve senzore" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:50 +msgid "Monitoring all thermal zones" +msgstr "Monitoriši sve termalne zone" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:46 +msgid "Monitoring all thermal zones except %s" +msgstr "Monitoriši sve termalne zone osim %s%s" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:36 +msgid "Monitoring local listen ports" +msgstr "Monitoriši lokalne listen port-ove" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:44 +msgid "Monitoring one OpenVPN instance" +msgid_plural "Monitoring %d OpenVPN instances" +msgstr[0] "Monitoriši jednu OpenVPN instancu" +msgstr[1] "Monitoriši nekoliko OpenVPN instanci" +msgstr[2] "Monitoriši ostale OpenVPN instance" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:21 +msgid "Monitoring one UPS" +msgid_plural "Monitoring %d UPSes" +msgstr[0] "Monitoriši jedan UPS" +msgstr[1] "Monitoriši nekoliko UPS-ova" +msgstr[2] "Monitoriši ostale UPS-ove" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:45 +msgid "Monitoring one disk" +msgid_plural "Monitoring %d disks" +msgstr[0] "Monitoriši jedan disk" +msgstr[1] "Monitoriši nekoliko diskova" +msgstr[2] "Monitoriši ostale diskove" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:48 +msgid "Monitoring one host" +msgid_plural "Monitoring %d hosts" +msgstr[0] "Monitoriši jedan host" +msgstr[1] "Monitoriši nekoliko host-ova" +msgstr[2] "Monitoriši ostale host-ove" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:34 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:38 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:56 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:35 +msgid "Monitoring one interface" +msgid_plural "Monitoring %d interfaces" +msgstr[0] "Monitoriši jedan interfejs" +msgstr[1] "Monitoriši nekoliko interfejs-a" +msgstr[2] "Monitoriši ostale interfejs-e" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:58 +msgid "Monitoring one interrupt" +msgid_plural "Monitoring %d interrupts" +msgstr[0] "Monitoriši jedan prekid" +msgstr[1] "Monitoriši nekoliko prekida" +msgstr[2] "Monitoriši ostale prekide" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js:23 +msgid "Monitoring one process" +msgid_plural "Monitoring %d processes" +msgstr[0] "Monitoriši jedan proces" +msgstr[1] "Monitoriši nekoliko procesa" +msgstr[2] "Monitoriši ostale procese" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:58 +msgid "Monitoring one sensor" +msgid_plural "Monitoring %d sensors" +msgstr[0] "Monitoriši jedan senzor" +msgstr[1] "Monitoriši nekoliko senzora" +msgstr[2] "Monitoriši ostale senzore" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/splash_leases.js:10 +msgid "Monitoring splash leases" +msgstr "Monitoring splash leases" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:47 +msgid "Monitoring thermal zones %s" +msgstr "Monitoriši termalne zone %s" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:16 +msgid "More details about frequency usage and transitions" +msgstr "Više detalja o frekvenciji korišćenja i prelazima" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:25 +msgid "Name" +msgstr "Ime" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/netlink.js:7 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json:2 +msgid "Netlink" +msgstr "Netlink" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:7 +msgid "Netlink Plugin Configuration" +msgstr "Netlink Plugin Konfiguracija" + +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json:2 +msgid "Network" +msgstr "Mreža" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:6 +msgid "Network Plugin Configuration" +msgstr "Network Plugin Konfiguracija" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:69 +msgid "Network communication enabled" +msgstr "Mrežna komunikacija omogućena" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:87 +msgid "Network plugins" +msgstr "Mrežni dodaci" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:178 +msgid "No RRD data found" +msgstr "Nisu pronađeni RRD podaci" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:15 +msgid "" +"Note: as pages are rendered by user 'nobody', the *.rrd files, the storage " +"directory and all its parent directories need to be world readable." +msgstr "" +"Napomena: pošto se stranice prikazuju od strane korisnika 'niko', datoteke *." +"rrd, direktorijum za skladištenje i svi njegovi nadređeni direktoriji moraju " +"da budu čitljivi širom sveta." + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:23 +msgid "Notify level" +msgstr "Nivo obaveštenja" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:77 +msgid "Number of threads for data collection" +msgstr "Broj niti za prikupljanje podataka" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/olsrd.js:10 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json:2 +msgid "OLSRd" +msgstr "OLSRd" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:6 +msgid "OLSRd Plugin Configuration" +msgstr "OLSRd Plugin Konfiguracija" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:29 +msgid "Only create average RRAs" +msgstr "Kreirajte samo prosečne RRA" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/openvpn.js:7 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json:2 +msgid "OpenVPN" +msgstr "OpenVPN" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:7 +msgid "OpenVPN Plugin Configuration" +msgstr "OpenVPN Plugin Konfiguracija" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:27 +msgid "OpenVPN status files" +msgstr "OpenVPN statusne datoteke" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:88 +msgid "Output plugins" +msgstr "Izlazni dodaci" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:46 +msgid "Overview" +msgstr "Pregled" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:18 +msgid "Percent values" +msgstr "Procentualne vrednosti" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/ping.js:7 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json:2 +msgid "Ping" +msgstr "Ping" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:6 +msgid "Ping Plugin Configuration" +msgstr "Ping Plugin Konfiguracija" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:136 +msgid "Plugin is disabled" +msgstr "Dodatak je onemogućen" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:18 +msgid "Port" +msgstr "Port" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:19 +msgid "Port for apcupsd communication" +msgstr "Port za apcupsd komunikaciju" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:20 +msgid "Port for chronyd" +msgstr "Port za chronyd" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:15 +msgid "Possibly bug in collectd. Only 127.0.0.1 and localhost work" +msgstr "Možda je greška u collectd. Samo 127.0.0.1 i lokalni host rade" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/processes.js:7 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json:2 +msgid "Processes" +msgstr "Proces" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js:6 +msgid "Processes Plugin Configuration" +msgstr "Processes Plugin Konfiguracija" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/cpu.js:8 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json:2 +msgid "Processor" +msgstr "Procesor" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:26 +msgid "Qdisc monitoring" +msgstr "Qdisc monitoring" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:57 +msgid "RRD XFiles Factor" +msgstr "RRD XFiles Faktor" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:24 +msgid "RRD heart beat interval" +msgstr "RRD interval otkucaja srca" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:19 +msgid "RRD step interval" +msgstr "RRD interval koraka" + +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json:2 +msgid "RRDTool" +msgstr "RRDTool" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:6 +msgid "RRDTool Plugin Configuration" +msgstr "RRDTool Plugin Konfiguracija" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:27 +msgid "Report also the value for the idle metric" +msgstr "Prijavite i vrednost neaktivne metrike" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:14 +msgid "Report by CPU" +msgstr "CPU izveštaj" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:20 +msgid "Report by state" +msgstr "Izveštaj po stanju" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:32 +msgid "Report in percent" +msgstr "Izveštaj u procentima" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:52 +msgid "Rows per RRA" +msgstr "Redovi po RRA" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:161 +msgid "Rule monitoring enabled" +msgstr "Praćenje pravila je omogućeno" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/snmp6.js:7 +msgid "SNMP6" +msgstr "SNMP6" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:7 +msgid "SNMP6 Plugin Configuration" +msgstr "SNMP6 Plugin Konfiguracija" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/sqm.js:7 +msgid "SQM" +msgstr "SQM" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/sqmcake.js:7 +msgid "SQM-Cake" +msgstr "SQM-Torta" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:24 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:44 +msgid "Script" +msgstr "Skripta" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:74 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:25 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:31 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:19 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:24 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:70 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:90 +msgid "Seconds" +msgstr "Sekunde" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:23 +msgid "Sensor list" +msgstr "Lista senzora" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/sensors.js:7 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json:2 +msgid "Sensors" +msgstr "Senzori" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:15 +msgid "Sensors Plugin Configuration" +msgstr "Sensors Plugin Konfiguracija" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:58 +msgid "Server host" +msgstr "Server host" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:50 +msgid "Server interfaces" +msgstr "Serverski interfejsi" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:62 +msgid "Server port" +msgstr "Server port" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:20 +msgid "Set the maximum size for datagrams sent over the network" +msgstr "Podesite maksimalnu veličinu za datagrame koji se šalju preko mreže" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:14 +msgid "Sets the syslog log-level." +msgstr "Podesite syslog log-nivo." + +#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:24 +msgid "Setup" +msgstr "Podešavanja" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:185 +msgid "Setup collectd" +msgstr "Podesite collectd" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:31 +msgid "Shaping class monitoring" +msgstr "Oblikovati class monitoring" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:26 +msgid "Show Idle state" +msgstr "Prikaži stanje mirovanja" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:34 +msgid "Show max values instead of averages" +msgstr "Prikaži maksimalne vrednosti umesto proseka" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:23 +msgid "Simple CPU frequency monitoring enabled" +msgstr "Omogućeno je jednostavno praćenje frekvencije CPU (procesora)" + +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/snmp6.json:2 +msgid "Snmp6" +msgstr "Snmp6" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:34 +msgid "Socket %s active" +msgstr "Socket %s aktivna" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:15 +msgid "Socket file" +msgstr "Socket file" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:19 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:19 +msgid "Socket group" +msgstr "Socket grupa" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:15 +msgid "Socket path" +msgstr "Socket putanja" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:24 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:25 +msgid "Socket permissions" +msgstr "Socket dozvole" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:22 +msgid "Specifies what information to collect about links." +msgstr "Određuje koje informacije o vezama treba prikupiti." + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:29 +msgid "Specifies what information to collect about routes." +msgstr "Određuje koje informacije o rutama treba prikupiti." + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:36 +msgid "Specifies what information to collect about the global topology." +msgstr "Određuje koje informacije treba prikupiti o globalnoj topologiji." + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/splash_leases.js:10 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json:2 +msgid "Splash Leases" +msgstr "Splash Leases" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/splash_leases.js:6 +msgid "Splash Leases Plugin Configuration" +msgstr "Splash Leases Plugin Konfiguracija" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:213 +#: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:3 +msgid "Statistics" +msgstr "Statistika" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:127 +msgid "Status" +msgstr "Status" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:14 +msgid "Storage directory" +msgstr "Direktorijum za skladištenje" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/csv.js:14 +msgid "Storage directory for the csv files" +msgstr "Direktorijum za skladištenje csv datoteka" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/csv.js:18 +msgid "Store data values as rates instead of absolute values" +msgstr "Čuvajte vrednosti podataka kao stope umesto apsolutnih vrednosti" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:38 +msgid "Stored timespans" +msgstr "Sačuvani vremenski rasponi" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/csv.js:24 +msgid "Storing CSV data in %s" +msgstr "Čuvanje CSV podataka u %s" + +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/syslog.json:2 +msgid "Syslog" +msgstr "Syslog" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:6 +msgid "Syslog Plugin Configuration" +msgstr "Syslog Plugin Konfiguracija" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:32 +msgid "Syslog enabled" +msgstr "Syslog omogućen" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/load.js:7 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json:2 +msgid "System Load" +msgstr "Opterećenje sistema" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/tcpconns.js:7 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json:2 +msgid "TCP Connections" +msgstr "TCP veze" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:6 +msgid "TCPConns Plugin Configuration" +msgstr "TCPConns Plugin Konfiguracija" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:15 +msgid "TTL for network packets" +msgstr "TTL za mrežne pakete" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:26 +msgid "TTL for ping packets" +msgstr "TTL za ping pakete" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:85 +msgid "Table" +msgstr "Tabela" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:7 +msgid "The APCUPS plugin collects statistics about the APC UPS." +msgstr "APCUPS plugin prikuplja statistiku o APC UPS." + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:7 +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "NUT plugin čita informaciju o besprekidnim izvorima napajanja." + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:7 +msgid "" +"The OLSRd plugin reads information about meshed networks from the txtinfo " +"plugin of OLSRd." +msgstr "" +"OLSRd plugin čita informaciju o meshed networks iz txtinfo plugin of OLSRd." + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:8 +msgid "" +"The OpenVPN plugin gathers information about the current vpn connection " +"status." +msgstr "OpenVPN dodatak prikuplja informacije o trenutnom statusu vpn veze." + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:7 +msgid "" +"The SysLog plugin receives log messages from the daemon and dispatches them " +"to syslog." +msgstr "SisLog dodatak prima dnevnik poruke od demona i šalje ih u sislog." + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:132 +msgid "The chain name must not contain spaces" +msgstr "Ime lanca ne smije sadržavati razmake" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:7 +msgid "The chrony plugin will monitor chrony NTP server statistics" +msgstr "Chrony dodatak će nadgledati statistike chrony NTP servera" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:153 +msgid "The comment to match must not contain spaces" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/conntrack.js:7 +msgid "" +"The conntrack plugin collects statistics about the number of tracked " +"connections." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:7 +msgid "The cpu plugin collects basic statistics about the processor usage." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/csv.js:7 +msgid "" +"The csv plugin stores collected data in csv file format for further " +"processing by external programs." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:8 +msgid "" +"The df plugin collects statistics about the disk space usage on different " +"devices, mount points or filesystem types." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:7 +msgid "The dhcpleases plugin collects information about assigned DHCP leases." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:8 +msgid "" +"The disk plugin collects detailed usage statistics for selected partitions " +"or whole disks." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:8 +msgid "" +"The dns plugin collects detailed statistics about dns related traffic on " +"selected interfaces." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:8 +msgid "" +"The email plugin creates a unix socket which can be used to transmit email-" +"statistics to a running collectd daemon. This plugin is primarily intended " +"to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can " +"be used in other ways as well." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/entropy.js:7 +msgid "The entropy plugin collects statistics about the available entropy." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:8 +msgid "" +"The exec plugin starts external commands to read values from or to notify " +"external processes when certain threshold values have been reached." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:80 +msgid "The instance name must not contain spaces" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:8 +msgid "" +"The interface plugin collects traffic statistics on selected interfaces." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ipstatistics.js:8 +msgid "" +"The ipstatistics plugin collects IPv4 and IPv6 statistics to compare them." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:9 +msgid "" +"The iptables plugin will monitor selected firewall rules and collect " +"information about processed bytes and packets per rule." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:8 +msgid "" +"The irq plugin will monitor the rate of issues per second for each selected " +"interrupt. If no interrupt is selected then all interrupts are monitored." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:8 +msgid "" +"The iwinfo plugin collects statistics about wireless signal strength, noise " +"and quality." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/load.js:7 +msgid "The load plugin collects statistics about the general system load." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:7 +msgid "The memory plugin collects statistics about the memory usage." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:8 +msgid "" +"The netlink plugin collects extended information like qdisc-, class- and " +"filter-statistics for selected interfaces." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:7 +msgid "" +"The network plugin provides network based communication between different " +"collectd instances. Collectd can operate both in client and server mode. In " +"client mode locally collected data is transferred to a collectd server " +"instance, in server mode the local instance receives data from other hosts." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:7 +msgid "" +"The ping plugin will send icmp echo replies to selected hosts and measure " +"the roundtrip time for each host." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js:7 +msgid "" +"The processes plugin collects information like cpu time, page faults and " +"memory usage of selected processes." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:7 +msgid "" +"The rrdtool plugin stores the collected data in rrd database files, the " +"foundation of the diagrams.<br /><br /><strong>Warning: Setting the wrong " +"values will result in a very high memory consumption in the temporary " +"directory. This can render the device unusable!</strong>" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js:16 +msgid "" +"The sensors plugin uses the Linux Sensors framework to gather environmental " +"statistics." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/snmp6.js:8 +msgid "The snmp6 plugin collects IPv6 statistics for selected interfaces." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/splash_leases.js:7 +msgid "" +"The splash leases plugin uses libuci to collect statistics about splash " +"leases." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:7 +msgid "" +"The tcpconns plugin collects information about open tcp connections on " +"selected ports." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:8 +msgid "" +"The thermal plugin will monitor temperature of the system. Data is typically " +"read from /sys/class/thermal/*/temp ( '*' denotes the thermal device to be " +"read, e.g. thermal_zone1 )" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:8 +msgid "" +"The unixsock plugin creates a unix socket which can be used to read " +"collected data from a running collectd instance." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/uptime.js:7 +msgid "The uptime plugin collects statistics about the uptime of the system." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:179 +msgid "There is no RRD data available yet to render graphs." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/thermal.js:7 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json:2 +msgid "Thermal" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js:7 +msgid "Thermal Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/contextswitch.js:7 +msgid "This plugin collects statistics about the processor context switches." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js:7 +msgid "This plugin collects statistics about the processor frequency scaling." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:33 +msgid "" +"This section defines on which interfaces collectd will wait for incoming " +"connections." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:51 +msgid "" +"This section defines to which servers the locally collected data is sent to." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:25 +msgid "Timeout for polling chrony" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:80 +msgid "Try to lookup fully qualified hostname" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/nut.js:7 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:14 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2 +msgid "UPS" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:6 +msgid "UPS Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:14 +msgid "UPS name in NUT ups@host format" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:27 +msgid "URL" +msgstr "" + +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json:2 +msgid "UnixSock" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js:7 +msgid "Unixsock Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/uptime.js:15 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json:2 +msgid "Uptime" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/uptime.js:6 +msgid "Uptime Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/uptime.js:10 +msgid "Uptime monitoring enabled" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js:24 +msgid "Use improved naming schema" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:68 +msgid "Used PID file" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:27 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:47 +msgid "User" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js:21 +msgid "Verbose monitoring" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 +msgid "" +"When a host has not replied to this number of packets in a row, re-resolve " +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 +msgid "When none selected, all disks will be monitored." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js:16 +msgid "When none selected, all interfaces will be monitored." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:21 +msgid "When set to true, reports per-state metric (system, user, idle)" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:14 +msgid "When set to true, we request absolute values" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js:33 +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js:18 +msgid "When set to true, we request percentage values" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/iwinfo.js:7 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json:2 +msgid "Wireless" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:7 +msgid "Wireless iwinfo Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:97 +msgid "Writing *.rrd files to %s" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:180 +msgid "" +"You need to configure <em>collectd</em> to gather data into <em>.rrd</em> " +"files." +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:31 +msgid "cURL plugin enabled" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/curl.js:10 +#: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json:2 +msgid "cUrl" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js:6 +msgid "cUrl Plugin Configuration" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js:139 +msgid "none" +msgstr "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:107 +msgid "one device" +msgid_plural "%d devices" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:109 +msgid "one filesystem type" +msgid_plural "%d filesystem types" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:39 +msgid "one local port" +msgid_plural "%d local ports" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js:108 +msgid "one mount" +msgid_plural "%d mounts" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js:40 +msgid "one remote port" +msgid_plural "%d remote ports" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:29 +msgid "reduces rrd size" +msgstr "" + +#~ msgid "Cache flush interval" +#~ msgstr "Cache flush interval" + +#~ msgid "Action (target)" +#~ msgstr "Action (target)" + +#~ msgid "Add matching rule" +#~ msgstr "Add matching rule" + +#~ msgid "" +#~ "Collectd is a small daemon for collecting data from various sources " +#~ "through different plugins. On this page you can change general settings " +#~ "for the collectd daemon." +#~ msgstr "" +#~ "Collectd is a small daemon for collecting data from various sources " +#~ "through different plugins. On this page you can change general settings " +#~ "for the collectd daemon." + +#~ msgid "Destination ip range" +#~ msgstr "Destination ip range" + +#~ msgid "Incoming interface" +#~ msgstr "Incoming interface" + +#~ msgid "Name of the rule" +#~ msgstr "Name of the rule" + +#~ msgid "Network protocol" +#~ msgstr "Network protocol" + +#~ msgid "Options" +#~ msgstr "Options" + +#~ msgid "Outgoing interface" +#~ msgstr "Outgoing interface" + +#~ msgid "Source ip range" +#~ msgstr "Source ip range" + +#~ msgid "e.g. br-ff" +#~ msgstr "e.g. br-ff" + +#~ msgid "e.g. br-lan" +#~ msgstr "e.g. br-lan" + +#~ msgid "e.g. reject-with tcp-reset" +#~ msgstr "e.g. reject-with tcp-reset" + +#~ msgid "max. 16 chars" +#~ msgstr "max. 16 chars" + +#~ msgid "seconds; multiple separated by space" +#~ msgstr "seconds; multiple separated by space" + +#~ msgid "server interfaces" +#~ msgstr "server interfaces" diff --git a/applications/luci-app-statistics/po/sv/statistics.po b/applications/luci-app-statistics/po/sv/statistics.po index 60454d409a..7d242ee76c 100644 --- a/applications/luci-app-statistics/po/sv/statistics.po +++ b/applications/luci-app-statistics/po/sv/statistics.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2021-11-05 14:38+0000\n" -"Last-Translator: Paul Dee <itsascambutmailmeanyway+weblate@gmail.com>\n" +"PO-Revision-Date: 2022-12-06 15:41+0000\n" +"Last-Translator: Kristoffer Grundström <swedishsailfishosuser@tutanota.com>\n" "Language-Team: Swedish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsstatistics/sv/>\n" "Language: sv\n" @@ -10,7 +10,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.9-dev\n" +"X-Generator: Weblate 4.15-dev\n" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/apcups.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2 @@ -421,7 +421,7 @@ msgstr "" #: applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json:15 msgid "Graphs" -msgstr "Grafer" +msgstr "Diagram" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:31 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js:51 @@ -548,7 +548,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:14 msgid "Log level" -msgstr "" +msgstr "Logg-nivå" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:20 msgid "Match IPv4 iptables rules" @@ -633,7 +633,7 @@ msgstr "Övervaka värdar" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js:15 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js:15 msgid "Monitor interfaces" -msgstr "Övervaka gränssnitt" +msgstr "Övervaka gränssnitten" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js:15 msgid "Monitor interrupts" @@ -1044,7 +1044,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:62 msgid "Server port" -msgstr "Server-port" +msgstr "Port för server" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js:20 msgid "Set the maximum size for datagrams sent over the network" @@ -1498,7 +1498,7 @@ msgstr "Detaljerad övervakning" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 diff --git a/applications/luci-app-statistics/po/templates/statistics.pot b/applications/luci-app-statistics/po/templates/statistics.pot index 1360ee5ff1..c1391520fb 100644 --- a/applications/luci-app-statistics/po/templates/statistics.pot +++ b/applications/luci-app-statistics/po/templates/statistics.pot @@ -1487,7 +1487,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 diff --git a/applications/luci-app-statistics/po/tr/statistics.po b/applications/luci-app-statistics/po/tr/statistics.po index 5f02682691..0427177fbf 100644 --- a/applications/luci-app-statistics/po/tr/statistics.po +++ b/applications/luci-app-statistics/po/tr/statistics.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2021-08-22 19:59+0000\n" -"Last-Translator: Erdinc <erdincbeldek@gmail.com>\n" +"PO-Revision-Date: 2022-02-18 20:58+0000\n" +"Last-Translator: Oğuz Ersen <oguzersen@protonmail.com>\n" "Language-Team: Turkish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsstatistics/tr/>\n" "Language: tr\n" @@ -10,7 +10,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.8.1-dev\n" +"X-Generator: Weblate 4.11-dev\n" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/apcups.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2 @@ -1569,11 +1569,11 @@ msgstr "Ayrıntılı izleme" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." msgstr "" -"Bir ana bilgisayar arka arkaya bu sayıda pakete yanıt vermediğinde, ana " -"bilgisayar adını DNS'de yeniden çözün. Dinamik DNS ana bilgisayarları için " -"kullanışlıdır." +"Bir ana makine arka arkaya bu sayıda pakete yanıt vermediğinde, ana makine " +"adını DNS'de yeniden çözümle. Dinamik DNS ana makineleri için faydalıdır. " +"Öntanımlı değer -1 = devre dışıdır." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 msgid "When none selected, all disks will be monitored." @@ -1664,3 +1664,11 @@ msgstr[0] "%d uzak bağlantı noktası" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js:29 msgid "reduces rrd size" msgstr "rrd boyutunu küçültür" + +#~ msgid "" +#~ "When a host has not replied to this number of packets in a row, re-" +#~ "resolve the hostname in DNS. Useful for dynamic DNS hosts." +#~ msgstr "" +#~ "Bir ana bilgisayar arka arkaya bu sayıda pakete yanıt vermediğinde, ana " +#~ "bilgisayar adını DNS'de yeniden çözün. Dinamik DNS ana bilgisayarları " +#~ "için kullanışlıdır." diff --git a/applications/luci-app-statistics/po/uk/statistics.po b/applications/luci-app-statistics/po/uk/statistics.po index 45613d955c..b052eef6a3 100644 --- a/applications/luci-app-statistics/po/uk/statistics.po +++ b/applications/luci-app-statistics/po/uk/statistics.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2021-11-04 17:37+0000\n" -"Last-Translator: Paul Dee <itsascambutmailmeanyway+weblate@gmail.com>\n" +"PO-Revision-Date: 2022-04-18 16:53+0000\n" +"Last-Translator: Vladdrako <vladdrako007@gmail.com>\n" "Language-Team: Ukrainian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsstatistics/uk/>\n" "Language: uk\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 4.9-dev\n" +"X-Generator: Weblate 4.12-dev\n" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/apcups.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2 @@ -547,7 +547,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117 msgid "Loading data…" -msgstr "" +msgstr "Завантаження даних…" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:14 msgid "Log level" @@ -1514,7 +1514,7 @@ msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 diff --git a/applications/luci-app-statistics/po/vi/statistics.po b/applications/luci-app-statistics/po/vi/statistics.po index 5108c2b673..ae21770264 100644 --- a/applications/luci-app-statistics/po/vi/statistics.po +++ b/applications/luci-app-statistics/po/vi/statistics.po @@ -5,8 +5,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-08-16 06:58+0200\n" -"PO-Revision-Date: 2020-11-21 12:21+0000\n" -"Last-Translator: Darias <DariasLuc@gmail.com>\n" +"PO-Revision-Date: 2022-01-08 22:54+0000\n" +"Last-Translator: Paul Spooren <mail@aparcar.org>\n" "Language-Team: Vietnamese <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsstatistics/vi/>\n" "Language: vi\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.4-dev\n" +"X-Generator: Weblate 4.10.1\n" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/apcups.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2 @@ -1271,8 +1271,8 @@ msgid "" "The dns plugin collects detailed statistics about dns related traffic on " "selected interfaces." msgstr "" -" dns plugin thu thập những thông kê chi tiết về dns liên quan đến lưu thông " -"trên những giao diện được chọn. " +"dns plugin thu thập những thông kê chi tiết về dns liên quan đến lưu thông " +"trên những giao diện được chọn." #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js:8 msgid "" @@ -1539,7 +1539,7 @@ msgstr "Verbose monitoring" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." msgstr "" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 diff --git a/applications/luci-app-statistics/po/zh_Hans/statistics.po b/applications/luci-app-statistics/po/zh_Hans/statistics.po index a92a591adb..7f47726f59 100644 --- a/applications/luci-app-statistics/po/zh_Hans/statistics.po +++ b/applications/luci-app-statistics/po/zh_Hans/statistics.po @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-06-10 03:40+0200\n" -"PO-Revision-Date: 2021-08-18 10:44+0000\n" -"Last-Translator: Eric <spice2wolf@gmail.com>\n" +"PO-Revision-Date: 2022-01-23 10:04+0000\n" +"Last-Translator: Eric <alchemillatruth@purelymail.com>\n" "Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/" "openwrt/luciapplicationsstatistics/zh_Hans/>\n" "Language: zh_Hans\n" @@ -16,7 +16,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.8-dev\n" +"X-Generator: Weblate 4.11-dev\n" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/apcups.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2 @@ -556,7 +556,7 @@ msgstr "已启用负载监控" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117 msgid "Loading data…" -msgstr "正在加载数据…" +msgstr "加载数据中…" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:14 msgid "Log level" @@ -1513,10 +1513,8 @@ msgstr "详细监测" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." -msgstr "" -"当主机连着对指定数目的数据包无响应,在 DNS 中重新解析主机名。对动态 DNS 主机" -"有用。" +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." +msgstr "当主机连着未响应这个数量的数据包时,在 DNS 中重新解析主机名。对动态 DNS 主机有用。默认值是 -1 =禁用。" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 msgid "When none selected, all disks will be monitored." @@ -1604,6 +1602,13 @@ msgstr[0] "%d 个远程端口" msgid "reduces rrd size" msgstr "减少 rrd 大小" +#~ msgid "" +#~ "When a host has not replied to this number of packets in a row, re-" +#~ "resolve the hostname in DNS. Useful for dynamic DNS hosts." +#~ msgstr "" +#~ "当主机连着对指定数目的数据包无响应,在 DNS 中重新解析主机名。对动态 DNS 主" +#~ "机有用。" + #~ msgid "Cache flush interval" #~ msgstr "缓存清空间隙" diff --git a/applications/luci-app-statistics/po/zh_Hant/statistics.po b/applications/luci-app-statistics/po/zh_Hant/statistics.po index 6c02ca91e6..4b09340197 100644 --- a/applications/luci-app-statistics/po/zh_Hant/statistics.po +++ b/applications/luci-app-statistics/po/zh_Hant/statistics.po @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-06-10 03:40+0200\n" -"PO-Revision-Date: 2021-08-18 10:44+0000\n" -"Last-Translator: Hulen <shift0106@gmail.com>\n" +"PO-Revision-Date: 2022-04-17 15:06+0000\n" +"Last-Translator: 王攀 <41330784@qq.com>\n" "Language-Team: Chinese (Traditional) <https://hosted.weblate.org/projects/" "openwrt/luciapplicationsstatistics/zh_Hant/>\n" "Language: zh_Hant\n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.8-dev\n" +"X-Generator: Weblate 4.12-dev\n" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/apcups.js:7 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json:2 @@ -123,7 +123,7 @@ msgstr "將插座檔的所有權變更為指定的群組。" #: applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/chrony.js:8 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/chrony.json:2 msgid "Chrony" -msgstr "Chrony" +msgstr "Chrony 系統校時" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/chrony.js:6 msgid "Chrony Plugin Configuration" @@ -555,7 +555,7 @@ msgstr "負載監視已啟用" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:30 #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/graphs.js:117 msgid "Loading data…" -msgstr "讀取資料中…" +msgstr "正在加載數據…" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/syslog.js:14 msgid "Log level" @@ -914,7 +914,7 @@ msgstr "插件已停用" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js:18 msgid "Port" -msgstr "通訊埠" +msgstr "連接埠" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:19 msgid "Port for apcupsd communication" @@ -1457,7 +1457,7 @@ msgstr "嘗試解析主機全域名" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:14 #: applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json:2 msgid "UPS" -msgstr "UPS" +msgstr "UPS電源" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js:6 msgid "UPS Plugin Configuration" @@ -1512,10 +1512,9 @@ msgstr "詳細監視" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js:37 msgid "" "When a host has not replied to this number of packets in a row, re-resolve " -"the hostname in DNS. Useful for dynamic DNS hosts." -msgstr "" -"當主機連著對指定數目的資料封包無回應,在 DNS 中重新解析主機名稱。對動態 DNS " -"主機有用。" +"the hostname in DNS. Useful for dynamic DNS hosts. Default is -1 = disabled." +msgstr "當主機接連未回應這個數量的資料封包時,在 DNS 中重新解析主機名稱。對動態 DNS " +"主機有用。預設值是 -1 =停用。" #: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js:16 msgid "When none selected, all disks will be monitored." @@ -1603,6 +1602,13 @@ msgstr[0] "%d 遠端阜" msgid "reduces rrd size" msgstr "減少 rrd 大小" +#~ msgid "" +#~ "When a host has not replied to this number of packets in a row, re-" +#~ "resolve the hostname in DNS. Useful for dynamic DNS hosts." +#~ msgstr "" +#~ "當主機連著對指定數目的資料封包無回應,在 DNS 中重新解析主機名稱。對動態 " +#~ "DNS 主機有用。" + #~ msgid "Cache flush interval" #~ msgstr "快取清空間隙" diff --git a/applications/luci-app-statistics/root/etc/config/luci_statistics b/applications/luci-app-statistics/root/etc/config/luci_statistics index 43d825bc95..603e038800 100644 --- a/applications/luci-app-statistics/root/etc/config/luci_statistics +++ b/applications/luci-app-statistics/root/etc/config/luci_statistics @@ -22,7 +22,7 @@ config statistics 'collectd_rrdtool' option DataDir '/tmp/rrd' option RRARows '288' option RRASingle '1' - option RRATimespans '1hour 1day 1week 1month 1year' + option RRATimespans '2hour 1day 1week 1month 1year' config statistics 'collectd_csv' option enable '0' diff --git a/applications/luci-app-statistics/root/etc/init.d/luci_statistics b/applications/luci-app-statistics/root/etc/init.d/luci_statistics index 2dc176c83c..3684bc1834 100755 --- a/applications/luci-app-statistics/root/etc/init.d/luci_statistics +++ b/applications/luci-app-statistics/root/etc/init.d/luci_statistics @@ -17,7 +17,7 @@ start_service() { fi ### create config - /usr/bin/stat-genconfig > /var/etc/collectd.conf + /usr/libexec/stat-genconfig > /var/etc/collectd.conf ### workaround broken permissions on /tmp chmod 1777 /tmp diff --git a/applications/luci-app-statistics/root/usr/bin/stat-genconfig b/applications/luci-app-statistics/root/usr/bin/stat-genconfig deleted file mode 100755 index fa59edc3a9..0000000000 --- a/applications/luci-app-statistics/root/usr/bin/stat-genconfig +++ /dev/null @@ -1,323 +0,0 @@ -#!/usr/bin/lua - ---[[ - -Luci statistics - collectd configuration generator -(c) 2008 Freifunk Leipzig / Jo-Philipp Wich <jow@openwrt.org> - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id$ - -]]-- - - -require("luci.model.uci") -require("luci.util") -require("luci.i18n") -require("luci.jsonc") -require("nixio.fs") - -local uci = luci.model.uci.cursor() -local sections = uci:get_all( "luci_statistics" ) - - -function print(...) - nixio.stdout:write(...) - nixio.stdout:write("\n") -end - -function section( plugin ) - - local config = sections[ "collectd_" .. plugin ] or sections["collectd"] - - if type(config) == "table" and ( plugin == "collectd" or config.enable == "1" ) then - - local params = "" - - if type( plugins[plugin] ) == "function" then - params = plugins[plugin]( config ) - else - params = config_generic( config, plugins[plugin][1], plugins[plugin][2], plugins[plugin][3], plugin == "collectd" ) - end - - - if plugin ~= "collectd" then - print( "LoadPlugin " .. plugin ) - - if params:len() > 0 then - print( "<Plugin " .. plugin .. ">\n" .. params .. "</Plugin>\n" ) - else - print( "" ) - end - else - print( params .. "\n" ) - end - end -end - -function config_generic( c, singles, bools, lists, nopad ) - local str = "" - - if type(c) == "table" then - - if type(singles) == "table" then - for i, key in ipairs( singles ) do - if preprocess[key] then - c[key] = preprocess[key](c[key]) - end - - str = str .. _string( c[key], key, nopad ) - end - end - - if type(bools) == "table" then - for i, key in ipairs( bools ) do - if preprocess[key] then - c[key] = preprocess[key](c[key]) - end - - str = str .. _bool( c[key], key, nopad ) - end - end - - if type(lists) == "table" then - str = str .. _list_expand( c, lists, nopad ) - end - end - - return str -end - -function config_exec( c ) - local str = "" - - for s in pairs(sections) do - for key, type in pairs({ Exec="collectd_exec_input", NotificationExec="collectd_exec_notify" }) do - if sections[s][".type"] == type then - - cmd = sections[s].cmdline - - if cmd then - cmd = cmd:gsub("^%s+", ""):gsub("%s+$", "") - user = sections[s].cmduser or "nobody" - group = sections[s].cmdgroup - - str = str .. "\t" .. key .. ' "' .. - user .. ( group and ":" .. group or "" ) .. '" "' .. - cmd:gsub('%s+', '" "') .. '"\n' - end - end - end - end - - return str -end - -function config_curl( c ) - local str = "" - - for s in pairs(sections) do - if sections[s][".type"] == "collectd_curl_page" then - str = str .. "\t<Page \"" .. sections[s].name .. "\">\n" .. - "\t\tURL \"" .. sections[s].url .. "\"\n" .. - "\t\tMeasureResponseTime true\n" .. - "\t</Page>\n" - end - end - - return str -end - -function config_iptables( c ) - local str = "" - - for id, s in pairs(sections) do - if s[".type"] == "collectd_iptables_match" or s[".type"] == "collectd_iptables_match6" then - local tname = s.table and tostring(s.table) - local chain = s.chain and tostring(s.chain) - - if tname and tname:match("^%S+$") and chain and chain:match("^%S+$") then - local line = { #s[".type"] > 23 and "\tChain6" or "\tChain", tname, chain } - local rule = s.rule and tostring(s.rule) - - if rule and rule:match("^%S+$") then - line[#line+1] = rule - - local name = s.name and tostring(s.name) - if name and name:match("^%S+$") then - line[#line+1] = name - end - end - - str = str .. table.concat(line, " ") .. "\n" - end - end - end - - return str -end - -function config_network( c ) - local str = "" - - for s in pairs(sections) do - for key, type in pairs({ Listen="collectd_network_listen", Server="collectd_network_server" }) do - if sections[s][".type"] == type then - - host = sections[s].host - port = sections[s].port - - if host then - if port then - str = str .. "\t" .. key .. " \"" .. host .. "\" \"" .. port .. "\"\n" - else - str = str .. "\t" .. key .. " \"" .. host .. "\"\n" - end - end - end - end - end - - return str .. - _string(c["MaxPacketSize"], "MaxPacketSize") .. - _string(c["TimeToLive"], "TimeToLive") .. - _bool(c["Forward"], "Forward") .. - _bool(c["ReportStats"], "ReportStats") -end - - -function _list_expand( c, l, nopad ) - local str = "" - - for i, n in ipairs(l) do - if c[n] then - if preprocess[n] then - c[n] = preprocess[n](c[n]) - end - - if n:find("(%w+)ses") then - k = n:gsub("(%w+)ses$", "%1s") - else - k = n:gsub("(%w+)s$", "%1") - end - - str = str .. _expand( c[n], k, nopad ) - end - end - - return str -end - -function _expand( s, n, nopad ) - local str = "" - - if type(s) == "string" then - for i, v in ipairs( luci.util.split( s, "%s+", nil, true ) ) do - str = str .. _string( v, n, nopad ) - end - elseif type(s) == "table" then - for i, v in ipairs(s) do - str = str .. _string( v, n, nopad ) - end - end - - return str -end - -function _bool( s, n, nopad ) - - local str = "" - local pad = "" - if not nopad then pad = "\t" end - - if s and s == "1" then - str = pad .. n .. " true" - else - str = pad .. n .. " false" - end - - return str .. "\n" -end - -function _string( s, n, nopad ) - - local str = "" - local pad = "" - if not nopad then pad = "\t" end - - if s then - if s:find("[^%d]") or n == "Port" or n == "Irq" then - if not s:find("[^%w]") and n ~= "Port" and n ~= "Irq" then - str = pad .. n .. " " .. luci.util.trim(s) - else - str = pad .. n .. ' "' .. luci.util.trim(s) .. '"' - end - else - str = pad .. n .. " " .. luci.util.trim(s) - end - - str = str .. "\n" - end - - return str -end - - -plugins = { - collectd = { - { "BaseDir", "Include", "PIDFile", "PluginDir", "TypesDB", "Interval", "ReadThreads", "Hostname" }, - { }, - { } - }, - logfile = { - { "LogLevel", "File" }, - { "Timestamp" }, - { } - }, -} - -local plugin_dir = "/usr/share/luci/statistics/plugins/" -for filename in nixio.fs.dir(plugin_dir) do - local name = filename:gsub("%.json", "") - if (name == "exec") then - plugins[name] = config_exec - elseif (name == "iptables") then - plugins[name] = config_iptables - elseif (name == "curl") then - plugins[name] = config_curl - elseif (name == "network") then - plugins[name] = config_network - else - 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 - - -preprocess = { - RRATimespans = function(val) - local rv = { } - for time in luci.util.imatch(val) do - table.insert( rv, luci.util.parse_units(time) ) - end - return table.concat(rv, " ") - end -} - - -section("collectd") - -section("logfile") - -for plugin in pairs(plugins) do - if (plugin ~= "collectd") and (plugin ~= "logfile") then - section( plugin ) - end -end diff --git a/applications/luci-app-statistics/root/usr/libexec/stat-genconfig b/applications/luci-app-statistics/root/usr/libexec/stat-genconfig new file mode 100755 index 0000000000..d60e1a69ed --- /dev/null +++ b/applications/luci-app-statistics/root/usr/libexec/stat-genconfig @@ -0,0 +1,284 @@ +#!/usr/bin/env ucode +/* +Luci statistics - collectd configuration generator +(c) 2008-2022 Jo-Philipp Wich <jo@mein.io> + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +*/ + +'use strict'; + +import { lsdir, open } from 'fs'; +import { cursor } from 'uci'; + +const uci = cursor(); +const sections = uci.get_all('luci_statistics'); + +const plugins = { + collectd: [ + [ 'BaseDir', 'Include', 'PIDFile', 'PluginDir', 'TypesDB', 'Interval', 'ReadThreads', 'Hostname' ], + [], + [] + ], + logfile: [ + [ 'LogLevel', 'File' ], + [ 'Timestamp' ], + [] + ], +}; + +function parse_units(ustr) { + let val = 0; + + // unit map + const map = { + y : 60 * 60 * 24 * 366, + m : 60 * 60 * 24 * 31, + w : 60 * 60 * 24 * 7, + d : 60 * 60 * 24, + h : 60 * 60, + min: 60 + }; + + // parse input string + for (let spec in match(lc(ustr), /([0-9.]+)([a-z]*)/g)) { + let num = +spec[1]; + let mul = map[spec[2]] ?? map[substr(spec[2], 0, 1)] ?? 1; + + val += num * mul; + } + + return int(val); +} + +const preprocess = { + RRATimespans: function(val) { + return join(' ', map(split(val, /\s+/), parse_units)); + } +}; + + +function _bool(s, n, nopad) { + if (s == '1') + return `${nopad ? '' : '\t'}${n} true\n`; + + if (s == '0') + return `${nopad ? '' : '\t'}${n} false\n`; + + return ''; +} + +function _string(s, n, nopad) { + if (s) { + if (n == 'Port' || n == 'Irq' || match(s, /[^0-9]/)) { + if (!match(s, /[^\w]/) && n != 'Port' && n != 'Irq') + return `${nopad ? '' : '\t'}${n} ${trim(s)}\n`; + else + return `${nopad ? '' : '\t'}${n} "${trim(s)}"\n`; + } + else { + return `${nopad ? '' : '\t'}${n} ${trim(s)}\n`; + } + } + + return ''; +} + +function _expand(s, n, nopad) { + let str = ""; + + if (type(s) == 'string') { + for (let v in split(s, /\s+/)) + str += _string(v, n, nopad); + } + else if (type(s) == 'array') { + for (let v in s) + str += _string(v, n, nopad); + } + + return str; +} + +function _list_expand(c, l, nopad) { + let str = ''; + + for (let n in l) { + if (c[n]) { + if (preprocess[n]) + c[n] = preprocess[n](c[n]); + + let m = match(n, /^(\w+)ses$/); + let k; + + if (m) + k = `${m[1]}s`; + else + k = replace(n, /^(\w+)s$/, '$1'); + + str += _expand(c[n], k, nopad); + } + } + + return str; +} + + +function config_generic(c, singles, bools, lists, nopad) { + let str = ''; + + if (c) { + for (let key in singles) { + if (preprocess[key]) + c[key] = preprocess[key](c[key]); + + str += _string(c[key], key, nopad); + } + + for (let key in bools) { + if (preprocess[key]) + c[key] = preprocess[key](c[key]); + + str += _bool(c[key], key, nopad); + } + + if (lists) + str += _list_expand(c, lists, nopad); + } + + return str; +} + +function config_exec(c) { + let str = ""; + + for (let k, s in sections) { + for (let key, type in { Exec: 'collectd_exec_input', NotificationExec: 'collectd_exec_notify' }) { + if (s['.type'] == type) { + let cmd = replace(trim(s.cmdline), /\s+/g, '" "'); + let user = s.cmduser ?? 'nobody'; + let group = s.cmdgroup; + + if (cmd) + str += `\t${key} "${user}${group ? `:${group}` : ''}" "${cmd}"\n`; + } + } + } + + return str; +} + +function config_curl(c) { + let str = ""; + + for (let k, s in sections) { + if (s['.type'] == 'collectd_curl_page') { + str += `\t<Page "${s.name}">\n` + + `\t\tURL "${s.url}"\n` + + `\t\tMeasureResponseTime true\n` + + `\t</Page>\n`; + } + } + + return str; +} + +function config_iptables(c) { + let str = ""; + + for (let k, s in sections) { + for (let type, verb in { collectd_iptables_match: 'Chain', collectd_iptables_match6: 'Chain6' }) { + if (s['.type'] == type) { + let tname = `${s.table}`; + let chain = `${s.chain}`; + + if (match(tname, /^\S+$/) && match(chain, /^\S+$/) && match(rule, /^\S+$/) && match(name, /^\S+$/)) { + str += `\t${verb} "${tname}" "${chain}"`; + + let rule = `${s.rule}`; + + if (match(rule, /^\S+$/)) { + str += ` "${rule}"`; + + let name = `${s.name}`; + + if (match(name, /^\S+$/)) + str += ` "${name}"`; + } + + str += '\n'; + } + } + } + } + + return str; +} + +function config_network(c) { + let str = ''; + + for (let k, s in sections) { + for (let key, type in { Listen: 'collectd_network_listen', Server: 'collectd_network_server' }) { + if (s['.type'] == type && s.host) { + if (s.port) + str += `\t${key} "${s.host}" "${s.port}"\n`; + else + str += `\t${key} "${s.host}"\n`; + } + } + } + + return str + + _string(c.MaxPacketSize, 'MaxPacketSize') + + _string(c.TimeToLive, 'TimeToLive') + + _bool(c.Forward, 'Forward') + + _bool(c.ReportStats, 'ReportStats') + ; +} + +function section(plugin) { + let config = sections[`collectd_${plugin}`] ?? sections.collectd; + + if (config && (plugin == 'collectd' || config.enable == '1')) { + let params; + + if (type(plugins[plugin]) == 'function') + params = plugins[plugin](config); + else + params = config_generic(config, ...plugins[plugin], plugin == 'collectd'); + + if (plugin != 'collectd') + print(`LoadPlugin ${plugin}\n${length(params) ? `<Plugin ${plugin}>\n${params}</Plugin>\n` : ''}\n`); + else + print(`${params ?? ''}\n`); + } +} + + +let plugin_dir = '/usr/share/luci/statistics/plugins'; + +for (let filename in lsdir(plugin_dir)) { + let name = replace(filename, /\.json$/, ''); + + switch (name) { + case 'exec': plugins[name] = config_exec; break; + case 'iptables': plugins[name] = config_iptables; break; + case 'curl': plugins[name] = config_curl; break; + case 'network': plugins[name] = config_network; break; + default: + plugins[name] = json(open(`${plugin_dir}/${filename}`))?.legend; + } +} + + +section('collectd'); +section('logfile'); + +for (let plugin in plugins) + if (plugin != 'collectd' && plugin != 'logfile') + section(plugin); |