Skip to content

Commit 44e0b74

Browse files
committed
address feedback
1 parent c4bdb2e commit 44e0b74

19 files changed

+277
-275
lines changed

web/locales/en/plugin__netobserv-plugin.json

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"Cluster name": "Cluster name",
1515
"UDN": "UDN",
1616
"Can't find metrics for this element. Check your capture filters to ensure we can monitor it. Else it probably means there is no traffic here.": "Can't find metrics for this element. Check your capture filters to ensure we can monitor it. Else it probably means there is no traffic here.",
17-
"Peer A": "Peer A",
17+
"Endpoint A": "Endpoint A",
1818
"Source": "Source",
19-
"Peer B": "Peer B",
19+
"Endpoint B": "Endpoint B",
2020
"Destination": "Destination",
2121
"Stats": "Stats",
2222
"Top 5 DNS latency": "Top 5 DNS latency",
@@ -74,9 +74,9 @@
7474
"Force": "Force",
7575
"Grid": "Grid",
7676
"Invalid": "Invalid",
77-
"Any": "Any",
78-
"All": "All",
79-
"Peers": "Peers",
77+
"OR": "OR",
78+
"AND": "AND",
79+
"Bidirectionnal": "Bidirectionnal",
8080
"rate": "rate",
8181
"Average": "Average",
8282
"Latest": "Latest",
@@ -105,6 +105,7 @@
105105
"Fully dropped": "Fully dropped",
106106
"Containing drops": "Containing drops",
107107
"Without drops": "Without drops",
108+
"All": "All",
108109
"Log type to query. A conversation is an aggregation of flows between same peers. Only ended conversations will appear in Overview and Topology tabs.": "Log type to query. A conversation is an aggregation of flows between same peers. Only ended conversations will appear in Overview and Topology tabs.",
109110
"Log type": "Log type",
110111
"Only available when FlowCollector.processor.logTypes option equals \"CONNECTIONS\", \"ENDED_CONNECTIONS\" or \"ALL\"": "Only available when FlowCollector.processor.logTypes option equals \"CONNECTIONS\", \"ENDED_CONNECTIONS\" or \"ALL\"",
@@ -480,12 +481,7 @@
480481
"Filter": "Filter",
481482
"Comparator": "Comparator",
482483
"Add filter": "Add filter",
483-
"Peer": "Peer",
484-
"When a filter has multiple values, the logical OR operator is used between each of these.": "When a filter has multiple values, the logical OR operator is used between each of these.",
485-
"When using match any, the logical OR operator is used between filters.": "When using match any, the logical OR operator is used between filters.",
486-
"When using match {{match}}, the logical AND operator is used between filters.": "When using match {{match}}, the logical AND operator is used between filters.",
487-
"OR": "OR",
488-
"AND": "AND",
484+
"Endpoint": "Endpoint",
489485
"Not": "Not",
490486
"equals": "equals",
491487
"more than": "more than",
@@ -495,22 +491,21 @@
495491
"group filter": "group filter",
496492
"filter": "filter",
497493
"Edit": "Edit",
498-
"As peer A": "As peer A",
494+
"Either": "Either",
495+
"As endpoint A": "As endpoint A",
499496
"As source": "As source",
500-
"As peer B": "As peer B",
497+
"As endpoint B": "As endpoint B",
501498
"As destination": "As destination",
502499
"Remove": "Remove",
503-
"Match filters according to your needs.": "Match filters according to your needs.",
504-
"Any will match at least one filter": "Any will match at least one filter",
505-
"All will match all the filters": "All will match all the filters",
506-
"Peers will match all the filters and include the return traffic": "Peers will match all the filters and include the return traffic",
507-
"Match": "Match",
500+
"the logical OR operator is used between each values of the same filter.": "the logical OR operator is used between each values of the same filter.",
501+
"The logical OR operator is used between filters.": "The logical OR operator is used between filters.",
502+
"The logical AND operator is used between Endpoints and common filters. The traffic is matched in both directions.": "The logical AND operator is used between Endpoints and common filters. The traffic is matched in both directions.",
503+
"The logical AND operator is used between filters keeping specified directions.": "The logical AND operator is used between filters keeping specified directions.",
508504
"Edit filters": "Edit filters",
509505
"Reset defaults": "Reset defaults",
510506
"Clear all": "Clear all",
511507
"Swap": "Swap",
512508
"Swap from and to filters": "Swap from and to filters",
513-
"Common": "Common",
514509
"Quick filters": "Quick filters",
515510
"More options": "More options",
516511
"Export overview": "Export overview",

0 commit comments

Comments
 (0)