From 7e6fa9fcbdd5df9bab0af4029cb02111a0fa4126 Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Sun, 13 Aug 2023 18:55:20 +0200 Subject: [PATCH] Update en_us.json Added translation variable "Systeminfo_Storage_Mount" Added translation variable "Systeminfo_Storage_Device" Added translation variable "Systeminfo_Storage_Size" Added translation variable "Systeminfo_Storage_Type" --- front/php/templates/language/en_us.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/front/php/templates/language/en_us.json b/front/php/templates/language/en_us.json index 30c6cf50..8d4c1151 100755 --- a/front/php/templates/language/en_us.json +++ b/front/php/templates/language/en_us.json @@ -594,6 +594,10 @@ "Systeminfo_CPU" : "CPU", "Systeminfo_Memory" : "Memory", "Systeminfo_Storage" : "Storage", + "Systeminfo_Storage_Mount" : "Mount point:", + "Systeminfo_Storage_Device" : "Device:", + "Systeminfo_Storage_Size" : "Size:", + "Systeminfo_Storage_Type" : "Type:", "Systeminfo_Storage_Usage" : "Storage usage", "Systeminfo_Storage_Usage_Mount" : "Mount point:", "Systeminfo_Storage_Usage_Total" : "Total:",