From b07118b2985ba6232cba241b6b673ff4675a1354 Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Mon, 14 Aug 2023 16:02:43 +0200 Subject: [PATCH] Update es_es.json Optimized the order of translation variables New translation variable "Systeminfo_System_Architecture" New translation variable "Systeminfo_System_AVG" New translation variable "Systeminfo_System_Kernel" New translation variable "Systeminfo_System_OSVersion" New translation variable "Systeminfo_System_System" New translation variable "Systeminfo_System_Uname" New translation variable "Systeminfo_System_Uptime" --- front/php/templates/language/es_es.json | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/front/php/templates/language/es_es.json b/front/php/templates/language/es_es.json index 83493d5b..e42819ca 100755 --- a/front/php/templates/language/es_es.json +++ b/front/php/templates/language/es_es.json @@ -591,9 +591,7 @@ "Systeminfo_General_TimeZone": "Zona horaria:", "Systeminfo_This_Client": "Este cliente", "Systeminfo_Client_User_Agent": "Agente de usuario:", - "Systeminfo_Client_Resolution": "Resolución del navegador:", - "Systeminfo_System": "Sistema", - "Systeminfo_Motherboard" : "Placa base", + "Systeminfo_Client_Resolution": "Resolución del navegador:", "Systeminfo_CPU" : "CPU", "Systeminfo_CPU_Vendor": "Proveedor de CPU:", "Systeminfo_CPU_Name": "Nombre de la CPU:", @@ -604,6 +602,9 @@ "Systeminfo_Memory_Usage": "Memoria en uso:", "Systeminfo_Memory_Usage_Percent": "Memoria %:", "Systeminfo_Memory_Total_Memory": "Memoria total:", + "Systeminfo_Motherboard" : "Placa base", + "Systeminfo_Network": "Red", + "Systeminfo_Network_Hardware": "Hardware de red", "Systeminfo_Storage": "Almacenamiento", "Systeminfo_Storage_Mount": "Punto de montaje:", "Systeminfo_Storage_Device" : "Dispositivo:", @@ -614,11 +615,17 @@ "Systeminfo_Storage_Usage_Total": "Total:", "Systeminfo_Storage_Usage_Used": "Usado:", "Systeminfo_Storage_Usage_Free": "Libre:", - "Systeminfo_Network": "Red", - "Systeminfo_Network_Hardware": "Hardware de red", "Systeminfo_Services": "Servicios", "Systeminfo_Services_Name": "Nombre del servicio", - "Systeminfo_Services_Description": "Descripción del servicio", + "Systeminfo_Services_Description": "Descripción del servicio", + "Systeminfo_System": "Sistema", + "Systeminfo_System_Architecture": "Arquitectura:", + "Systeminfo_System_AVG": "Cargar promedio:", + "Systeminfo_System_Kernel": "Núcleo:", + "Systeminfo_System_OSVersion": "Sistema Operativo:", + "Systeminfo_System_System": "Sistema:", + "Systeminfo_System_Uname": "Uname:", + "Systeminfo_System_Uptime": "Tiempo de actividad:", "Systeminfo_USB_Devices": "Dispositivos USB" } }