From 294a205dfd51302edfe64be8ebedecbaf87c8237 Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Sat, 12 Aug 2023 19:26:05 +0200 Subject: [PATCH] Update en_us.json Added new translation variable "Systeminfo_General" Added new translation variable "Systeminfo_This_Client" Added new translation variable "Systeminfo_System" Added new translation variable "Systeminfo_Motherboard" Added new translation variable "Systeminfo_CPU" Added new translation variable "Systeminfo_Memory" Added new translation variable "Systeminfo_Storage" Added new translation variable "Systeminfo_Storage_usage" Added new translation variable "Systeminfo_Network" Added new translation variable "Systeminfo_Network_Hardware" Added new translation variable "Systeminfo_Services" : "Services", Added new translation variable "Systeminfo_USB_Devices" --- front/php/templates/language/en_us.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/front/php/templates/language/en_us.json b/front/php/templates/language/en_us.json index 3d25181c..e5f0bca8 100755 --- a/front/php/templates/language/en_us.json +++ b/front/php/templates/language/en_us.json @@ -584,6 +584,18 @@ "API_display_name" : "API", "API_icon" : "", "API_CUSTOM_SQL_name" : "Custom endpoint", - "API_CUSTOM_SQL_description" : "You can specify a custom SQL query which will generate a JSON file and then expose it via the table_custom_endpoint.json file endpoint." + "API_CUSTOM_SQL_description" : "You can specify a custom SQL query which will generate a JSON file and then expose it via the table_custom_endpoint.json file endpoint.", + "Systeminfo_General" : "General", + "Systeminfo_This_Client" : "This Client", + "Systeminfo_System" : "System", + "Systeminfo_Motherboard" : "Motherboard", + "Systeminfo_CPU" : "CPU", + "Systeminfo_Memory" : "Memory", + "Systeminfo_Storage" : "Storage", + "Systeminfo_Storage_usage" : "Storage usage", + "Systeminfo_Network" : "Network", + "Systeminfo_Network_Hardware" : "Network Hardware", + "Systeminfo_Services" : "Services", + "Systeminfo_USB_Devices" : "USB Devices" } }