From 7de5e4db8b28d604bb1e16513b4c634f907f06e5 Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Mon, 14 Aug 2023 17:16:45 +0200 Subject: [PATCH] Update es_es.json New translation variable "Systeminfo_Motherboard_BIOS" New translation variable "Systeminfo_Motherboard_BIOS_Date" New translation variable "Systeminfo_Motherboard_BIOS_Vendor" New translation variable "Systeminfo_Motherboard_Manufactured" New translation variable "Systeminfo_Motherboard_Name" New translation variable "Systeminfo_Motherboard_Revision" --- front/php/templates/language/es_es.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/front/php/templates/language/es_es.json b/front/php/templates/language/es_es.json index e42819ca..08542603 100755 --- a/front/php/templates/language/es_es.json +++ b/front/php/templates/language/es_es.json @@ -602,7 +602,13 @@ "Systeminfo_Memory_Usage": "Memoria en uso:", "Systeminfo_Memory_Usage_Percent": "Memoria %:", "Systeminfo_Memory_Total_Memory": "Memoria total:", - "Systeminfo_Motherboard" : "Placa base", + "Systeminfo_Motherboard" : "Placa base", + "Systeminfo_Motherboard_BIOS": "BIOS:", + "Systeminfo_Motherboard_BIOS_Date": "Fecha del BIOS:", + "Systeminfo_Motherboard_BIOS_Vendor": "Proveedor de BIOS:", + "Systeminfo_Motherboard_Manufactured": "Fabricado por:", + "Systeminfo_Motherboard_Name": "Nombre:", + "Systeminfo_Motherboard_Revision": "Revisión:", "Systeminfo_Network": "Red", "Systeminfo_Network_Hardware": "Hardware de red", "Systeminfo_Storage": "Almacenamiento",