From 97f7770d989b28ac172c0b62b99c5eaef81f152c Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Sat, 19 Aug 2023 08:09:44 +0200 Subject: [PATCH] Update en_us.json Added translation variable "DevDetail_Tools_Ping_Title" Added translation variable "DevDetail_Tools_Ping_Start" Added translation variable "DevDetail_Tools_Ping_Error" --- front/php/templates/language/en_us.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/front/php/templates/language/en_us.json b/front/php/templates/language/en_us.json index 1d289470..09b0e0f9 100755 --- a/front/php/templates/language/en_us.json +++ b/front/php/templates/language/en_us.json @@ -235,6 +235,9 @@ "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", "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 ",