generated from NethServer/ns8-kickstart
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translations update from Hosted Weblate (#51)
* Added translation using Weblate (Spanish) * Translated using Weblate (Spanish) Currently translated at 100.0% (49 of 49 strings) Translation: NS8/mattermost Translate-URL: https://hosted.weblate.org/projects/ns8/mattermost/es/ --------- Co-authored-by: Jon M <elnene.jonkiu@gmail.com>
- Loading branch information
Showing
1 changed file
with
65 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,65 @@ | ||
{ | ||
"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" | ||
}, | ||
"common": { | ||
"required": "Requerido", | ||
"work_in_progress": "Trabajo en progreso" | ||
}, | ||
"status": { | ||
"created": "Creado", | ||
"size": "Tamaño", | ||
"name": "Nombre", | ||
"no_images": "No hay imágenes", | ||
"app_volumes": "Volúmen de App | Volúmenes de App", | ||
"services": "Servicio | Servicios", | ||
"app_images": "Imagen de App | Imágenes de App", | ||
"failed_services": "{num} servicio fallido | {num} servicios fallidos", | ||
"mattermost_url": "URL Mattermost", | ||
"open_mattermost_page": "Ir a la aplicación", | ||
"active_services": "{num} servicio activo | {num} servicios activos", | ||
"no_services": "No hay servicios", | ||
"inactive_services": "{num} servicio inactivo | {num} servicios inactivos", | ||
"app_instance": "Instancia de aplicación", | ||
"mount": "Montar", | ||
"title": "Estado", | ||
"installation_node": "Nodo de instalación", | ||
"node": "Nodo", | ||
"no_volumes": "No hay volúmenes" | ||
}, | ||
"settings": { | ||
"configuring": "Configurando...", | ||
"disabled": "Deshabilitado", | ||
"instance_configuration": "Configurar {instance}", | ||
"http_to_https": "HTTP a HTTPS", | ||
"lets_encrypt": "Let's Encrypt", | ||
"email_format": "Dirección de correo no válida", | ||
"mattermost_fqdn": "FQDN Mattermost", | ||
"save": "Guardar", | ||
"enabled": "Habilitado", | ||
"domain_already_used_in_traefik": "Este dominio ya está utilizado en traefik", | ||
"title": "Ajustes" | ||
}, | ||
"about": { | ||
"title": "Acerca de" | ||
}, | ||
"action": { | ||
"get-module-info": "Obtener información del módulo", | ||
"get-status": "Obtener estado", | ||
"configure-module": "Configurar módulo", | ||
"get-configuration": "Obtener la configuración", | ||
"get-name": "Obtener nombre" | ||
}, | ||
"task": { | ||
"cannot_create_task": "No se puede crear la tarea {action}" | ||
} | ||
} |