From 57c9c5b23ff54cd8bf7934d45a12fdc66b5e1e1e Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Sat, 26 Aug 2023 21:11:26 +0200 Subject: [PATCH] Update config.json Updated config.json file with new Spanish translation variables. --- front/plugins/pholus_scan/config.json | 28 +++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/front/plugins/pholus_scan/config.json b/front/plugins/pholus_scan/config.json index b004f69c..3df23280 100755 --- a/front/plugins/pholus_scan/config.json +++ b/front/plugins/pholus_scan/config.json @@ -20,6 +20,10 @@ { "language_code": "en_us", "string": "Pholus-Scan (Name discovery)" + }, + { + "language_code": "en_us", + "string": "Pholus-Scan (Descubrimiento de nombre)" } ], "icon": [ @@ -36,7 +40,11 @@ { "language_code": "en_us", "string": "This plugin is to execute a Pholus-scan (name discovery) on the local network" - } + }, + { + "language_code": "es_es", + "string": "Este plugin sirve para ejecutar un escaneo Pholus (descubrimiento de nombres) en la red local." + } ], "params" : [ { @@ -127,7 +135,11 @@ { "language_code": "en_us", "string": "Network scan time in seconds. Pholus scan will always run this long. The longer it runs the more device names might be resolved. Will be divided by the number of subnets." - } + }, + { + "language_code": "es_es", + "string": "Tiempo de escaneo de red en segundos. El escaneo de Pholus siempre durará este tiempo. Cuanto más tiempo se ejecute, más nombres de dispositivos se podrán resolver. Se dividirá por el número de subredes." + } ] }, { @@ -147,6 +159,10 @@ "description": [{ "language_code":"en_us", "string" : "Only enabled if you select schedule in the PHOLUS_RUN setting. Make sure you enter the schedule in the correct cron-like format (e.g. validate at crontab.guru). For example entering 30 3 * * * will run the scan at 3:30 am. Will be run NEXT time the time passes.
" + }, + { + "language_code":"es_es", + "string" : "Solo está habilitado si selecciona schedule en la configuración PHOLUS_RUN. Asegúrese de ingresar la programación en el formato cron correcto (por ejemplo, validar en crontab.guru). Por ejemplo, al ingresar 30 3 * * * se ejecutará el escaneo a las 3:30 am. Se ejecutará la PRÓXIMA vez que pase el tiempo.
" }] }, { @@ -191,6 +207,10 @@ "description":[{ "language_code":"en_us", "string" : "Send a notification if selected values change. Use CTRL + Click to select/deselect. " + }, + { + "language_code":"es_es", + "string" : "Enviar una notificación si los valores seleccionados cambian. Utilice CTRL + Clic para seleccionar/deseleccionar. " }] }, { @@ -290,6 +310,10 @@ "name":[{ "language_code":"en_us", "string" : "Type" + }, + { + "language_code":"es_es", + "string" : "Tipo" }] } , {