From b6df0fb1a81e43a491b8c191f5a7624743f7a121 Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Sat, 12 Aug 2023 19:07:13 +0200 Subject: [PATCH 01/13] Update pluginsCore.php Added new translation variable "Plugins_Out_of" --- front/pluginsCore.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/pluginsCore.php b/front/pluginsCore.php index b7ddddab..a2d02324 100755 --- a/front/pluginsCore.php +++ b/front/pluginsCore.php @@ -335,7 +335,7 @@ function generateTabs()
  • - (${histCountDisplayed} out of ${histCount}) + (${histCountDisplayed} ${histCount})
  • @@ -538,4 +538,4 @@ function purgeVisible() { getData() updater() - \ No newline at end of file + From b7a3ad7044fed7a356be40a84abe0c644bb02d79 Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Sat, 12 Aug 2023 19:12:35 +0200 Subject: [PATCH 02/13] Update es_es.json Added new translation variable "Plugins_Out_of" --- front/php/templates/language/es_es.json | 1 + 1 file changed, 1 insertion(+) diff --git a/front/php/templates/language/es_es.json b/front/php/templates/language/es_es.json index 96e670bf..f935c80c 100755 --- a/front/php/templates/language/es_es.json +++ b/front/php/templates/language/es_es.json @@ -416,6 +416,7 @@ "Plugins_DeleteAll" : "Eliminar todo (se ignoran los filtros)", "Plugins_History" : "Historial de eventos", "Plugins_Filters_Mac" : "Filtro MAC", + "Plugins_Out_of" : "de", "Settings_Title" : " Configuración", "settings_missing" : "Actualiza la página, no todos los ajustes se han cargado. Probablemente sea por una sobrecarga de la base de datos.", "settings_missing_block" : "No puedes guardar los ajustes sin establecer todas las claves. Actualiza la página. Problabmente esté causado por una sobrecarga de la base de datos.", From 06d9cf22922ea46a9350e94d01e97e168e3f58fc Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Sat, 12 Aug 2023 19:14:11 +0200 Subject: [PATCH 03/13] Update en_us.json Added new translation variable "Plugins_Out_of" --- front/php/templates/language/en_us.json | 1 + 1 file changed, 1 insertion(+) diff --git a/front/php/templates/language/en_us.json b/front/php/templates/language/en_us.json index d90a98c4..3d25181c 100755 --- a/front/php/templates/language/en_us.json +++ b/front/php/templates/language/en_us.json @@ -417,6 +417,7 @@ "Plugins_DeleteAll" : "Delete all (filters are ignored)", "Plugins_History" : "Events History", "Plugins_Filters_Mac" : "Mac Filter", + "Plugins_Out_of" : "out of", "Settings_Metadata_Toggle" : "Show/hide metadata for the given setting.", "settings_missing" : "Not all settings loaded, refresh the page! This is probably caused by a high load on the database.", "settings_missing_block" : "You can not save your settings without specifying all setting keys. Refresh the page. This is probably caused by a high load on the database.", From 80500b6edea148381de93d961dba09128ebe8d92 Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Sat, 12 Aug 2023 19:15:20 +0200 Subject: [PATCH 04/13] Update de_de.json Added new translation variable "Plugins_Out_of" --- front/php/templates/language/de_de.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/front/php/templates/language/de_de.json b/front/php/templates/language/de_de.json index 86d060f4..7f717092 100755 --- a/front/php/templates/language/de_de.json +++ b/front/php/templates/language/de_de.json @@ -320,7 +320,8 @@ "HelpFAQ_Cat_Network_600_text" : "Diese Seite soll dir die Möglichkeit bieten, die Belegung deiner Netzwerkgeräte abzubilden. Dazu kannst du einen oder mehrere Switches, WLANs, Router, etc. erstellen, sie ggf. mit einer Portanzahl versehen und bereits erkannte Geräte diesen zuordnen. Diese Zuordnung erfolgt in der Detailansicht, des zuzuordnenden Gerätes. So ist es dir möglich, schnell festzustellen an welchem Port ein Host angeschlossen und ob er online ist.", "REPORT_TITLE" : "Bericht", "REPORT_ERROR" : "Die gesuchte Seite ist vorübergehend nicht verfügbar. Bitte versuchen Sie es nach ein paar Sekunden erneut", - "SYSTEM_TITLE" : "Systeminformationen" + "SYSTEM_TITLE" : "Systeminformationen" + "Plugins_Out_of" : "von", } } 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 05/13] 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" } } From 59e3f45e704bf5928c60a4c0c5add2e98e5fed32 Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Sat, 12 Aug 2023 19:27:07 +0200 Subject: [PATCH 06/13] Update es_es.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/es_es.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/front/php/templates/language/es_es.json b/front/php/templates/language/es_es.json index f935c80c..e96c4b0f 100755 --- a/front/php/templates/language/es_es.json +++ b/front/php/templates/language/es_es.json @@ -583,6 +583,18 @@ "API_display_name" : "API", "API_icon" : "", "API_CUSTOM_SQL_name" : "Endpoint personalizado", - "API_CUSTOM_SQL_description" : "Puede especificar una consulta SQL personalizada que generará un archivo JSON y luego lo expondrá a través del archivo table_custom_endpoint.json." + "API_CUSTOM_SQL_description" : "Puede especificar una consulta SQL personalizada que generará un archivo JSON y luego lo expondrá a través del archivo table_custom_endpoint.json.", + "Systeminfo_General" : "General", + "Systeminfo_This_Client": "Este cliente", + "Systeminfo_System": "Sistema", + "Systeminfo_Motherboard" : "Placa base", + "Systeminfo_CPU" : "CPU", + "Systeminfo_Memory": "Memoria", + "Systeminfo_Storage": "Almacenamiento", + "Systeminfo_Storage_usage": "Uso de almacenamiento", + "Systeminfo_Network": "Red", + "Systeminfo_Network_Hardware": "Hardware de red", + "Systeminfo_Services": "Servicios", + "Systeminfo_USB_Devices": "Dispositivos USB" } } From 48be1a9eda5e7e0821d98edd54aa71c35026ce2e Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Sat, 12 Aug 2023 19:32:27 +0200 Subject: [PATCH 07/13] Update de_de.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/de_de.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/front/php/templates/language/de_de.json b/front/php/templates/language/de_de.json index 7f717092..19167c84 100755 --- a/front/php/templates/language/de_de.json +++ b/front/php/templates/language/de_de.json @@ -320,8 +320,20 @@ "HelpFAQ_Cat_Network_600_text" : "Diese Seite soll dir die Möglichkeit bieten, die Belegung deiner Netzwerkgeräte abzubilden. Dazu kannst du einen oder mehrere Switches, WLANs, Router, etc. erstellen, sie ggf. mit einer Portanzahl versehen und bereits erkannte Geräte diesen zuordnen. Diese Zuordnung erfolgt in der Detailansicht, des zuzuordnenden Gerätes. So ist es dir möglich, schnell festzustellen an welchem Port ein Host angeschlossen und ob er online ist.", "REPORT_TITLE" : "Bericht", "REPORT_ERROR" : "Die gesuchte Seite ist vorübergehend nicht verfügbar. Bitte versuchen Sie es nach ein paar Sekunden erneut", - "SYSTEM_TITLE" : "Systeminformationen" + "SYSTEM_TITLE" : "Systeminformationen", "Plugins_Out_of" : "von", + "Systeminfo_General" : "Allgemein", + "Systeminfo_This_Client" : "Dieser Mandant", + "Systeminfo_System" : "System", + "Systeminfo_Motherboard" : "Hauptplatine", + "Systeminfo_CPU" : "CPU", + "Systeminfo_Memory" : "Speicher", + "Systeminfo_Storage" : "Lagerung", + "Systeminfo_Storage_usage" : "Speicherverwendung", + "Systeminfo_Network" : "Netzwerk", + "Systeminfo_Network_Hardware" : "Netzwerk Hardware", + "Systeminfo_Services" : "Dienste", + "Systeminfo_USB_Devices" : "USB-Geräte" } } From c6fab002be40af546899d806d39112e9c73dea78 Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Sat, 12 Aug 2023 19:57:33 +0200 Subject: [PATCH 08/13] Update systeminfo.php 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/systeminfo.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/front/systeminfo.php b/front/systeminfo.php index 7608d719..b41d5e27 100644 --- a/front/systeminfo.php +++ b/front/systeminfo.php @@ -130,7 +130,7 @@ $usb_devices_mount = explode("\n", trim($usb_result)); // General ---------------------------------------------------------- echo '
    -

    General

    +

    ' . lang('Systeminfo_General') . '

    @@ -155,7 +155,7 @@ echo '
    // Client ---------------------------------------------------------- echo '
    -

    This Client

    +

    ' . lang('Systeminfo_This_Client') . '

    @@ -183,7 +183,7 @@ echo '