From 00942ba48f1c9d68e960d7e347231bc1fc349ec8 Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Sun, 13 Aug 2023 19:19:09 +0200 Subject: [PATCH] Update en_us.json Added translation variable "Systeminfo_Client_User_Agent" Added translation variable "Systeminfo_Client_Resolution" Added translation variable "Systeminfo_General_Date2" Added translation variable "Systeminfo_General_TimeZone" --- 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 8d4c1151..329252d9 100755 --- a/front/php/templates/language/en_us.json +++ b/front/php/templates/language/en_us.json @@ -588,6 +588,10 @@ "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.", "Systeminfo_General" : "General", + "Systeminfo_General_Full_Date": "Full Date:", + "Systeminfo_General_Date": "Date:", + "Systeminfo_General_Date2": "Date2:", + "Systeminfo_General_TimeZone": "Timezone:", "Systeminfo_This_Client" : "This Client", "Systeminfo_System" : "System", "Systeminfo_Motherboard" : "Motherboard",