From eb63964a90f089cb4a1dccb768aad484a1f9b0eb Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Sun, 13 Aug 2023 19:20:54 +0200 Subject: [PATCH] Update en_us.json Added translation variable "Systeminfo_Client_User_Agent" Added translation variable "Systeminfo_Client_Resolution" --- front/php/templates/language/en_us.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/front/php/templates/language/en_us.json b/front/php/templates/language/en_us.json index 329252d9..3d6d81e2 100755 --- a/front/php/templates/language/en_us.json +++ b/front/php/templates/language/en_us.json @@ -588,11 +588,13 @@ "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_General_Full_Date": "Full Date:", + "Systeminfo_General_Date": "Date:", + "Systeminfo_General_Date2": "Date2:", + "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_CPU" : "CPU",