Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated i18n for exporters page #8673

Merged
merged 12 commits into from
Aug 26, 2024
2 changes: 1 addition & 1 deletion httpdocs/dist
Submodule dist updated 1 files
+2 −2 ntopng.js
6 changes: 3 additions & 3 deletions scripts/locales/en.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3243,7 +3243,7 @@ local lang = {
["web_mining_detected"] = "The website is known for mining cryptocurrencies on client devices",
},
["flow_devices"] = {
["exporters_interfaces"] = "Exporters Interfaces",
["exporters_interfaces"] = "Interfaces",
["active_sflow"] = "Active sFlow Exporters",
["all_device_ports"] = "All %{device} Ports",
["all_exporters"] = "All NetFlow/IPFIX Exporter Devices",
Expand All @@ -3263,7 +3263,7 @@ local lang = {
["flow_device_x"] = "<a href=\"%{url}\">Flow Exporter</a>: %{device}",
["flow_device_x_interface_y"] = "Flow Exporter %{device} / %{interface}",
["flow_exporter_ip"] = "Exporter IP",
["flow_exporters"] = "Flow Exporters",
["flow_exporters"] = "Exporters",
["flow_ratio_snmp_instructions"] = "To enable the Flow/SNMP ratio, this flow probe must support SNMP and must be <a href='%{href}'>added</a> to the SNMP devices.",
["flow_ratio_timeseries_instructions"] = "To enable the Flow/SNMP ratio, <b>SNMP and Flow Probe timeseries</b> must be enabled.",
["flow_snmp_ratio"] = "Flow/SNMP Ratio",
Expand All @@ -3281,7 +3281,7 @@ local lang = {
["note_snmp_device"] = "SNMP-related information is only shown when an SNMP device with the same IP of the Probe is found among the <a href=\"%{url}\">SNMP devices</a>.",
["note_zmq_fields3"] = "sFlow probes are determined using sFlow field deviceIP received via ZMQ (topic 'counter')",
["note_zmq_fields4"] = "sFlow probes interfaces are determined using field ifIndex received via ZMQ (topic 'counter')",
["nprobe_instances"] = "nProbe Instances",
["nprobe_instances"] = "nProbe",
["nprobe_ip"] = "nProbe IP",
["nprobe_interface"] = "IfName (nProbe)",
["nprobe_version"] = "Version (nProbe)",
Expand Down
Loading