Added server status

This commit is contained in:
Juan Gilsanz Polo 2022-09-27 14:29:36 +02:00
parent 4ab8ff760c
commit b16a1a2a0e
11 changed files with 321 additions and 35 deletions

View file

@ -43,5 +43,13 @@
"edit": "Editar",
"delete": "Eliminar",
"save": "Guardar",
"connectionNotUpdated": "Conexión no actualizada"
"connectionNotUpdated": "Conexión no actualizada",
"serverStatus": "Estado del servidor",
"ruleFiltering": "Bloqueo por\nfiltros",
"safeBrowsing": "Navegación\nsegura",
"parentalFiltering": "Control\nparental",
"safeSearch": "Búsqueda\nsegura",
"serverStatusNotRefreshed": "No se ha podido actualizar el estado del servidor",
"loadingStatus": "Cargando estado...",
"errorLoadServerStatus": "Error al cargar el estado"
}