generated from NethServer/ns8-kickstart
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from weblate/weblate-ns8-grafana
Translations update from Hosted Weblate
- Loading branch information
Showing
1 changed file
with
61 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
{ | ||
"error": { | ||
"403": "Operación no autorizada", | ||
"cannot_retrieve_installed_modules": "No es posible recibir los módulos instalados", | ||
"401": "Autenticación no válida", | ||
"cannot_retrieve_module_info": "No es posible recibir la información del módulo", | ||
"generic_error": "Algo ha salido mal", | ||
"error": "Error", | ||
"network_timeout": "Tiempo de espera de red agotado", | ||
"404": "Recurso no encontrado", | ||
"network_error": "Error de red", | ||
"validation_error": "Error de validación" | ||
}, | ||
"settings": { | ||
"configure_instance": "Configurar {instance}", | ||
"host": "Nombre del host", | ||
"disabled": "Deshabilitado", | ||
"lets_encrypt": "Certificado Let's Encrypt", | ||
"save": "Guardar", | ||
"enabled": "Habilitado", | ||
"http2https": "Redirigir HTTP a HTTPS", | ||
"title": "Ajustes" | ||
}, | ||
"status": { | ||
"created": "Creado", | ||
"size": "Tamaño", | ||
"name": "Nombre", | ||
"no_images": "No hay imágenes", | ||
"app_volumes": "Volúmen de aplicación | Volúmenes de aplicaciones", | ||
"services": "Servicio | Servicios", | ||
"app_images": "Imagen de App | Imágenes de App", | ||
"no_services": "No hay servicios", | ||
"app_instance": "Instancia de la aplicación", | ||
"mount": "Montar", | ||
"installation_node": "Nodo de instalación", | ||
"node": "Nodo", | ||
"no_volumes": "Sin volúmenes", | ||
"title": "Estado" | ||
}, | ||
"about": { | ||
"title": "Acerca de" | ||
}, | ||
"action": { | ||
"list-backup-repositories": "Mostrar repositorios de respaldo", | ||
"get-module-info": "Obtener información del módulo", | ||
"list-installed-modules": "Mostrar módulos instalados", | ||
"list-backups": "Mostrar copias de seguridad", | ||
"get-status": "Obtener el estado", | ||
"configure-module": "Configurar el módulo", | ||
"get-configuration": "Obtener la configuración", | ||
"get-name": "Obtener el nombre" | ||
}, | ||
"task": { | ||
"cannot_create_task": "No se puede crear la tarea {action}" | ||
}, | ||
"common": { | ||
"required": "Obligatorio", | ||
"work_in_progress": "Trabajo en curso", | ||
"processing": "Procesando..." | ||
} | ||
} |