From 46876228ba664d38e8e0d682ab02e34b140fa760 Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Mon, 14 Aug 2023 17:18:11 +0200 Subject: [PATCH] Update de_de.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/de_de.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/front/php/templates/language/de_de.json b/front/php/templates/language/de_de.json index 0ddf982e..97cbc4fe 100755 --- a/front/php/templates/language/de_de.json +++ b/front/php/templates/language/de_de.json @@ -341,6 +341,12 @@ "Systeminfo_Memory_Usage_Percent": "Speicher %:", "Systeminfo_Memory_Total_Memory": "Gesamtspeicher:", "Systeminfo_Motherboard" : "Hauptplatine", + "Systeminfo_Motherboard_BIOS": "BIOS:", + "Systeminfo_Motherboard_BIOS_Date": "BIOS-Datum:", + "Systeminfo_Motherboard_BIOS_Vendor": "BIOS-Anbieter:", + "Systeminfo_Motherboard_Manufactured": "Hergestellt von:", + "Systeminfo_Motherboard_Name": "Name:", + "Systeminfo_Motherboard_Revision": "Revision:", "Systeminfo_Storage" : "Lagerung", "Systeminfo_Storage_Mount": "Mountpunkt:", "Systeminfo_Storage_Device": "Gerät:",