Added update lists

This commit is contained in:
Juan Gilsanz Polo 2022-10-09 22:25:05 +02:00
parent 66e41af7c8
commit 5803998d73
4 changed files with 140 additions and 5 deletions

View file

@ -281,5 +281,11 @@
"disallowClient": "Disallow client",
"noDisallowedDomains": "No disallowed domains",
"domainNotAdded": "The domain couldn't be added",
"statusSelected": "status selected"
"statusSelected": "status selected",
"updateLists": "Update lists",
"checkHostFiltered": "Check host",
"updatingLists": "Updating lists...",
"listsUpdated": "lists updated",
"listsNotUpdated": "Couldn't update lists",
"listsNotLoaded": "Lists couldn't be loaded"
}

View file

@ -281,5 +281,11 @@
"disallowClient": "No permitir cliente",
"noDisallowedDomains": "No hay dominios no permitidos",
"domainNotAdded": "El dominio no pudo ser añadido",
"statusSelected": "estado/s seleccionados"
"statusSelected": "estado/s seleccionados",
"updateLists": "Actualizar listas",
"checkHostFiltered": "Comprobar host",
"updatingLists": "Actualizando listas...",
"listsUpdated": "listas actualizadas",
"listsNotUpdated": "No se pudieron actualizar las listas",
"listsNotLoaded": "No se pudieron cargar las listas"
}