From be1cdec6fa0fe8107bfbaf6c08ed1dc7a0264d11 Mon Sep 17 00:00:00 2001
From: Carlos V <76731844+cvc90@users.noreply.github.com>
Date: Sat, 19 Aug 2023 08:15:10 +0200
Subject: [PATCH] Update en_us.json
Added translation variable "DevDetail_Tab_Tools_Ping_Title"
Added translation variable "DevDetail_Tab_Tools_Ping_Start"
Added translation variable "DevDetail_Tab_Tools_Ping_Error"
Removed translation variable "DevDetail_Tools_Ping_Title"
Removed translation variable "DevDetail_Tools_Ping_Start"
Removed translation variable "DevDetail_Tools_Ping_Error"
---
front/php/templates/language/en_us.json | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/front/php/templates/language/en_us.json b/front/php/templates/language/en_us.json
index 09b0e0f9..0ad6e300 100755
--- a/front/php/templates/language/en_us.json
+++ b/front/php/templates/language/en_us.json
@@ -137,7 +137,10 @@
"DevDetail_Shortcut_Presence" : "Presence",
"DevDetail_Shortcut_DownAlerts" : "Down Alerts",
"DevDetail_Tab_Details" : " Details",
- "DevDetail_Tab_Tools": " Tools",
+ "DevDetail_Tab_Tools": " Tools",
+ "DevDetail_Tab_Tools_Ping_Title" : "Ping",
+ "DevDetail_Tab_Tools_Ping_Start" : "Start Ping",
+ "DevDetail_Tab_Tools_Ping_Error" : "Error: IP address is not valid",
"DevDetail_Tab_Nmap" : " Nmap",
"DevDetail_Tab_Sessions" : " Sessions",
"DevDetail_Tab_Presence" : " Presence",
@@ -234,10 +237,7 @@
"BackDevDetail_Actions_Not_Registered" : "Action not registered: ",
"BackDevDetail_Actions_Ask_Run" : "Do you want to execute the action?",
"BackDevDetail_Tools_WOL_okay" : "The command was executed.",
- "BackDevDetail_Tools_WOL_error" : "The command was NOT executed.",
- "DevDetail_Tools_Ping_Title" : "Ping",
- "DevDetail_Tools_Ping_Start" : "Start Ping",
- "DevDetail_Tools_Ping_Error" : "Error: IP address is not valid",
+ "BackDevDetail_Tools_WOL_error" : "The command was NOT executed.",
"DevDetail_Tools_WOL_noti" : "Wake-on-LAN",
"DevDetail_Tools_WOL_noti_text" : "The Wake-on-LAN command is sent to the broadcast address. If the target is not in the subnet/vlan of Pi.Alert, the target device will not respond.",
"DevDetail_Tools_WOL" : "Send Wol command to ",