diff --git a/front/plugins/nmap_services/config.json b/front/plugins/nmap_services/config.json
index 66638791..cd01973f 100755
--- a/front/plugins/nmap_services/config.json
+++ b/front/plugins/nmap_services/config.json
@@ -21,10 +21,18 @@
"icon":[{
"language_code":"en_us",
"string" : ""
+ },
+ {
+ "language_code":"es_es",
+ "string" : ""
}],
"description": [{
"language_code":"en_us",
"string" : "This plugin shows all services discovered by NMAP scans."
+ },
+ {
+ "language_code":"es_es",
+ "string" : "Este complemento muestra todos los servicios descubiertos por escaneos NMAP."
}],
"params" : [],
"database_column_definitions":
@@ -208,6 +216,10 @@
"name":[{
"language_code":"en_us",
"string" : "Status"
+ },
+ {
+ "language_code":"es_es",
+ "string" : "Estado"
}]
}
],
@@ -221,10 +233,18 @@
"name" :[{
"language_code":"en_us",
"string" : "When to run"
+ },
+ {
+ "language_code":"es_es",
+ "string" : "Cuando ejecutar"
}],
"description": [{
"language_code":"en_us",
"string" : "Specify when the SQL query is executed."
+ },
+ {
+ "language_code":"es_es",
+ "string" : "Especificar cuándo se ejecuta la consulta SQL."
}]
},
{
@@ -236,11 +256,20 @@
"name" : [{
"language_code":"en_us",
"string" : "SQL to run"
+ },
+ {
+ "language_code":"es_es",
+ "string" : "Consulta SQL"
}],
"description": [{
"language_code":"en_us",
"string" : "This SQL query is used to populate the coresponding UI tables under the Plugins section."
- }]
+ },
+ {
+ "language_code":"es_es",
+ "string" : "Esta consulta SQL se usa para completar las tablas de IU correspondientes en la sección Complementos."
+ }
+ ]
},
{
"function": "RUN_SCHD",
@@ -251,10 +280,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 NMAPSRV_RUN setting. Make sure you enter the schedule in the correct cron-like format (e.g. validate at crontab.guru). For example entering 0 4 * * * will run the scan after 4 am in the TIMEZONE you set above. Will be run NEXT time the time passes."
+ },
+ {
+ "language_code":"es_es",
+ "string" : "Solo está habilitado si selecciona schedule en la configuración NMAPSRV_RUN setting. Asegúrese de ingresar la programación en el formato similar a cron correcto (por ejemplo, valide en crontab.guru). Por ejemplo, ingresar 0 4 * * * ejecutará el escaneo después de las 4 a.m. en el TIMEZONE código> que configuró arriba. Se ejecutará la PRÓXIMA vez que pase el tiempo."
}]
},
{
@@ -266,10 +303,18 @@
"name" :[{
"language_code":"en_us",
"string" : "Watched"
+ },
+ {
+ "language_code":"es_es",
+ "string" : "Visto"
}] ,
"description":[{
"language_code":"en_us",
"string" : "Send a notification if selected values change. Use CTRL + Click to select/deselect.
Watched_Value1 is service type (e.g.: http, ssh)Watched_Value2 is Status (open or closed)Watched_Value3 unused Watched_Value4 unused CTRL + clic para seleccionar/deseleccionar. Watched_Value1 es el tipo de servicio (p. ej., http, ssh)Watched_Value2 es el estado (abierto o cerrado)Watched_Value3 no utilizado Watched_Value4 no utilizado new means a new unique (unique combination of PrimaryId and SecondaryId) object was discovered. watched-changed means that selected Watched_ValueN columns changed."
+ },
+ {
+ "language_code":"es_es",
+ "string" : "Envíe una notificación solo en estos estados. new significa que se descubrió un nuevo objeto único (combinación única de PrimaryId y SecondaryId). watched-changed significa que seleccionó Watched_ValueN Las columnas cambiaron."
}]
}
]
}
-