From 59e3f45e704bf5928c60a4c0c5add2e98e5fed32 Mon Sep 17 00:00:00 2001
From: Carlos V <76731844+cvc90@users.noreply.github.com>
Date: Sat, 12 Aug 2023 19:27:07 +0200
Subject: [PATCH] Update es_es.json
Added new translation variable "Systeminfo_General"
Added new translation variable "Systeminfo_This_Client"
Added new translation variable "Systeminfo_System"
Added new translation variable "Systeminfo_Motherboard"
Added new translation variable "Systeminfo_CPU"
Added new translation variable "Systeminfo_Memory"
Added new translation variable "Systeminfo_Storage"
Added new translation variable "Systeminfo_Storage_usage"
Added new translation variable "Systeminfo_Network"
Added new translation variable "Systeminfo_Network_Hardware"
Added new translation variable "Systeminfo_Services" : "Services",
Added new translation variable "Systeminfo_USB_Devices"
---
front/php/templates/language/es_es.json | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/front/php/templates/language/es_es.json b/front/php/templates/language/es_es.json
index f935c80c..e96c4b0f 100755
--- a/front/php/templates/language/es_es.json
+++ b/front/php/templates/language/es_es.json
@@ -583,6 +583,18 @@
"API_display_name" : "API",
"API_icon" : "",
"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."
+ "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_This_Client": "Este cliente",
+ "Systeminfo_System": "Sistema",
+ "Systeminfo_Motherboard" : "Placa base",
+ "Systeminfo_CPU" : "CPU",
+ "Systeminfo_Memory": "Memoria",
+ "Systeminfo_Storage": "Almacenamiento",
+ "Systeminfo_Storage_usage": "Uso de almacenamiento",
+ "Systeminfo_Network": "Red",
+ "Systeminfo_Network_Hardware": "Hardware de red",
+ "Systeminfo_Services": "Servicios",
+ "Systeminfo_USB_Devices": "Dispositivos USB"
}
}