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" } }