From 33273bf83c8785643a433db252d9eff5e2267d24 Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Mon, 14 Aug 2023 17:15:48 +0200 Subject: [PATCH] Update en_us.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/en_us.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/front/php/templates/language/en_us.json b/front/php/templates/language/en_us.json index 4be6e54b..9aae0551 100755 --- a/front/php/templates/language/en_us.json +++ b/front/php/templates/language/en_us.json @@ -606,6 +606,12 @@ "Systeminfo_Memory_Usage_Percent": "Memory %:", "Systeminfo_Memory_Total_Memory": "Total memory:", "Systeminfo_Motherboard" : "Motherboard", + "Systeminfo_Motherboard_BIOS": "BIOS:", + "Systeminfo_Motherboard_BIOS_Date": "BIOS date:", + "Systeminfo_Motherboard_BIOS_Vendor": "BIOS vendor:", + "Systeminfo_Motherboard_Manufactured": "Manufactured by:", + "Systeminfo_Motherboard_Name": "Name:", + "Systeminfo_Motherboard_Revision": "Revision:", "Systeminfo_Network" : "Network", "Systeminfo_Network_Hardware" : "Network Hardware", "Systeminfo_Storage" : "Storage",