From f1344f16fa9d2ebb20b490c63c0a5ab762257db2 Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Wed, 6 Sep 2023 18:48:03 +0200 Subject: [PATCH] Update en_us.json Updated translation variable "DevDetail_Tab_Tools_Traceroute_Description" --- front/php/templates/language/en_us.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/php/templates/language/en_us.json b/front/php/templates/language/en_us.json index 8677b2c5..9786f6eb 100755 --- a/front/php/templates/language/en_us.json +++ b/front/php/templates/language/en_us.json @@ -149,7 +149,7 @@ "DevDetail_Tab_Tools_Speedtest_Description" : "The Speedtest tool measures the download speed, upload speed and latency of the internet connection.", "DevDetail_Tab_Tools_Speedtest_Start" : "Start Speedtest", "DevDetail_Tab_Tools_Traceroute_Title": "Traceroute", - "DevDetail_Tab_Tools_Traceroute_Description": "Traceroute is used to trace the path that data packets take from one host to another. The command uses the Internet Control Message Protocol (ICMP) to send packets to intermediate nodes on the path. Each intermediate node responds with a time-out (TTL timed out) ICMP packet.
The output of the traceroute command displays the IP address of each intermediate node on the route.
The traceroute command can be used to diagnose routing problems. such as delays, packet loss, and blocked routes. It can also be used to identify the location of an intermediate node in a network.", + "DevDetail_Tab_Tools_Traceroute_Description": "Traceroute is a network diagnostic command used to trace the path that data packets take from one host to another.

The command uses the Internet Control Message Protocol (ICMP) to send packets to intermediate nodes on the route, each intermediate node responds with an ICMP time-out (TTL timed out) packet.

The output of the traceroute command displays the IP address of each intermediate node on the route.

The output of the traceroute command displays the IP address of each intermediate node on the route.

The traceroute command can be used to diagnose network problems, such as delays, packet loss, and blocked routes.

It can also be used to identify the location of an intermediate node on a network.", "DevDetail_Tab_Tools_Traceroute_Start": "Start Traceroute", "DevDetail_Tab_Tools_Traceroute_Error": "Error: IP address is not valid", "DevDetail_Tab_Nmap" : " Nmap",