luci-app-statistics: treat APC UPS "host" setting as single value option
Existing Lua code incorrectly stated that the "Host" option takes a space sparated list of hostnames which is not the case since the collect plugin does not handle multiple hosts. This change reverts the configuration to a simple value as proposed by the original PR and adjusts the config summary accordingly, while retaining the translation string. Ref: https://github.com/openwrt/luci/pull/5010#issuecomment-827285319 Fixes:dd5d96afd
("luci-app-statistics: fix APC UPS host configuration") Fixes:e7d22dce5
("luci-app-statistics: convert collectd configuration to client side views") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
c6b4d4ab5a
commit
8816c8fff7
35 changed files with 83 additions and 150 deletions
|
@ -11,13 +11,10 @@ return baseclass.extend({
|
|||
|
||||
o = s.option(form.Flag, 'enable', _('Enable this plugin'));
|
||||
|
||||
o = s.option(form.DynamicList, 'Host', _('Monitor host'));
|
||||
o = s.option(form.Value, 'Host', _('Monitor host'));
|
||||
o.default = 'localhost';
|
||||
o.datatype = 'host';
|
||||
o.depends('enable', '1');
|
||||
o.write = function(section_id, value) {
|
||||
return form.Value.prototype.write.call(this, section_id, L.toArray(value).join(' '));
|
||||
};
|
||||
|
||||
o = s.option(form.Value, 'Port', _('Port for apcupsd communication'));
|
||||
o.default = '3551';
|
||||
|
@ -26,11 +23,6 @@ return baseclass.extend({
|
|||
},
|
||||
|
||||
configSummary: function(section) {
|
||||
var hosts = L.toArray(section.Host);
|
||||
if (hosts.length)
|
||||
return N_(hosts.length,
|
||||
'Monitoring APC UPS at host %s, port %d',
|
||||
'Monitoring APC UPS at hosts %s, port %d'
|
||||
).format(hosts.join(', '), section.Port || 3551);
|
||||
return _('Monitoring APC UPS at host %s, port %d').format(section.Host || 'localhost', section.Port || 3551);
|
||||
}
|
||||
});
|
||||
|
|
|
@ -662,15 +662,9 @@ msgstr ""
|
|||
msgid "Monitoring %s, %s, %s"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
|
||||
msgid "Monitoring APC UPS at host %s, port %d"
|
||||
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
msgstr[3] ""
|
||||
msgstr[4] ""
|
||||
msgstr[5] ""
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19
|
||||
msgid "Monitoring DHCP leases enabled"
|
||||
|
|
|
@ -661,11 +661,9 @@ msgstr ""
|
|||
msgid "Monitoring %s, %s, %s"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
|
||||
msgid "Monitoring APC UPS at host %s, port %d"
|
||||
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19
|
||||
msgid "Monitoring DHCP leases enabled"
|
||||
|
|
|
@ -659,11 +659,9 @@ msgstr ""
|
|||
msgid "Monitoring %s, %s, %s"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
|
||||
msgid "Monitoring APC UPS at host %s, port %d"
|
||||
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19
|
||||
msgid "Monitoring DHCP leases enabled"
|
||||
|
|
|
@ -672,11 +672,9 @@ msgstr ""
|
|||
msgid "Monitoring %s, %s, %s"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
|
||||
msgid "Monitoring APC UPS at host %s, port %d"
|
||||
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19
|
||||
msgid "Monitoring DHCP leases enabled"
|
||||
|
|
|
@ -670,12 +670,9 @@ msgstr ""
|
|||
msgid "Monitoring %s, %s, %s"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
|
||||
msgid "Monitoring APC UPS at host %s, port %d"
|
||||
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19
|
||||
msgid "Monitoring DHCP leases enabled"
|
||||
|
|
|
@ -676,11 +676,10 @@ msgstr "Überwachung von %s und %s"
|
|||
msgid "Monitoring %s, %s, %s"
|
||||
msgstr "Überwachung von %s, %s, %s"
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
|
||||
#, fuzzy
|
||||
msgid "Monitoring APC UPS at host %s, port %d"
|
||||
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
|
||||
msgstr[0] "Überwachung von APC USV am Host %s, Port %d"
|
||||
msgstr[1] "Überwachung von APC USV an Hosts %s, Port %d"
|
||||
msgstr "Überwachung von 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"
|
||||
|
|
|
@ -663,11 +663,9 @@ msgstr ""
|
|||
msgid "Monitoring %s, %s, %s"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
|
||||
msgid "Monitoring APC UPS at host %s, port %d"
|
||||
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19
|
||||
msgid "Monitoring DHCP leases enabled"
|
||||
|
|
|
@ -668,11 +668,9 @@ msgstr ""
|
|||
msgid "Monitoring %s, %s, %s"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
|
||||
msgid "Monitoring APC UPS at host %s, port %d"
|
||||
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19
|
||||
msgid "Monitoring DHCP leases enabled"
|
||||
|
|
|
@ -676,11 +676,10 @@ msgstr "Monitoreando %s y %s"
|
|||
msgid "Monitoring %s, %s, %s"
|
||||
msgstr "Monitoreando %s, %s, %s"
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
|
||||
#, fuzzy
|
||||
msgid "Monitoring APC UPS at host %s, port %d"
|
||||
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
|
||||
msgstr[0] "Supervisión de APC UPS en el host %s, puerto %d"
|
||||
msgstr[1] "Supervisión de UPS de APC en hosts %s, puerto %d"
|
||||
msgstr "Supervisión de APC UPS en el host %s, puerto %d"
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19
|
||||
msgid "Monitoring DHCP leases enabled"
|
||||
|
|
|
@ -668,11 +668,10 @@ msgstr "Valvotaan kohdetta %s ja %s"
|
|||
msgid "Monitoring %s, %s, %s"
|
||||
msgstr "Valvonta %s, %s, %s"
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
|
||||
#, fuzzy
|
||||
msgid "Monitoring APC UPS at host %s, port %d"
|
||||
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
|
||||
msgstr[0] "Valvotaan APC UPS isäntää %s, port %d"
|
||||
msgstr[1] "Valvotaan APC UPS isäntiä %s, port %d"
|
||||
msgstr "Valvotaan APC UPS isäntää %s, port %d"
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19
|
||||
msgid "Monitoring DHCP leases enabled"
|
||||
|
|
|
@ -669,11 +669,10 @@ msgstr "Surveillance de %s et %s"
|
|||
msgid "Monitoring %s, %s, %s"
|
||||
msgstr "Surveillance de %s, %s, %s"
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
|
||||
#, fuzzy
|
||||
msgid "Monitoring APC UPS at host %s, port %d"
|
||||
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
|
||||
msgstr[0] "Surveillance des APC UPS au niveau de l'hôte %s, port %s"
|
||||
msgstr[1] "Surveillance des APC UPS au niveau des hôtes %s, port %s"
|
||||
msgstr "Surveillance des APC UPS au niveau de l'hôte %s, port %s"
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19
|
||||
msgid "Monitoring DHCP leases enabled"
|
||||
|
|
|
@ -661,11 +661,9 @@ msgstr ""
|
|||
msgid "Monitoring %s, %s, %s"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
|
||||
msgid "Monitoring APC UPS at host %s, port %d"
|
||||
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19
|
||||
msgid "Monitoring DHCP leases enabled"
|
||||
|
|
|
@ -661,11 +661,9 @@ msgstr ""
|
|||
msgid "Monitoring %s, %s, %s"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
|
||||
msgid "Monitoring APC UPS at host %s, port %d"
|
||||
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19
|
||||
msgid "Monitoring DHCP leases enabled"
|
||||
|
|
|
@ -672,11 +672,9 @@ msgstr ""
|
|||
msgid "Monitoring %s, %s, %s"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
|
||||
msgid "Monitoring APC UPS at host %s, port %d"
|
||||
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19
|
||||
msgid "Monitoring DHCP leases enabled"
|
||||
|
|
|
@ -668,11 +668,9 @@ msgstr ""
|
|||
msgid "Monitoring %s, %s, %s"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
|
||||
msgid "Monitoring APC UPS at host %s, port %d"
|
||||
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19
|
||||
msgid "Monitoring DHCP leases enabled"
|
||||
|
|
|
@ -674,10 +674,10 @@ msgstr "%s および %s を監視"
|
|||
msgid "Monitoring %s, %s, %s"
|
||||
msgstr "%s、%s および %s を監視"
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
|
||||
#, fuzzy
|
||||
msgid "Monitoring APC UPS at host %s, port %d"
|
||||
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
|
||||
msgstr[0] "ホスト %s、ポート %d で APC UPS を監視中"
|
||||
msgstr "ホスト %s、ポート %d で APC UPS を監視中"
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19
|
||||
msgid "Monitoring DHCP leases enabled"
|
||||
|
|
|
@ -661,10 +661,9 @@ msgstr ""
|
|||
msgid "Monitoring %s, %s, %s"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
|
||||
msgid "Monitoring APC UPS at host %s, port %d"
|
||||
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
|
||||
msgstr[0] ""
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19
|
||||
msgid "Monitoring DHCP leases enabled"
|
||||
|
|
|
@ -661,11 +661,9 @@ msgstr ""
|
|||
msgid "Monitoring %s, %s, %s"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
|
||||
msgid "Monitoring APC UPS at host %s, port %d"
|
||||
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19
|
||||
msgid "Monitoring DHCP leases enabled"
|
||||
|
|
|
@ -661,10 +661,9 @@ msgstr ""
|
|||
msgid "Monitoring %s, %s, %s"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
|
||||
msgid "Monitoring APC UPS at host %s, port %d"
|
||||
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
|
||||
msgstr[0] ""
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19
|
||||
msgid "Monitoring DHCP leases enabled"
|
||||
|
|
|
@ -663,11 +663,9 @@ msgstr ""
|
|||
msgid "Monitoring %s, %s, %s"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
|
||||
msgid "Monitoring APC UPS at host %s, port %d"
|
||||
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19
|
||||
msgid "Monitoring DHCP leases enabled"
|
||||
|
|
|
@ -660,11 +660,9 @@ msgstr ""
|
|||
msgid "Monitoring %s, %s, %s"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
|
||||
msgid "Monitoring APC UPS at host %s, port %d"
|
||||
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19
|
||||
msgid "Monitoring DHCP leases enabled"
|
||||
|
|
|
@ -682,12 +682,10 @@ msgstr "Monitorowanie %s i %s"
|
|||
msgid "Monitoring %s, %s, %s"
|
||||
msgstr "Monitorowanie %s, %s, %s"
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
|
||||
#, fuzzy
|
||||
msgid "Monitoring APC UPS at host %s, port %d"
|
||||
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
|
||||
msgstr[0] "Monitorowanie APC UPS na hoście % s, port %d"
|
||||
msgstr[1] "Monitorowanie APC UPS na hostach % s, portach %d"
|
||||
msgstr[2] "Monitorowanie APC UPS na hoście % s, port %d"
|
||||
msgstr "Monitorowanie APC UPS na hoście % s, port %d"
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19
|
||||
msgid "Monitoring DHCP leases enabled"
|
||||
|
|
|
@ -677,11 +677,10 @@ msgstr "Monitorando %s e %s"
|
|||
msgid "Monitoring %s, %s, %s"
|
||||
msgstr "Monitorando %s, %s, %s"
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
|
||||
#, fuzzy
|
||||
msgid "Monitoring APC UPS at host %s, port %d"
|
||||
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
|
||||
msgstr[0] "Monitorando APC UPS no host %s, porta %d"
|
||||
msgstr[1] "Monitorando APC UPS nos hosts %s, porta %d"
|
||||
msgstr "Monitorando APC UPS no host %s, porta %d"
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19
|
||||
msgid "Monitoring DHCP leases enabled"
|
||||
|
@ -1343,7 +1342,8 @@ 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 "O plugin ipstatistics coleta estatísticas IPv4 e IPv6 para compará-las."
|
||||
msgstr ""
|
||||
"O plugin ipstatistics coleta estatísticas IPv4 e IPv6 para compará-las."
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js:9
|
||||
msgid ""
|
||||
|
|
|
@ -679,11 +679,10 @@ msgstr "Monitorando %s e %s"
|
|||
msgid "Monitoring %s, %s, %s"
|
||||
msgstr "Monitorando %s, %s, %s"
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
|
||||
#, fuzzy
|
||||
msgid "Monitoring APC UPS at host %s, port %d"
|
||||
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
|
||||
msgstr[0] "Monitorando APC UPS no host %s, porta %d"
|
||||
msgstr[1] "Monitorando APC UPS nos hosts %s, portas %d"
|
||||
msgstr "Monitorando APC UPS no host %s, porta %d"
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19
|
||||
msgid "Monitoring DHCP leases enabled"
|
||||
|
|
|
@ -662,12 +662,9 @@ msgstr ""
|
|||
msgid "Monitoring %s, %s, %s"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
|
||||
msgid "Monitoring APC UPS at host %s, port %d"
|
||||
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19
|
||||
msgid "Monitoring DHCP leases enabled"
|
||||
|
|
|
@ -681,12 +681,10 @@ msgstr "Мониторинг %s и %s"
|
|||
msgid "Monitoring %s, %s, %s"
|
||||
msgstr "Мониторинг %s, %s, %s"
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
|
||||
#, fuzzy
|
||||
msgid "Monitoring APC UPS at host %s, port %d"
|
||||
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
|
||||
msgstr[0] "Мониторинг APC UPS на узле %s, порт %s"
|
||||
msgstr[1] "Мониторинг APC UPS на узлах %s, порт %s"
|
||||
msgstr[2] "Мониторинг APC UPS на узлах %s, порт %s"
|
||||
msgstr "Мониторинг APC UPS на узле %s, порт %s"
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19
|
||||
msgid "Monitoring DHCP leases enabled"
|
||||
|
|
|
@ -659,12 +659,9 @@ msgstr ""
|
|||
msgid "Monitoring %s, %s, %s"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
|
||||
msgid "Monitoring APC UPS at host %s, port %d"
|
||||
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19
|
||||
msgid "Monitoring DHCP leases enabled"
|
||||
|
|
|
@ -659,11 +659,9 @@ msgstr ""
|
|||
msgid "Monitoring %s, %s, %s"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
|
||||
msgid "Monitoring APC UPS at host %s, port %d"
|
||||
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19
|
||||
msgid "Monitoring DHCP leases enabled"
|
||||
|
|
|
@ -648,11 +648,9 @@ msgstr ""
|
|||
msgid "Monitoring %s, %s, %s"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
|
||||
msgid "Monitoring APC UPS at host %s, port %d"
|
||||
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19
|
||||
msgid "Monitoring DHCP leases enabled"
|
||||
|
|
|
@ -659,10 +659,9 @@ msgstr ""
|
|||
msgid "Monitoring %s, %s, %s"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
|
||||
msgid "Monitoring APC UPS at host %s, port %d"
|
||||
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
|
||||
msgstr[0] ""
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19
|
||||
msgid "Monitoring DHCP leases enabled"
|
||||
|
|
|
@ -662,12 +662,9 @@ msgstr ""
|
|||
msgid "Monitoring %s, %s, %s"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
|
||||
msgid "Monitoring APC UPS at host %s, port %d"
|
||||
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19
|
||||
msgid "Monitoring DHCP leases enabled"
|
||||
|
|
|
@ -670,10 +670,9 @@ msgstr ""
|
|||
msgid "Monitoring %s, %s, %s"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
|
||||
msgid "Monitoring APC UPS at host %s, port %d"
|
||||
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
|
||||
msgstr[0] ""
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19
|
||||
msgid "Monitoring DHCP leases enabled"
|
||||
|
|
|
@ -671,10 +671,10 @@ msgstr "监视 %s 和 %s"
|
|||
msgid "Monitoring %s, %s, %s"
|
||||
msgstr "监视 %s, %s, %s"
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
|
||||
#, fuzzy
|
||||
msgid "Monitoring APC UPS at host %s, port %d"
|
||||
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
|
||||
msgstr[0] "在主机 %s,端口 %d 上监视APC UPS"
|
||||
msgstr "在主机 %s,端口 %d 上监视APC UPS"
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19
|
||||
msgid "Monitoring DHCP leases enabled"
|
||||
|
|
|
@ -670,10 +670,10 @@ msgstr "監視 %s 和 %s"
|
|||
msgid "Monitoring %s, %s, %s"
|
||||
msgstr "監視 %s, %s, %s"
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:29
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js:26
|
||||
#, fuzzy
|
||||
msgid "Monitoring APC UPS at host %s, port %d"
|
||||
msgid_plural "Monitoring APC UPS at hosts %s, port %d"
|
||||
msgstr[0] "正在主機位置 %s 阜號 %d 的位置上監測 APC UPS"
|
||||
msgstr "正在主機位置 %s 阜號 %d 的位置上監測 APC UPS"
|
||||
|
||||
#: applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dhcpleases.js:19
|
||||
msgid "Monitoring DHCP leases enabled"
|
||||
|
|
Loading…
Reference in a new issue