Skip to content

Commit

Permalink
Update locale
Browse files Browse the repository at this point in the history
  • Loading branch information
cardigliano committed Sep 2, 2024
1 parent 3b0b60c commit d1ff848
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions scripts/locales/en.lua
Original file line number Diff line number Diff line change
Expand Up @@ -379,13 +379,6 @@ local lang = {
["is_connected"] = "is connected",
["issuerDN"] = "IssuerDN",
["issues_score"] = "Score / Issues",
["ja3_client"] = "JA3 Client",
["ja3_client_hash"] = "JA3 Client Hash",
["ja3_fingerprint"] = "JA3 Fingerprint",
["ja3_server"] = "JA3 Server",
["ja3_server_cipher"] = "JA3 Server Cipher",
["ja3_server_hash"] = "JA3 Server Hash",
["ja3_server_unsafe_cipher"] = "Cipher State",
["ja4_client_hash"] = "JA4 Client Hash",
["json"] = "JSON",
["jump_to_chart"] = "Chart View",
Expand Down Expand Up @@ -1285,7 +1278,7 @@ local lang = {
["mac_ip_association_change"] = "IP/MAC Reassoc/Spoofing",
["mac_ip_association_change_descr"] = "Trigger an alert when an IP address, previously seen with a MAC address, is now seen with another MAC address. This alert might indicate an ARP spoof attempt. Only works for the builtin alert recipient.",
["main_alert"] = "Main Alert",
["malicious_signature_detected"] = "Malicious signature detected [Client JA3 Hash: %{ja3_hash}]",
["malicious_signature_detected"] = "Malicious signature detected",
["many_replies"] = "%{count} %{what} replies",
["many_requests"] = "%{count} %{what} requests",
["memory_ts"] = "Memory Timeseries",
Expand All @@ -1303,7 +1296,7 @@ local lang = {
["ndpi_http_suspicious_url_title"] = "HTTP Susp. URL",
["ndpi_http_suspicious_user_agent_title"] = "HTTP Susp. User-Agent",
["ndpi_malformed_packet_title"] = "Malformed Packet",
["ndpi_malicious_ja3_title"] = "Possibly Malicious JA3",
["ndpi_malicious_fingerprint_title"] = "Possibly Malicious Fingerprint",
["ndpi_malicious_sha1"] = "Malicious SHA1 Cert",
["ndpi_risky_asn_title"] = "Risky ASN",
["ndpi_risky_domain_title"] = "Risky Domain",
Expand Down Expand Up @@ -1630,7 +1623,6 @@ local lang = {
["server_returned_error"] = "The server returned an error",
["too_many_hosts_loaded"] = "Domain names limit reached (%{limit} domains)",
["too_many_ips_loaded"] = "IP addresses limit reached (%{limit} addresses)",
["too_many_ja3_loaded"] = "JA3 signatures limit reached (%{limit} signatures)",
["update_frequency"] = "Update Frequency",
["update_now"] = "Update Now",
},
Expand Down Expand Up @@ -2207,7 +2199,6 @@ local lang = {
["ip_address"] = "IP",
["ip_version"] = "IP Version",
["issuer_dn"] = "TLS Issuer DN",
["ja3"] = "JA3",
["l4proto"] = "Protocol",
["l7_proto"] = "Application",
["l7cat"] = "Category",
Expand Down Expand Up @@ -2979,8 +2970,8 @@ local lang = {
["lateral_movement_title"] = "Service Map Lateral Movement Detection",
["long_lived"] = "Long Lived",
["long_lived_description"] = "Trigger an alert when a flow lasts more than the configured duration",
["malicious_ja3"] = "Malicious JA3 Fingerp.",
["malicious_ja3_description"] = "Trigger an alert when a JA3 of the TLS connection is considered suspicious",
["malicious_fingerprint"] = "Malicious Fingerprint",
["malicious_fingerprint_description"] = "Trigger an alert when a fingerprint of the TLS connection is considered suspicious",
["malicious_sha1_certificate"] = "Malicious JA3 SHA1 Cert.",
["malicious_sha1_certificate_description"] = "Trigger an alert when a SHA1 certificate of the TLS connection is found on a blacklist",
["malicious_signature"] = "Malicious JA3 Signature",
Expand Down Expand Up @@ -3157,7 +3148,6 @@ local lang = {
["looks_like_idle_flow_message"] = "This looks like an <font color=red>idle flow</font> with periodic transmissions just to keep it alive.",
["lost_packets"] = "Lost Packets",
["low_goodput"] = "Low Goodput",
["malicious_ja3_signature"] = "Possibly Malicious %{cli_or_srv} Signature [JA3: <a href=\"%{url}\">%{signature}</a> %{icon}]",
["max_estimated_tcp_throughput"] = "Max (Estimated) TCP Throughput",
["max_packet_interarrival_time"] = "Max Packet Interarrival Time",
["mean_rtt"] = "Mean RTT",
Expand Down Expand Up @@ -3543,7 +3533,6 @@ local lang = {
["ipv6_next_hop"] = "IPv6 next hop address",
["ipv6_src_addr"] = "IPv6 source address",
["ipv6_src_mask"] = "IPv6 source mask",
["ja3"] = "JA3",
["l4_dst_port"] = "Layer 4 destination port",
["l4_dst_port_map"] = "Layer 4 destination port symbolic name",
["l4_src_port"] = "IPv4 source port",
Expand Down Expand Up @@ -3877,7 +3866,7 @@ local lang = {
["ndpi_known_protocol_on_non_standard_port"] = "Known Proto on Non Std Por",
["ndpi_malformed_packet"] = "Malformed packet",
["ndpi_malformed_packet_descr"] = "Some packet has an unexpected format",
["ndpi_malicious_ja3"] = "Possibly Malicious Signature (JA3)",
["ndpi_malicious_fingerprint"] = "Possibly Malicious Fingerprint",
["ndpi_malicious_sha1_certificate"] = "Malicisous SHA1 TLS Cert",
["ndpi_no_risk"] = "No risk",
["ndpi_periodic_flow_descr"] = "Periodic flow",
Expand Down

0 comments on commit d1ff848

Please sign in to comment.