From 8f8e4334b9bb12d0bec62b2eba8427c1f6a9ae19 Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Sat, 5 Aug 2023 14:15:25 +0200 Subject: [PATCH] Update es_es.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added new translation to Spanish, variable Navigation_SystemInfo" : "Información del sistema" Added new translation to Spanish, variable "SYSTEM_TITLE" : "Información del sistema" --- front/php/templates/language/es_es.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/front/php/templates/language/es_es.json b/front/php/templates/language/es_es.json index 609da9d5..fe0cb40d 100755 --- a/front/php/templates/language/es_es.json +++ b/front/php/templates/language/es_es.json @@ -41,6 +41,7 @@ "Navigation_Plugins" : "Plugins", "Navigation_Maintenance" : "Mantenimiento", "Navigation_Settings" : "Configuración", + "Navigation_SystemInfo" : "Información del sistema", "Navigation_HelpFAQ" : "Ayuda / Preguntas frecuentes", "Device_Title" : "Dispositivos", "Device_Shortcut_AllDevices" : "Todos", @@ -451,6 +452,7 @@ "SMTP_SKIP_TLS_description" : "Deshabilite TLS cuando se conecte a su servidor SMTP.", "SMTP_FORCE_SSL_name" : "Forzar SSL", "SMTP_FORCE_SSL_description" : "Forzar SSL al conectarse a su servidor SMTP", + "SYSTEM_TITLE" : "Información del sistema", "REPORT_TO_name" : "Enviar el email a", "REPORT_TO_description" : "Dirección de correo electrónico a la que se enviará la notificación.", "REPORT_FROM_name" : "Asunto del email", @@ -560,4 +562,4 @@ "API_CUSTOM_SQL_name" : "Endpoint personalizado", "API_CUSTOM_SQL_description" : "Puede especificar una consulta SQL personalizada que generará un archivo JSON y luego lo expondrá a través del archivo table_custom_endpoint.json." } -} \ No newline at end of file +}