Added check host

This commit is contained in:
Juan Gilsanz Polo 2022-10-09 23:09:44 +02:00
parent 5803998d73
commit cca12d5664
5 changed files with 283 additions and 2 deletions

View file

@ -287,5 +287,9 @@
"updatingLists": "Actualizando listas...",
"listsUpdated": "listas actualizadas",
"listsNotUpdated": "No se pudieron actualizar las listas",
"listsNotLoaded": "No se pudieron cargar las listas"
"listsNotLoaded": "No se pudieron cargar las listas",
"domainNotValid": "Dominio no válido",
"check": "Comprobar",
"checkingHost": "Comprobando host...",
"errorCheckingHost": "No se pudo comprobar el host"
}