From 2a14d59a4549a72a2f9fd68c9ef6f2d0b4a58444 Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Sun, 6 Aug 2023 13:59:51 +0200 Subject: [PATCH] Update es_es.json Added variable "Navigation_Report" Added variable "REPORT_TITLE" Added variable "REPORT_ERROR" --- front/php/templates/language/es_es.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/front/php/templates/language/es_es.json b/front/php/templates/language/es_es.json index a9bede2f..c000420d 100755 --- a/front/php/templates/language/es_es.json +++ b/front/php/templates/language/es_es.json @@ -37,6 +37,7 @@ "Navigation_Devices" : "Dispositivos", "Navigation_Presence" : "Historial", "Navigation_Events" : "Eventos", + "Navigation_Report" : "Reporte", "Navigation_Network" : "Red", "Navigation_Plugins" : "Plugins", "Navigation_Maintenance" : "Mantenimiento", @@ -498,6 +499,8 @@ "APPRISE_PAYLOAD_description" : "Seleccione el tipo de carga útil enviada a Apprise. Por ejemplo, html funciona bien con correos electrónicos, text con aplicaciones de chat, como Telegram.", "MQTT_display_name" : "MQTT", "MQTT_icon" : "", + "REPORT_TITLE" : "Reporte", + "REPORT_ERROR" : "La página que está buscando no está disponible temporalmente, inténtelo de nuevo después de unos segundos", "REPORT_MQTT_name" : "Habilitar MQTT", "REPORT_MQTT_description" : "Habilitar el envío de notificaciones a través de MQTT a su Home Assistance.", "MQTT_BROKER_name" : "URL del broker MQTT",