From 57f9728867420ea5c7a1e6a9a792bfd179c1f46c Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Mon, 14 Aug 2023 16:11:07 +0200 Subject: [PATCH] Update en_us.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/en_us.json | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/front/php/templates/language/en_us.json b/front/php/templates/language/en_us.json index edb7323e..4be6e54b 100755 --- a/front/php/templates/language/en_us.json +++ b/front/php/templates/language/en_us.json @@ -594,9 +594,7 @@ "Systeminfo_General_TimeZone": "Timezone:", "Systeminfo_This_Client" : "This Client", "Systeminfo_Client_User_Agent": "User Agent:", - "Systeminfo_Client_Resolution": "Browser Resolution:", - "Systeminfo_System" : "System", - "Systeminfo_Motherboard" : "Motherboard", + "Systeminfo_Client_Resolution": "Browser Resolution:", "Systeminfo_CPU" : "CPU", "Systeminfo_CPU_Vendor": "CPU Vendor:", "Systeminfo_CPU_Name": "CPU Name:", @@ -606,7 +604,10 @@ "Systeminfo_Memory" : "Memory", "Systeminfo_Memory_Usage": "Memory usage:", "Systeminfo_Memory_Usage_Percent": "Memory %:", - "Systeminfo_Memory_Total_Memory": "Total memory:", + "Systeminfo_Memory_Total_Memory": "Total memory:", + "Systeminfo_Motherboard" : "Motherboard", + "Systeminfo_Network" : "Network", + "Systeminfo_Network_Hardware" : "Network Hardware", "Systeminfo_Storage" : "Storage", "Systeminfo_Storage_Mount" : "Mount point:", "Systeminfo_Storage_Device" : "Device:", @@ -616,12 +617,18 @@ "Systeminfo_Storage_Usage_Mount" : "Mount point:", "Systeminfo_Storage_Usage_Total" : "Total:", "Systeminfo_Storage_Usage_Used" : "Used:", - "Systeminfo_Storage_Usage_Free" : "Free:", - "Systeminfo_Network" : "Network", - "Systeminfo_Network_Hardware" : "Network Hardware", + "Systeminfo_Storage_Usage_Free" : "Free:", "Systeminfo_Services" : "Services", "Systeminfo_Services_Name" : "Service Name", - "Systeminfo_Services_Description" : "Service Description", - "Systeminfo_USB_Devices" : "USB Devices" + "Systeminfo_Services_Description" : "Service Description", + "Systeminfo_System" : "System", + "Systeminfo_System_Architecture": "Architecture:", + "Systeminfo_System_AVG": "Load average:", + "Systeminfo_System_Kernel": "Kernel:", + "Systeminfo_System_OSVersion": "Operating System:", + "Systeminfo_System_System": "System:", + "Systeminfo_System_Uname": "Uname:", + "Systeminfo_System_Uptime": "Uptime:", + "Systeminfo_USB_Devices" : "USB Devices" } }