Update en_us.json

Updated translation variable "DevDetail_Tab_Tools_Traceroute_Description"
This commit is contained in:
Carlos V
2023-09-06 18:48:03 +02:00
committed by GitHub
parent abbaa1c11f
commit f1344f16fa

View File

@@ -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.<br>The output of the traceroute command displays the IP address of each intermediate node on the route.<br>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.<br><br>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.<br><br>The output of the traceroute command displays the IP address of each intermediate node on the route.<br><br>The output of the traceroute command displays the IP address of each intermediate node on the route.<br><br>The traceroute command can be used to diagnose network problems, such as delays, packet loss, and blocked routes.<br><br>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" : "<i class=\"fa fa-ethernet\"></i> Nmap",