From fa6df3cff87b03bb5b96a3767cfcfe1e8288e114 Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Tue, 5 Sep 2023 16:46:59 +0200 Subject: [PATCH] Update config.json Fixes in Spanish translations --- front/plugins/nmap_scan/config.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/front/plugins/nmap_scan/config.json b/front/plugins/nmap_scan/config.json index ba52e787..54acffd3 100755 --- a/front/plugins/nmap_scan/config.json +++ b/front/plugins/nmap_scan/config.json @@ -210,7 +210,7 @@ }, { "language_code":"es_es", - "string" : "N/A" + "string" : "Enlaces HTTP/s" }] } , { @@ -261,7 +261,7 @@ }, { "language_code":"es_es", - "string" : "N/A" + "string" : "Datos de usuario" }] }, { @@ -357,7 +357,11 @@ "description": [{ "language_code":"en_us", "string" : "This calls the script responsible for executing the NMAP scan." - } + }, + { + "language_code":"es_es", + "string" : "Esto llama al script responsable de ejecutar el escaneo NMAP." + } ] }, { @@ -428,7 +432,11 @@ { "language_code": "en_us", "string": "Max run time per device in seconds." - } + }, + { + "language_code": "es_es", + "string": "Tiempo máximo de ejecución por dispositivo en segundos." + } ] }, {