From 786b01e81bc56e827db862c2b5bba6a5034d291e Mon Sep 17 00:00:00 2001 From: Facundo Mateo <9154259+mateofacu@users.noreply.github.com> Date: Fri, 18 Feb 2022 04:34:29 -0300 Subject: [PATCH] #1934 - Spanish translations (#1976) --- .../src/main/frontend/i18n/i18n.es.json | 48 ++++++++++++++ .../src/main/frontend/login.i18n.es.json | 12 ++++ .../src/main/frontend/shell/i18n.es.json | 5 ++ .../main/frontend/views/about/i18n.es.json | 6 ++ .../frontend/views/applications/i18n.es.json | 25 +++++++ .../views/instances/auditevents/i18n.es.json | 17 +++++ .../views/instances/beans/i18n.es.json | 13 ++++ .../views/instances/caches/i18n.es.json | 12 ++++ .../views/instances/configprops/i18n.es.json | 9 +++ .../views/instances/details/i18n.es.json | 66 +++++++++++++++++++ .../frontend/views/instances/env/i18n.es.json | 24 +++++++ .../views/instances/flyway/i18n.es.json | 18 +++++ .../views/instances/gateway/i18n.es.json | 33 ++++++++++ .../views/instances/heapdump/i18n.es.json | 10 +++ .../views/instances/httptrace/i18n.es.json | 33 ++++++++++ .../views/instances/jolokia/i18n.es.json | 18 +++++ .../views/instances/liquibase/i18n.es.json | 21 ++++++ .../views/instances/logfile/i18n.es.json | 10 +++ .../views/instances/loggers/i18n.es.json | 19 ++++++ .../views/instances/mappings/i18n.es.json | 19 ++++++ .../views/instances/metrics/i18n.es.json | 13 ++++ .../views/instances/quartz/i18n.es.json | 9 +++ .../instances/scheduledtasks/i18n.es.json | 26 ++++++++ .../views/instances/sessions/i18n.es.json | 18 +++++ .../views/instances/shell/i18n.es.json | 25 +++++++ .../views/instances/startup/i18n.es.json | 14 ++++ .../views/instances/threaddump/i18n.es.json | 20 ++++++ .../main/frontend/views/journal/i18n.es.json | 10 +++ .../frontend/views/wallboard/i18n.es.json | 6 ++ 29 files changed, 559 insertions(+) create mode 100644 spring-boot-admin-server-ui/src/main/frontend/i18n/i18n.es.json create mode 100644 spring-boot-admin-server-ui/src/main/frontend/login.i18n.es.json create mode 100644 spring-boot-admin-server-ui/src/main/frontend/shell/i18n.es.json create mode 100644 spring-boot-admin-server-ui/src/main/frontend/views/about/i18n.es.json create mode 100644 spring-boot-admin-server-ui/src/main/frontend/views/applications/i18n.es.json create mode 100644 spring-boot-admin-server-ui/src/main/frontend/views/instances/auditevents/i18n.es.json create mode 100644 spring-boot-admin-server-ui/src/main/frontend/views/instances/beans/i18n.es.json create mode 100644 spring-boot-admin-server-ui/src/main/frontend/views/instances/caches/i18n.es.json create mode 100644 spring-boot-admin-server-ui/src/main/frontend/views/instances/configprops/i18n.es.json create mode 100644 spring-boot-admin-server-ui/src/main/frontend/views/instances/details/i18n.es.json create mode 100644 spring-boot-admin-server-ui/src/main/frontend/views/instances/env/i18n.es.json create mode 100644 spring-boot-admin-server-ui/src/main/frontend/views/instances/flyway/i18n.es.json create mode 100644 spring-boot-admin-server-ui/src/main/frontend/views/instances/gateway/i18n.es.json create mode 100644 spring-boot-admin-server-ui/src/main/frontend/views/instances/heapdump/i18n.es.json create mode 100644 spring-boot-admin-server-ui/src/main/frontend/views/instances/httptrace/i18n.es.json create mode 100644 spring-boot-admin-server-ui/src/main/frontend/views/instances/jolokia/i18n.es.json create mode 100644 spring-boot-admin-server-ui/src/main/frontend/views/instances/liquibase/i18n.es.json create mode 100644 spring-boot-admin-server-ui/src/main/frontend/views/instances/logfile/i18n.es.json create mode 100644 spring-boot-admin-server-ui/src/main/frontend/views/instances/loggers/i18n.es.json create mode 100644 spring-boot-admin-server-ui/src/main/frontend/views/instances/mappings/i18n.es.json create mode 100644 spring-boot-admin-server-ui/src/main/frontend/views/instances/metrics/i18n.es.json create mode 100644 spring-boot-admin-server-ui/src/main/frontend/views/instances/quartz/i18n.es.json create mode 100644 spring-boot-admin-server-ui/src/main/frontend/views/instances/scheduledtasks/i18n.es.json create mode 100644 spring-boot-admin-server-ui/src/main/frontend/views/instances/sessions/i18n.es.json create mode 100644 spring-boot-admin-server-ui/src/main/frontend/views/instances/shell/i18n.es.json create mode 100644 spring-boot-admin-server-ui/src/main/frontend/views/instances/startup/i18n.es.json create mode 100644 spring-boot-admin-server-ui/src/main/frontend/views/instances/threaddump/i18n.es.json create mode 100644 spring-boot-admin-server-ui/src/main/frontend/views/journal/i18n.es.json create mode 100644 spring-boot-admin-server-ui/src/main/frontend/views/wallboard/i18n.es.json diff --git a/spring-boot-admin-server-ui/src/main/frontend/i18n/i18n.es.json b/spring-boot-admin-server-ui/src/main/frontend/i18n/i18n.es.json new file mode 100644 index 00000000000..a8767195f57 --- /dev/null +++ b/spring-boot-admin-server-ui/src/main/frontend/i18n/i18n.es.json @@ -0,0 +1,48 @@ +{ + "error": { + "server_connection_failed": "Falló la conexión al servidor. " + }, + "term": { + "affects_all_instances": "Afecta a {count} instancias", + "affects_this_instance_only": "Afectar sólo a esta instancia", + "application": "Aplicación", + "attributes": "Atributos", + "bytes": "Bytes", + "cancel": "Cancelar", + "clear": "Borrar", + "cleared": "Borrado", + "close": "Cerrado", + "confirm": "Confirmar", + "context_refresh": "Actualizar contexto", + "context_refresh_failed": "Fallido", + "context_refreshed": "Contexto actualizado", + "delete": "Eliminar", + "deleted": "Eliminado", + "duration": "Duración", + "event": "Evento", + "ever": "Siempre", + "execute": "Ejecutar", + "executing": "Ejecutando...", + "execution_failed": "Ejecución fallida", + "execution_successful": "Ejecución exitosa", + "failed": "Fallido", + "float": "Float", + "hours": "{count} hora | {count} horas", + "instance": "Instancia", + "instances": "Instancias", + "integer": "Entero", + "milliseconds": "Milisegundos", + "minutes": "{count} minuto | {count} minutos", + "name": "Nombre", + "operations": "Operaciones", + "save": "Guardar", + "stacktrace": "Stacktrace", + "suppress": "Suprimir", + "time": "Horario", + "unsuppress": "Anular", + "username": "Usuario", + "go_to_previous_page": "Página anterior", + "go_to_page_n": "Ir a página {page}", + "go_to_next_page": "Página siguiente" + } +} diff --git a/spring-boot-admin-server-ui/src/main/frontend/login.i18n.es.json b/spring-boot-admin-server-ui/src/main/frontend/login.i18n.es.json new file mode 100644 index 00000000000..559f226eba6 --- /dev/null +++ b/spring-boot-admin-server-ui/src/main/frontend/login.i18n.es.json @@ -0,0 +1,12 @@ +{ + "login": { + "button_login": "Ingresar", + "invalid_username_or_password": "Usuario o contraseña inválida", + "logout_successful": "Logout exitoso", + "remember_me": "Recordarme", + "placeholder": { + "username": "Usuario", + "password": "Contraseña" + } + } +} diff --git a/spring-boot-admin-server-ui/src/main/frontend/shell/i18n.es.json b/spring-boot-admin-server-ui/src/main/frontend/shell/i18n.es.json new file mode 100644 index 00000000000..7e3d9bacf6d --- /dev/null +++ b/spring-boot-admin-server-ui/src/main/frontend/shell/i18n.es.json @@ -0,0 +1,5 @@ +{ + "navbar": { + "logout": "Salir" + } +} diff --git a/spring-boot-admin-server-ui/src/main/frontend/views/about/i18n.es.json b/spring-boot-admin-server-ui/src/main/frontend/views/about/i18n.es.json new file mode 100644 index 00000000000..003e322b896 --- /dev/null +++ b/spring-boot-admin-server-ui/src/main/frontend/views/about/i18n.es.json @@ -0,0 +1,6 @@ +{ + "about": { + "title": "Acerca de Spring Boot Admin", + "label": "Acerca de SBA" + } +} diff --git a/spring-boot-admin-server-ui/src/main/frontend/views/applications/i18n.es.json b/spring-boot-admin-server-ui/src/main/frontend/views/applications/i18n.es.json new file mode 100644 index 00000000000..28fc8d29512 --- /dev/null +++ b/spring-boot-admin-server-ui/src/main/frontend/views/applications/i18n.es.json @@ -0,0 +1,25 @@ +{ + "applications": { + "all_up": "Todo arriba", + "applications": "Aplicaciones", + "instances": "Instancias", + "instances_down": "instancias caídas", + "loading_applications": "Cargando aplicaciones...", + "no_applications_registered": "No hay aplicaciones registradas.", + "notifications_suppressed_for": "Notificaciones para {name} estás suspendidas por", + "restricted": "restringido", + "server_connection_failed": "Conexión al servidor fallida.", + "suppress_notifications_on": "Suspender notificaciones para {name} por", + "status": "Estado", + "label": "Aplicaciones", + "up": "Arriba", + "shutdown": "Detener aplicación {name}?", + "restart": "Reiniciar aplicación {name}?", + "restarted": "Aplicación {name} reiniciada exitosamente" + }, + "instances": { + "shutdown": "Detener instancia {name}?", + "restart": "Reinciar instancia {name}?", + "restarted": "Instancia reiniciada exitosamente" + } +} diff --git a/spring-boot-admin-server-ui/src/main/frontend/views/instances/auditevents/i18n.es.json b/spring-boot-admin-server-ui/src/main/frontend/views/instances/auditevents/i18n.es.json new file mode 100644 index 00000000000..3b442d9f542 --- /dev/null +++ b/spring-boot-admin-server-ui/src/main/frontend/views/instances/auditevents/i18n.es.json @@ -0,0 +1,17 @@ +{ + "instances": { + "auditevents": { + "audit_log_not_supported_spring_boot_1": "Log de auditoría no soportado para aplicaciones Spring Boot 1.x .", + "event": "Evento", + "fetch_failed": "Falla recuperando los logs de auditoría", + "loading_audit_events": "Cargando Eventos de Auditoría...", + "no_audit_events_found": "No se encontraron eventos de auditoría.", + "principal": "Principal", + "remote_address": "Dirección remota", + "session_id": "Session Id", + "timestamp": "Horario", + "type": "Tipo", + "label": "Log de Auditoría" + } + } +} diff --git a/spring-boot-admin-server-ui/src/main/frontend/views/instances/beans/i18n.es.json b/spring-boot-admin-server-ui/src/main/frontend/views/instances/beans/i18n.es.json new file mode 100644 index 00000000000..3ca35000c27 --- /dev/null +++ b/spring-boot-admin-server-ui/src/main/frontend/views/instances/beans/i18n.es.json @@ -0,0 +1,13 @@ +{ + "instances": { + "beans": { + "label": "Beans", + "name": "Nombre", + "aliases": "Alias", + "type": "Tipo", + "resource": "Recurso", + "dependencies": "Dependencias", + "fetch_failed": "Fallo al recuperar beans." + } + } +} diff --git a/spring-boot-admin-server-ui/src/main/frontend/views/instances/caches/i18n.es.json b/spring-boot-admin-server-ui/src/main/frontend/views/instances/caches/i18n.es.json new file mode 100644 index 00000000000..5f4dc5b4ff4 --- /dev/null +++ b/spring-boot-admin-server-ui/src/main/frontend/views/instances/caches/i18n.es.json @@ -0,0 +1,12 @@ +{ + "instances": { + "caches": { + "label": "Caches", + "cache_manager": "Cache Manager", + "fetch_failed": "Fallo al recuperar caches.", + "loading": "Cargando Caches...", + "name": "Nombre", + "no_caches_found": "No se encontraron caches." + } + } +} diff --git a/spring-boot-admin-server-ui/src/main/frontend/views/instances/configprops/i18n.es.json b/spring-boot-admin-server-ui/src/main/frontend/views/instances/configprops/i18n.es.json new file mode 100644 index 00000000000..0e67bd2703e --- /dev/null +++ b/spring-boot-admin-server-ui/src/main/frontend/views/instances/configprops/i18n.es.json @@ -0,0 +1,9 @@ +{ + "instances": { + "configprops": { + "label": "Configuración", + "fetch_failed": "Fallo al recuperar propiedades de configuración.", + "no_properties_set": "No hay propiedades configuradas" + } + } +} diff --git a/spring-boot-admin-server-ui/src/main/frontend/views/instances/details/i18n.es.json b/spring-boot-admin-server-ui/src/main/frontend/views/instances/details/i18n.es.json new file mode 100644 index 00000000000..2e24ab8ed93 --- /dev/null +++ b/spring-boot-admin-server-ui/src/main/frontend/views/instances/details/i18n.es.json @@ -0,0 +1,66 @@ +{ + "instances": { + "details": { + "label": "Detalles", + "fetch_failed": "Fallo recuperando las métricas.", + "cache":{ + "fetch_failed": "Fallo recuperando las métricas de cache.", + "hit_ratio": "Índice de aciertos", + "hits": "Aciertos", + "misses": "Fallas", + "size": "Tamaño" + }, + "datasource": { + "fetch_failed": "Fallo recuperando las métricas de fuentes de dato.", + "active_connections": "Conexiones activas", + "min_connections": "Conexiones Min", + "max_connections": "Conexiones Max ", + "title": "Fuente de datos: {datasource}", + "unlimited": "Sin límites" + }, + "gc": { + "count": "Cantidad", + "time_spent_max": "Tiempo máximo utilizado", + "time_spent_total": "Tiempo total utilizado", + "title": "Pausas en la recolección de basura" + }, + "health": { + "fetch_failed": "Fallo obteniendo el estado de salud actual. Esta es la última información conocida.", + "title": "Salud" + }, + "info": { + "fetch_failed": "Fallo obteniendo información actual. Esta es la última información conocida.", + "no_info_provided": "No hay información provista.", + "title": "Info" + }, + "memory": { + "fetch_failed": "Falla obteniendo métricas de memoria.", + "max": "Max", + "metaspace": "Metaspace", + "size": "Tamaño", + "title": "Memoria", + "used": "Usada" + }, + "metadata": { + "no_data_provided": "No hay metadatos provistos.", + "title": "Metadatos" + }, + "process": { + "cpus": "CPUs", + "fetch_failed": "Falla al obtener métricas de proceso.", + "pid": "PID", + "process_cpu_usage": "Uso CPU proceso", + "system_cpu_usage": "Uso CPU sistema", + "title": "Proceso", + "uptime": "Tiempo de actividad" + }, + "threads": { + "daemon": "Daemon", + "fetch_failed": "Falla obteniendo métricas de los hilos.", + "live": "En vivo", + "peak_live": "Pico en vivo", + "title": "Hilos" + } + } + } +} diff --git a/spring-boot-admin-server-ui/src/main/frontend/views/instances/env/i18n.es.json b/spring-boot-admin-server-ui/src/main/frontend/views/instances/env/i18n.es.json new file mode 100644 index 00000000000..813c85daf23 --- /dev/null +++ b/spring-boot-admin-server-ui/src/main/frontend/views/instances/env/i18n.es.json @@ -0,0 +1,24 @@ +{ + "instances": { + "env": { + "label": "Ambiente", + "manager": "Administrador de configuración", + "active_profile": "Perfil", + "context_refresh": "Refrescar contexto", + "context_refresh_failed": "Fallido", + "context_refreshed": "Contexto actualizado", + "context_reset": "Reiniciar", + "context_reset_failed": "Fallido", + "context_resetted": "Reiniciado", + "context_update": "Actualizar", + "context_update_failed": "Fallido", + "context_updated": "Actualizado", + "fetch_failed": "Falla recuperando la configuración de ambiente.", + "no_properties": "No hay propiedades configuradas", + "title": "Administrador de configuración de ambiente", + "refresh": "Refrescar configuración", + "application": "Aplicación", + "instance": "Instancia" + } + } +} diff --git a/spring-boot-admin-server-ui/src/main/frontend/views/instances/flyway/i18n.es.json b/spring-boot-admin-server-ui/src/main/frontend/views/instances/flyway/i18n.es.json new file mode 100644 index 00000000000..ed658143216 --- /dev/null +++ b/spring-boot-admin-server-ui/src/main/frontend/views/instances/flyway/i18n.es.json @@ -0,0 +1,18 @@ +{ + "instances": { + "flyway": { + "label": "Flyway", + "fetch_failed": "Falla recuperando reportes de Flyway.", + "type": "Tipo", + "checksum": "Checksum", + "version": "Versión", + "description": "Descripción", + "script": "Script", + "state": "Estado", + "installed_by": "Instalado por", + "installed_on": "Instalado en", + "installed_rank": "Rango instalado", + "execution_time": "Tiempo ejecución" + } + } +} diff --git a/spring-boot-admin-server-ui/src/main/frontend/views/instances/gateway/i18n.es.json b/spring-boot-admin-server-ui/src/main/frontend/views/instances/gateway/i18n.es.json new file mode 100644 index 00000000000..f9a78b69135 --- /dev/null +++ b/spring-boot-admin-server-ui/src/main/frontend/views/instances/gateway/i18n.es.json @@ -0,0 +1,33 @@ +{ + "instances": { + "gateway": { + "label": "Gateway", + "route":{ + "add_route": "Agregar ruta", + "adding_failed": "Falla agregando la ruta.", + "cache_refreshed": "Cache de rutas refrescada", + "cache_refresh": "Refrescar Cache de Rutas", + "cache_refresh_failed": "Fallida", + "deleted": "Eliminada", + "delete": "Eliminar", + "delete_failed": "Fallida", + "fetch_failed": "Falla recuperando las rutas del gateway.", + "filters": "Filtros", + "id": "Id", + "loading": "Cargando rutas...", + "no_definition_provided": "No se encuentra ninguna definición de rutas.", + "no_routes_found": "Rutas no encontradas.", + "order": "Órden", + "predicates": "Predicados", + "uri": "URI" + }, + "filters": { + "fetch_failed": "Falla recuperando filtros globales.", + "filter_name": "Nombre del filtro", + "loading": "Cargando filtros globales...", + "no_filters_found": "No se encontraron filtros globales.", + "order": "Órden" + } + } + } +} diff --git a/spring-boot-admin-server-ui/src/main/frontend/views/instances/heapdump/i18n.es.json b/spring-boot-admin-server-ui/src/main/frontend/views/instances/heapdump/i18n.es.json new file mode 100644 index 00000000000..c0c0dbae631 --- /dev/null +++ b/spring-boot-admin-server-ui/src/main/frontend/views/instances/heapdump/i18n.es.json @@ -0,0 +1,10 @@ +{ + "instances": { + "heapdump": { + "label": "Heap Dump", + "download": "Descargar Heap Dump", + "warn_dump_expensive": "Volcar el heap puede ser costoso en términos de cpu y espacio de disco.", + "warn_sensitive_data": "Un heap dump puede contener información sensible. Por favor sea cuidadoso." + } + } +} diff --git a/spring-boot-admin-server-ui/src/main/frontend/views/instances/httptrace/i18n.es.json b/spring-boot-admin-server-ui/src/main/frontend/views/instances/httptrace/i18n.es.json new file mode 100644 index 00000000000..7f78addb2a3 --- /dev/null +++ b/spring-boot-admin-server-ui/src/main/frontend/views/instances/httptrace/i18n.es.json @@ -0,0 +1,33 @@ +{ + "instances": { + "httptrace": { + "label": "HTTP Traces", + "chart": { + "avg_time": "ø duración", + "max_time": "duración máxima", + "status_4xx": "estado 4xx", + "status_5xx": "estado 5xx", + "successful_requests": "solicitudes exitosas", + "total_requests": "solicitudes totales" + }, + "content_type_response": "Response Content-Type", + "content_type_request": "Request Content-Type", + "length_request": "Request Length", + "fetching_failed": "Falla recuperando la traza.", + "limit": "límite", + "filter": { + "client_errors": "Errores de clientes", + "exclude_actuator": "excluir {actuator}/**", + "server_errors": "errores de servidor", + "success": "éxito" + }, + "length_response": "Response Length", + "method": "Método", + "no_traces_found": "No se encontraron trazas.", + "status": "Estado", + "time": "Duración", + "timestamp": "Horario", + "uri": "Path" + } + } +} diff --git a/spring-boot-admin-server-ui/src/main/frontend/views/instances/jolokia/i18n.es.json b/spring-boot-admin-server-ui/src/main/frontend/views/instances/jolokia/i18n.es.json new file mode 100644 index 00000000000..ade0385d107 --- /dev/null +++ b/spring-boot-admin-server-ui/src/main/frontend/views/instances/jolokia/i18n.es.json @@ -0,0 +1,18 @@ +{ + "instances": { + "jolokia": { + "label": "JMX", + "close": "Cerrar", + "domains": "Dominios", + "execute": "Ejecutar", + "executing": "Ejecutando...", + "execution_failed": "Ejecución fallida.", + "execution_successful": "Ejecución exitosa.", + "fetch_failed": "Falla recuperando JMX Beans.", + "mbean": { + "fetch_failed": "Falla recuperando atributos." + }, + "mbeans": "MBeans" + } + } +} diff --git a/spring-boot-admin-server-ui/src/main/frontend/views/instances/liquibase/i18n.es.json b/spring-boot-admin-server-ui/src/main/frontend/views/instances/liquibase/i18n.es.json new file mode 100644 index 00000000000..89afce0a6b4 --- /dev/null +++ b/spring-boot-admin-server-ui/src/main/frontend/views/instances/liquibase/i18n.es.json @@ -0,0 +1,21 @@ +{ + "instances": { + "liquibase": { + "label": "Liquibase", + "author": "Autor", + "changelog": "Registro de cambios", + "checksum": "Checksum", + "comments": "Comentarios", + "contexts": "Contextos", + "deployment_id": "Despliegue Id", + "description": "Descripción", + "execution": "Ejecución", + "execution_date": "Fecha de Ejecución", + "execution_order": "Órden de Ejecución", + "fetch_failed": "Falla recuperando las migraciónes de Liquibase.", + "id": "Id", + "labels": "Etiquetas", + "tag": "Tag" + } + } +} diff --git a/spring-boot-admin-server-ui/src/main/frontend/views/instances/logfile/i18n.es.json b/spring-boot-admin-server-ui/src/main/frontend/views/instances/logfile/i18n.es.json new file mode 100644 index 00000000000..6a4d805d185 --- /dev/null +++ b/spring-boot-admin-server-ui/src/main/frontend/views/instances/logfile/i18n.es.json @@ -0,0 +1,10 @@ +{ + "instances": { + "logfile": { + "label": "Archivo de log", + "download": "Descargar", + "fetch_failed": "Falla recuperando el archivo de log.", + "wrap_lines": "Ajustar líneas" + } + } +} diff --git a/spring-boot-admin-server-ui/src/main/frontend/views/instances/loggers/i18n.es.json b/spring-boot-admin-server-ui/src/main/frontend/views/instances/loggers/i18n.es.json new file mode 100644 index 00000000000..a3087826917 --- /dev/null +++ b/spring-boot-admin-server-ui/src/main/frontend/views/instances/loggers/i18n.es.json @@ -0,0 +1,19 @@ +{ + "instances": { + "loggers": { + "label": "Loggers", + "application": "Aplicación", + "fetch_failed": "Falla obteniendo loggers.", + "fetch_failed_some_instances": "Falla obteniendo loggers para {failed} de {count} instancias. Configurar loggers para estas probablemente falle.", + "filter": { + "class_only": "sólo clases", + "configured": "configurado" + }, + "instance": "Instancia", + "new": "nuevo", + "no_loggers_found": "No se encontraron loggers.", + "reset": "Reiniciar", + "setting_loglevel_failed": "Falla al cambiar {logger} a {loglevel}." + } + } +} diff --git a/spring-boot-admin-server-ui/src/main/frontend/views/instances/mappings/i18n.es.json b/spring-boot-admin-server-ui/src/main/frontend/views/instances/mappings/i18n.es.json new file mode 100644 index 00000000000..fecef22f855 --- /dev/null +++ b/spring-boot-admin-server-ui/src/main/frontend/views/instances/mappings/i18n.es.json @@ -0,0 +1,19 @@ +{ + "instances": { + "mappings": { + "label": "Mapeos", + "class": "Clase", + "consumes": "Consumo", + "fetch_failed": "Falla recuperando mapeos.", + "filter_name": "Filtro", + "handler": "Manejador", + "headers": "Encabezados", + "http-verb": "Método", + "mappings_not_supported_spring_boot_1": "Los Mapeos no están soportados para aplicaciones Spring 1.X.", + "parameters": "Parámetros", + "produces": "Produce", + "servlet_name": "Servlet", + "url_pattern": "Patrón Url" + } + } +} diff --git a/spring-boot-admin-server-ui/src/main/frontend/views/instances/metrics/i18n.es.json b/spring-boot-admin-server-ui/src/main/frontend/views/instances/metrics/i18n.es.json new file mode 100644 index 00000000000..b3411d023b6 --- /dev/null +++ b/spring-boot-admin-server-ui/src/main/frontend/views/instances/metrics/i18n.es.json @@ -0,0 +1,13 @@ +{ + "instances": { + "metrics": { + "label": "Métricas", + "add_metric": "Agregar Métrica", + "fetch_failed": "Falla recuperando métricas.", + "fetching_tags": "Recuperando tags disponibles", + "no_tags": "(no tags)", + "no_tags_available": "No hay tags disponibles.", + "metrics_not_supported_spring_boot_1": "Métricas no está soportada para aplicaciones Spring Boot 1.x ." + } + } +} diff --git a/spring-boot-admin-server-ui/src/main/frontend/views/instances/quartz/i18n.es.json b/spring-boot-admin-server-ui/src/main/frontend/views/instances/quartz/i18n.es.json new file mode 100644 index 00000000000..2eb3ef05ab7 --- /dev/null +++ b/spring-boot-admin-server-ui/src/main/frontend/views/instances/quartz/i18n.es.json @@ -0,0 +1,9 @@ +{ + "instances" : { + "quartz": { + "label": "Quartz", + "no_data": "No hay información de Quartz disponible", + "fetch_failed": "Falla cargando información de Quartz." + } + } +} diff --git a/spring-boot-admin-server-ui/src/main/frontend/views/instances/scheduledtasks/i18n.es.json b/spring-boot-admin-server-ui/src/main/frontend/views/instances/scheduledtasks/i18n.es.json new file mode 100644 index 00000000000..c13039ba1dc --- /dev/null +++ b/spring-boot-admin-server-ui/src/main/frontend/views/instances/scheduledtasks/i18n.es.json @@ -0,0 +1,26 @@ +{ + "instances": { + "scheduledtasks": { + "label": "Tareas programadas", + "no_scheduledtasks": "No se encontraron tareas programadas.", + "cron": { + "expression": "Expresión", + "runnable": "Ejecutable", + "title": "Cron" + }, + "fetch_failed": "Falla obteniendo tareas programadas.", + "fixed_delay": { + "initial_delay_ms": "Demora inicial (ms)", + "interval_ms": "Intervalo (ms)", + "runnable": "Ejecutable", + "title": "Fixed delay" + }, + "fixed_rate": { + "initial_delay_ms": "Demora inicial (ms)", + "interval_ms": "Intervalo (ms)", + "runnable": "Ejecutable", + "title": "Fixed Rate" + } + } + } +} diff --git a/spring-boot-admin-server-ui/src/main/frontend/views/instances/sessions/i18n.es.json b/spring-boot-admin-server-ui/src/main/frontend/views/instances/sessions/i18n.es.json new file mode 100644 index 00000000000..e69a8624503 --- /dev/null +++ b/spring-boot-admin-server-ui/src/main/frontend/views/instances/sessions/i18n.es.json @@ -0,0 +1,18 @@ +{ + "instances": { + "sessions": { + "label": "Sesiones", + "attributes": "Atributos", + "created_at": "Creado", + "expired": "Expirado", + "expiry": "Expiración", + "fetch_failed": "Falla recuperando las sesiones.", + "last_accessed_at": "Último acceso", + "loading_sessions": "Cargando sesiones...", + "max_inactive_interval": "Intervalo de
Inactividad Máxima", + "no_sessions_found": "No se encontraron sesiones", + "session_id": "Sesión Id", + "unlimited": "Sin límites" + } + } +} diff --git a/spring-boot-admin-server-ui/src/main/frontend/views/instances/shell/i18n.es.json b/spring-boot-admin-server-ui/src/main/frontend/views/instances/shell/i18n.es.json new file mode 100644 index 00000000000..2df448d50a9 --- /dev/null +++ b/spring-boot-admin-server-ui/src/main/frontend/views/instances/shell/i18n.es.json @@ -0,0 +1,25 @@ +{ + "sidebar": { + "data": { + "title": "Datos" + }, + "insights": { + "title": "Insights" + }, + "instances_caches": { + "title": "Caches" + }, + "jvm": { + "title": "JVM" + }, + "logging": { + "title": "Logging" + }, + "security": { + "title": "Seguridad" + }, + "web": { + "title": "Web" + } + } +} diff --git a/spring-boot-admin-server-ui/src/main/frontend/views/instances/startup/i18n.es.json b/spring-boot-admin-server-ui/src/main/frontend/views/instances/startup/i18n.es.json new file mode 100644 index 00000000000..20677b873d2 --- /dev/null +++ b/spring-boot-admin-server-ui/src/main/frontend/views/instances/startup/i18n.es.json @@ -0,0 +1,14 @@ +{ + "instances": { + "startup": { + "label": "Inicio", + "expand_all": "Expandir todo", + "fetch_failed": "Falla recuperando información de inicio.", + "column": { + "name": "Nombre", + "duration": "Duración (ms)", + "details": "Detalles" + } + } + } +} diff --git a/spring-boot-admin-server-ui/src/main/frontend/views/instances/threaddump/i18n.es.json b/spring-boot-admin-server-ui/src/main/frontend/views/instances/threaddump/i18n.es.json new file mode 100644 index 00000000000..3e4c0b57645 --- /dev/null +++ b/spring-boot-admin-server-ui/src/main/frontend/views/instances/threaddump/i18n.es.json @@ -0,0 +1,20 @@ +{ + "instances": { + "threaddump": { + "label": "Thread Dump", + "download": "Descargar Thread Dump", + "fetch_failed": "Falla recuperando el thread dump.", + "download_failed": "Falla descargando el thread dump.", + "thread_details_blocked_count": "Bloqueados count", + "thread_details_blocked_time": "Tiempo de bloqueo", + "thread_details_lock_name": "Nombre del Lock", + "thread_details_lock_owner_id": "Id del dueño del Lock", + "thread_details_lock_owner_name": "Nombre del dueño del Lock", + "thread_details_waited_count": "Cantidad Waited", + "thread_details_waited_time": "Tiempo Waited", + "thread_id": "Id Thread", + "thread_name": "Nombre Thread ", + "thread_state": "Estado Thread" + } + } +} diff --git a/spring-boot-admin-server-ui/src/main/frontend/views/journal/i18n.es.json b/spring-boot-admin-server-ui/src/main/frontend/views/journal/i18n.es.json new file mode 100644 index 00000000000..90ca0e7a400 --- /dev/null +++ b/spring-boot-admin-server-ui/src/main/frontend/views/journal/i18n.es.json @@ -0,0 +1,10 @@ +{ + "journal": { + "title": "Bitácora de eventos", + "label": "Eventos", + "per_page": { + "per_page": "Por página:", + "all": "Todos" + } + } +} diff --git a/spring-boot-admin-server-ui/src/main/frontend/views/wallboard/i18n.es.json b/spring-boot-admin-server-ui/src/main/frontend/views/wallboard/i18n.es.json new file mode 100644 index 00000000000..08b57534225 --- /dev/null +++ b/spring-boot-admin-server-ui/src/main/frontend/views/wallboard/i18n.es.json @@ -0,0 +1,6 @@ +{ + "wallboard": { + "instances_count": "no hay instancias | {count} instancia | {count} instancias", + "label": "Tablero" + } +}