From 39282d51acc9e53b7499a52984726a35bde53328 Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Sun, 6 Aug 2023 14:07:28 +0200 Subject: [PATCH] Update en_us.json Added variable "Navigation_Report" Added variable "REPORT_TITLE" Added variable "REPORT_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 f871a8a2..db6c5593 100755 --- a/front/php/templates/language/en_us.json +++ b/front/php/templates/language/en_us.json @@ -38,6 +38,7 @@ "Navigation_Devices" : "Devices", "Navigation_Presence" : "Presence", "Navigation_Events" : "Events", + "Navigation_Report" : "Report", "Navigation_Network" : "Network", "Navigation_Plugins" : "Plugins", "Navigation_Maintenance" : "Maintenance", @@ -523,6 +524,8 @@ "APPRISE_PAYLOAD_description" : "Select the payoad type sent to Apprise. For example html works well with emails, text with chat apps, such as Telegram.", "MQTT_display_name" : "MQTT", "MQTT_icon" : "", + "REPORT_TITLE" : "Report", + "REPORT_ERROR" : "The page you are looking for is temporarily unavailable, please try again after a few seconds", "REPORT_MQTT_name" : "Enable MQTT", "REPORT_MQTT_description" : "Enable sending notifications via MQTT to your Home Assistance instance.", "MQTT_BROKER_name" : "MQTT broker URL",