From c57513618b6a3004bee09c6945442658741eeb6b Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Sat, 26 Aug 2023 19:52:04 +0200 Subject: [PATCH 1/8] Update es_es.json Added translation variables "APPRISE_SIZE_name" Added translation variables "APPRISE_SIZE_description" --- front/php/templates/language/es_es.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/front/php/templates/language/es_es.json b/front/php/templates/language/es_es.json index de591a65..9be065da 100755 --- a/front/php/templates/language/es_es.json +++ b/front/php/templates/language/es_es.json @@ -515,6 +515,8 @@ "APPRISE_HOST_name" : "Apprise host URL", "APPRISE_URL_name" : "URL de notificación de Apprise", "APPRISE_URL_description" : "Informar de la URL de destino de la notificación. Por ejemplo, para Telegram sería tgram://{bot_token}/{chat_id}.", + "APPRISE_SIZE_name": "Tamaño máximo de carga útil", + "APPRISE_SIZE_description": "El tamaño máximo de la carga útil de información como número de caracteres en la cadena pasada. Si supera el límite, se truncará y se agregará un mensaje (text was truncated).", "NTFY_display_name" : "NTFY", "NTFY_icon" : "", "REPORT_NTFY_name" : "Habilitar NTFY", From 64a3c348bdea7c8c89f594733a3eb0a2ea63d8c8 Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Sat, 26 Aug 2023 20:02:42 +0200 Subject: [PATCH 2/8] Update es_es.json Updated translation variable "APPRISE_HOST_name" Updated translation variable "APPRISE_HOST_description" --- front/php/templates/language/es_es.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/php/templates/language/es_es.json b/front/php/templates/language/es_es.json index 9be065da..11b7478c 100755 --- a/front/php/templates/language/es_es.json +++ b/front/php/templates/language/es_es.json @@ -511,8 +511,8 @@ "Apprise_icon" : "", "REPORT_APPRISE_name" : "Habilitar Apprise", "REPORT_APPRISE_description" : "Habilitar el envío de notificaciones a través de Apprise.", - "APPRISE_HOST_description" : "Apprise host URL que comienza con http:// o https://. (no olvide incluir /notify al final)", - "APPRISE_HOST_name" : "Apprise host URL", + "APPRISE_HOST_description" : "URL del host de Apprise que comienza con http:// o https://. (no olvide incluir /notify al final)", + "APPRISE_HOST_name" : "URL del host de Apprise", "APPRISE_URL_name" : "URL de notificación de Apprise", "APPRISE_URL_description" : "Informar de la URL de destino de la notificación. Por ejemplo, para Telegram sería tgram://{bot_token}/{chat_id}.", "APPRISE_SIZE_name": "Tamaño máximo de carga útil", From e14475afb02e07e3b4c33326dd219c384da62f33 Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Sat, 26 Aug 2023 20:04:30 +0200 Subject: [PATCH 3/8] Update es_es.json Updated translation variable "NTFY_HOST_name" --- front/php/templates/language/es_es.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/php/templates/language/es_es.json b/front/php/templates/language/es_es.json index 11b7478c..18b1aae1 100755 --- a/front/php/templates/language/es_es.json +++ b/front/php/templates/language/es_es.json @@ -521,7 +521,7 @@ "NTFY_icon" : "", "REPORT_NTFY_name" : "Habilitar NTFY", "REPORT_NTFY_description" : "Habilitar el envío de notificaciones a través de NTFY.", - "NTFY_HOST_name" : "NTFY host URL", + "NTFY_HOST_name" : "URL del host NTFY", "NTFY_HOST_description" : "URL de host NTFY que comienza con http:// o https://. Puede usar la instancia alojada en https://ntfy.sh simplemente ingresando https://ntfy. sh.", "NTFY_TOPIC_name" : "Tema de NTFY", "NTFY_TOPIC_description" : "Tu tema secreto.", From 41cfdcdc002fdf051d6aedd109972d60739b392f Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Sat, 26 Aug 2023 20:23:40 +0200 Subject: [PATCH 4/8] Update es_es.json Updated translation variable "DDNS_ACTIVE_description" Updated translation variable "DDNS_DOMAIN_description" Updated translation variable "DDNS_USER_description" Updated translation variable "DDNS_PASSWORD_description" --- front/php/templates/language/es_es.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/front/php/templates/language/es_es.json b/front/php/templates/language/es_es.json index 18b1aae1..fa8e7163 100755 --- a/front/php/templates/language/es_es.json +++ b/front/php/templates/language/es_es.json @@ -558,13 +558,13 @@ "DynDNS_display_name" : "DynDNS", "DynDNS_icon" : "", "DDNS_ACTIVE_name" : "Habilitar DynDNS", - "DDNS_ACTIVE_description" : "", + "DDNS_ACTIVE_description" : "Habilitar el servicio DynDNS", "DDNS_DOMAIN_name" : "URL del dominio DynDNS", - "DDNS_DOMAIN_description" : "", + "DDNS_DOMAIN_description" : "URL del host DynDNS (no incluya http:// o https://).", "DDNS_USER_name" : "Usuario de DynDNS", - "DDNS_USER_description" : "", + "DDNS_USER_description" : "El nombre de usuario utilizado para iniciar sesión en el servidor DynDNS (a veces, una dirección de correo electrónico completa).", "DDNS_PASSWORD_name" : "Contraseña de DynDNS", - "DDNS_PASSWORD_description" : "", + "DDNS_PASSWORD_description" : "La contraseña del servidor DynDNS.", "DDNS_UPDATE_URL_name" : "URL de actualización de DynDNS", "DDNS_UPDATE_URL_description" : "Actualice la URL que comienza con http:// o https://.", "Nmap_display_name" : "Nmap", From 45c03aee4546ce2101c7efdb3596bdbe1a39db5d Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Sat, 26 Aug 2023 20:26:36 +0200 Subject: [PATCH 5/8] Update es_es.json Added translation variable "NMAP_TIMEOUT_name" --- 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 fa8e7163..a01ae065 100755 --- a/front/php/templates/language/es_es.json +++ b/front/php/templates/language/es_es.json @@ -571,6 +571,7 @@ "Nmap_icon" : "", "NMAP_ACTIVE_name" : "Ejecución del ciclo", "NMAP_ACTIVE_description" : "Si está habilitado, ejecutará un escaneo en un dispositivo recién encontrado. Para un análisis programado o único, verifique la configuración de NMAP_RUN.", + "NMAP_TIMEOUT_name" : "Tiempo límite de ejecución", "NMAP_TIMEOUT_description" : "Tiempo máximo en segundos para esperar a que finalice un escaneo de Nmap en cualquier dispositivo.", "NMAP_RUN_name" : "Ejecución programada", "NMAP_RUN_description" : "Habilite un escaneo regular de Nmap en su red en todos los dispositivos. Los ajustes de programación se pueden encontrar a continuación. Si selecciona una vez, Nmap se ejecuta solo una vez al inicio durante el tiempo especificado en la configuración de NMAP_TIMEOUT.", From fb489adc6665bdeeb22bef2994e1f6057ed5199e Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Sat, 26 Aug 2023 20:34:26 +0200 Subject: [PATCH 6/8] Update es_es.json Updated translation variable "DDNS_PASSWORD_description" --- front/php/templates/language/es_es.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/php/templates/language/es_es.json b/front/php/templates/language/es_es.json index a01ae065..57a63405 100755 --- a/front/php/templates/language/es_es.json +++ b/front/php/templates/language/es_es.json @@ -564,7 +564,7 @@ "DDNS_USER_name" : "Usuario de DynDNS", "DDNS_USER_description" : "El nombre de usuario utilizado para iniciar sesión en el servidor DynDNS (a veces, una dirección de correo electrónico completa).", "DDNS_PASSWORD_name" : "Contraseña de DynDNS", - "DDNS_PASSWORD_description" : "La contraseña del servidor DynDNS.", + "DDNS_PASSWORD_description" : "La contraseña de acceso al servicio DynDNS.", "DDNS_UPDATE_URL_name" : "URL de actualización de DynDNS", "DDNS_UPDATE_URL_description" : "Actualice la URL que comienza con http:// o https://.", "Nmap_display_name" : "Nmap", From 6b0a65c4270a9f72a1c86a6bd24810c482d115d7 Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Sat, 26 Aug 2023 20:37:04 +0200 Subject: [PATCH 7/8] Update en_us.json Updated translation variable "DDNS_ACTIVE_description" Updated translation variable "DDNS_DOMAIN_description" Updated translation variable "DDNS_USER_description" Updated translation variable "DDNS_PASSWORD_description" --- front/php/templates/language/en_us.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/front/php/templates/language/en_us.json b/front/php/templates/language/en_us.json index d4e02165..f9eb8a57 100755 --- a/front/php/templates/language/en_us.json +++ b/front/php/templates/language/en_us.json @@ -563,13 +563,13 @@ "DynDNS_display_name" : "DynDNS", "DynDNS_icon" : "", "DDNS_ACTIVE_name" : "Enable DynDNS", - "DDNS_ACTIVE_description" : "", + "DDNS_ACTIVE_description" : "Enable DynDNS service", "DDNS_DOMAIN_name" : "DynDNS domain URL", - "DDNS_DOMAIN_description" : "", + "DDNS_DOMAIN_description" : "DynDNS host URL (do not include http:// or https://).", "DDNS_USER_name" : "DynDNS user", - "DDNS_USER_description" : "", + "DDNS_USER_description" : "The username used to login to the DynDNS service (sometimes a full email address).", "DDNS_PASSWORD_name" : "DynDNS password", - "DDNS_PASSWORD_description" : "", + "DDNS_PASSWORD_description" : "The DynDNS service access password", "DDNS_UPDATE_URL_name" : "DynDNS update URL", "DDNS_UPDATE_URL_description" : "Update URL starting with http:// or https://.", "Nmap_display_name" : "Nmap", From facc6619e214b2a4930ff7fefa0571cf2ae3ce33 Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Sat, 26 Aug 2023 20:38:03 +0200 Subject: [PATCH 8/8] Update es_es.json Updated translation variable "DDNS_USER_description" --- front/php/templates/language/es_es.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/php/templates/language/es_es.json b/front/php/templates/language/es_es.json index 57a63405..ae34c6ff 100755 --- a/front/php/templates/language/es_es.json +++ b/front/php/templates/language/es_es.json @@ -562,7 +562,7 @@ "DDNS_DOMAIN_name" : "URL del dominio DynDNS", "DDNS_DOMAIN_description" : "URL del host DynDNS (no incluya http:// o https://).", "DDNS_USER_name" : "Usuario de DynDNS", - "DDNS_USER_description" : "El nombre de usuario utilizado para iniciar sesión en el servidor DynDNS (a veces, una dirección de correo electrónico completa).", + "DDNS_USER_description" : "El nombre de usuario utilizado para iniciar sesión en el servicio DynDNS (a veces, una dirección de correo electrónico completa).", "DDNS_PASSWORD_name" : "Contraseña de DynDNS", "DDNS_PASSWORD_description" : "La contraseña de acceso al servicio DynDNS.", "DDNS_UPDATE_URL_name" : "URL de actualización de DynDNS",