diff --git a/front/php/templates/language/de_de.json b/front/php/templates/language/de_de.json
index 86d060f4..19167c84 100755
--- a/front/php/templates/language/de_de.json
+++ b/front/php/templates/language/de_de.json
@@ -320,7 +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"
}
}
diff --git a/front/php/templates/language/en_us.json b/front/php/templates/language/en_us.json
index d90a98c4..e5f0bca8 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.",
@@ -583,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"
}
}
diff --git a/front/php/templates/language/es_es.json b/front/php/templates/language/es_es.json
index 96e670bf..e96c4b0f 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.",
@@ -582,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"
}
}
diff --git a/front/plugins/arp_scan/config.json b/front/plugins/arp_scan/config.json
index 1be94439..473e40ae 100755
--- a/front/plugins/arp_scan/config.json
+++ b/front/plugins/arp_scan/config.json
@@ -20,19 +20,31 @@
{
"language_code": "en_us",
"string": "Network scan (Arp-Scan)"
- }
+ },
+ {
+ "language_code": "es_es",
+ "string": "Escaneo de red (Arp-Scan)"
+ }
],
"icon": [
{
"language_code": "en_us",
"string": ""
- }
+ },
+ {
+ "language_code": "es_es",
+ "string": ""
+ }
],
"description": [
{
"language_code": "en_us",
"string": "This plugin is to execute an arp-scan on the local network"
- }
+ },
+ {
+ "language_code": "es_es",
+ "string": "Este plugin es para ejecutar un escaneo arp en la red local."
+ }
],
"params" : [
{
@@ -48,13 +60,22 @@
"default_value":"schedule",
"options": ["disabled", "once", "schedule", "always_after_scan", "on_new_device"],
"localized": ["name", "description"],
- "name" :[{
+ "name" :[
+ {
"language_code":"en_us",
"string" : "When to run"
+ },
+ {
+ "language_code":"es_es",
+ "string" : "Cuando ejecutar"
}],
"description": [{
"language_code":"en_us",
"string" : "Specify when your Network-discovery scan will run. Typical setting would be schedule and then you specify a cron-like schedule in the ARPSCAN_RUN_SCHDsetting "
+ },
+ {
+ "language_code":"es_es",
+ "string" : "Especifique cuándo se ejecutará su análisis de descubrimiento de red. La configuración típica sería schedule y luego se especifica una programación similar a cron en la configuración ARPSCAN_RUN_SCHD "
}]
},
{
@@ -67,13 +88,21 @@
{
"language_code": "en_us",
"string": "Command"
- }
+ },
+ {
+ "language_code": "es_es",
+ "string": "Comando"
+ }
],
"description": [
{
"language_code": "en_us",
"string": "Command to run. This should not be changed"
- }
+ },
+ {
+ "language_code": "es_es",
+ "string": "Comando para ejecutar. Esto no debe ser cambiado"
+ }
]
},
@@ -87,13 +116,21 @@
{
"language_code": "en_us",
"string": "Run timeout"
- }
+ },
+ {
+ "language_code": "es_es",
+ "string": "Tiempo límite de ejecución"
+ }
],
"description": [
{
"language_code": "en_us",
"string": "Maximum time in seconds to wait for the script to finish. If this time is exceeded the script is aborted."
- }
+ },
+ {
+ "language_code": "es_es",
+ "string": "Tiempo máximo en segundos para esperar a que finalice el script. Si se supera este tiempo, se cancela el script."
+ }
]
},
{
@@ -105,10 +142,18 @@
"name" : [{
"language_code":"en_us",
"string" : "Schedule"
+ },
+ {
+ "language_code":"es_es",
+ "string" : "Schedule"
}],
"description": [{
"language_code":"en_us",
"string" : "Only enabled if you select schedule in the ARPSCAN_RUN setting. Make sure you enter the schedule in the correct cron-like format (e.g. validate at crontab.guru). For example entering */3 * * * * will run the scan every 3 minutes. Will be run NEXT time the time passes.
It's recommended to use the same schedule interval for all plugins scanning your network."
+ },
+ {
+ "language_code":"es_es",
+ "string" : "Solo está habilitado si selecciona schedule en la configuración ARPSCAN_RUN. Asegúrese de ingresar la programación en el formato similar a cron correcto (por ejemplo, valide en crontab.guru). Por ejemplo, ingresar */3 * * * * ejecutará el escaneo cada 3 minutos. Se ejecutará la PRÓXIMA vez que pase el tiempo.
Se recomienda utilizar el mismo intervalo de programación para todos los complementos que analizan su red."
}]
},
{
@@ -120,10 +165,18 @@
"name" :[{
"language_code":"en_us",
"string" : "Watched"
+ },
+ {
+ "language_code":"es_es",
+ "string" : "Watched"
}] ,
"description":[{
"language_code":"en_us",
"string" : "Send a notification if selected values change. Use CTRL + Click to select/deselect.
Watched_Value1 is IPWatched_Value2 is VendorWatched_Value3 is Interface Watched_Value4 is N/A CTRL + clic para seleccionar/deseleccionar. Valor_observado1 es IPValor_observado2 es ProveedorValor_observado3 es Interfaz Valor_observado4 es N/A before_config_save and specify password to reset your pasword in SETPWD_password. You can set to disabled once the password is changed."
+ },
+ {
+ "language_code":"es_es",
+ "string" : "Configure en before_config_save y especifique la contraseña para restablecer su contraseña en SETPWD_password. Puede establecer deshabilitado una vez que se cambia la contraseña."
}]
},
{
@@ -52,10 +72,18 @@
"name" : [{
"language_code":"en_us",
"string" : "Command"
+ },
+ {
+ "language_code":"es_es",
+ "string" : "Comando"
}],
"description": [{
"language_code":"en_us",
"string" : "Command to run"
+ },
+ {
+ "language_code":"es_es",
+ "string" : "Comando a ejecutar"
}]
},
{
@@ -69,13 +97,21 @@
{
"language_code": "en_us",
"string": "Password"
- }
+ },
+ {
+ "language_code": "es_es",
+ "string": "Contraseña"
+ }
],
"description": [
{
"language_code": "en_us",
"string": "The default password is 123456. To change the password run /home/pi/pialert/back/pialert-cli set_password {password} in the container"
- }
+ },
+ {
+ "language_code": "es_es",
+ "string": "La contraseña predeterminada es 123456. Para cambiar la contraseña, ejecute /home/pi/pialert/back/pialert-cli set_password {password} en el contenedor"
+ }
]
}
@@ -83,6 +119,3 @@
]
}
-
-
-
\ No newline at end of file
diff --git a/front/plugins/undiscoverables/config.json b/front/plugins/undiscoverables/config.json
index 6c4b30e2..874fbe2f 100755
--- a/front/plugins/undiscoverables/config.json
+++ b/front/plugins/undiscoverables/config.json
@@ -11,19 +11,31 @@
{
"language_code": "en_us",
"string": "Un-Discoverable Devices"
- }
+ },
+ {
+ "language_code": "es_es",
+ "string": "Dispositivos no detectables"
+ }
],
"icon": [
{
"language_code": "en_us",
"string": ""
- }
+ },
+ {
+ "language_code": "es_es",
+ "string": ""
+ }
],
"description": [
{
"language_code": "en_us",
"string": "This plugin is to import undiscoverable devices from a file."
- }
+ },
+ {
+ "language_code": "es_es",
+ "string": "Este complemento es para importar dispositivos no detectables desde un archivo."
+ }
],
"params" : [
{
@@ -42,10 +54,18 @@
"name" :[{
"language_code":"en_us",
"string" : "When to run"
+ },
+{
+ "language_code":"es_es",
+ "string" : "Cuándo ejecuta"
}],
"description": [{
"language_code":"en_us",
"string" : "When enabled, ONCE is the preferred option. It runs at startup and after every save of the config here.