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] 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",