From 96de41e4f03846f318e3722c4a8fe77413d99500 Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Sun, 13 Aug 2023 19:22:19 +0200 Subject: [PATCH] Update es_es.json Added translation variable "Systeminfo_Client_User_Agent" Added translation variable "Systeminfo_Client_Resolution" Added translation variable "Systeminfo_General_Date2" Added translation variable "Systeminfo_General_TimeZone" --- front/php/templates/language/es_es.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/front/php/templates/language/es_es.json b/front/php/templates/language/es_es.json index fd7c6a98..81b4320a 100755 --- a/front/php/templates/language/es_es.json +++ b/front/php/templates/language/es_es.json @@ -585,6 +585,10 @@ "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.", "Systeminfo_General" : "General", + "Systeminfo_General_Full_Date": "Fecha completa:", + "Systeminfo_General_Date": "Fecha:", + "Systeminfo_General_Date2": "Fecha2:", + "Systeminfo_General_TimeZone": "Zona horaria:", "Systeminfo_This_Client": "Este cliente", "Systeminfo_System": "Sistema", "Systeminfo_Motherboard" : "Placa base",