You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/locales/en/plugin__network-observability-plugin.json
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -205,6 +205,7 @@
205
205
"A single IPv4 or IPv6 address like 192.0.2.0, ::1": "A single IPv4 or IPv6 address like 192.0.2.0, ::1",
206
206
"An IP address range like 192.168.0.1-192.189.10.12, 2001:db8::1-2001:db8::8": "An IP address range like 192.168.0.1-192.189.10.12, 2001:db8::1-2001:db8::8",
207
207
"A CIDR specification like 192.51.100.0/24, 2001:db8::/32": "A CIDR specification like 192.51.100.0/24, 2001:db8::/32",
208
+
"Empty double quotes \"\" for an empty IP": "Empty double quotes \"\" for an empty IP",
208
209
"Not a valid IPv4 or IPv6, nor a CIDR, nor an IP range separated by hyphen": "Not a valid IPv4 or IPv6, nor a CIDR, nor an IP range separated by hyphen",
209
210
"Owner Name": "Owner Name",
210
211
"Incomplete resource name, either kind, namespace or name is missing.": "Incomplete resource name, either kind, namespace or name is missing.",
@@ -222,9 +223,11 @@
222
223
"Specify a single port following one of these rules:": "Specify a single port following one of these rules:",
223
224
"A port number like 80, 21": "A port number like 80, 21",
224
225
"A IANA name like HTTP, FTP": "A IANA name like HTTP, FTP",
226
+
"Empty double quotes \"\" for undefined port": "Empty double quotes \"\" for undefined port",
225
227
"Unknown protocol": "Unknown protocol",
226
228
"Specify a single protocol number or name.": "Specify a single protocol number or name.",
227
229
"Specify a single protocol following one of these rules:": "Specify a single protocol following one of these rules:",
228
230
"A protocol number like 6, 17": "A protocol number like 6, 17",
229
-
"A IANA name like TCP, UDP": "A IANA name like TCP, UDP"
231
+
"A IANA name like TCP, UDP": "A IANA name like TCP, UDP",
232
+
"Empty double quotes \"\" for undefined protocol": "Empty double quotes \"\" for undefined protocol"
0 commit comments