visualifyjs 2.5.3-2.dev → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/mem/TIMELINE.md +36 -0
- package/.claude/mem/notes/2026-02-11-3d-visualization-docs-fix-external-script-solution.md +24 -0
- package/.claude/mem/notes/2026-02-11-3d-visualization-docs-fix-session-summary.md +43 -0
- package/.claude/mem/notes/2026-02-11-cli-fix-editor-command-alias.md +26 -0
- package/.claude/mem/notes/2026-02-11-phase-3-developer-experience-completed.md +51 -0
- package/.claude/mem/notes/2026-02-11-phase-4-web-workers-implementation-complete.md +59 -0
- package/.claude/mem/notes/2026-02-11-visualify-phase-2-3d-visualization-complete.md +50 -0
- package/.claude/mem/notes/2026-02-11-visualify-phase-2-committed-ready-for-phase-3.md +33 -0
- package/.claude/mem/notes/2026-02-11-visualify-phase-3-complete-developer-experience.md +52 -0
- package/.claude/mem/notes/2026-02-11-visualify-repository-cleanup-complete.md +28 -0
- package/.claude/mem/notes/2026-02-18-codebase-cleanup-docsify-plugin-documentation.md +37 -0
- package/.claude/mem/notes/2026-02-19-css-grid-layout-fix-displaycontents-on-vcontroller.md +18 -0
- package/.claude/mem/notes/2026-02-19-docsify-plugin-fixes-latex-and-visualify-code-bloc.md +26 -0
- package/.claude/mem/notes/2026-02-19-page-mode-docs-update-decisions.md +23 -0
- package/.claude/mem/notes/2026-02-19-react-context-infinite-re-render-loop-fix-pattern.md +31 -0
- package/.claude/mem/notes/2026-02-19-version-300-bump-and-build-fixes.md +32 -0
- package/.claude/mem/notes/2026-02-19-visualify-build-deployment-architecture-bug-fixes.md +25 -0
- package/.claude/mem/notes/2026-02-19-visualify-dist-iife-self-contained-build-config.md +30 -0
- package/.claude/mem/notes/2026-02-19-visualify-infinite-loop-i18n-fixes.md +31 -0
- package/.claude/mem/notes/2026-02-19-visualify-v3-bundle-splitting-docs-restructuring.md +32 -0
- package/.claude/mem/notes/2026-02-20-bundle-externalization-final-architecture.md +29 -0
- package/.claude/mem/notes/2026-02-20-chromium-page-fix-unstable-keys-and-double-event-b.md +27 -0
- package/.claude/mem/notes/2026-02-20-console-cleanup-bundle-optimization-commit.md +20 -0
- package/.claude/mem/notes/2026-02-20-dotbio-dot-plot-fix-useeffect-dependency.md +21 -0
- package/.claude/mem/notes/2026-02-20-public-folder-cleanup-and-readme-rewrite.md +25 -0
- package/.claude/mem/notes/2026-02-20-v300-release-and-beta-channel-strategy.md +29 -0
- package/.claude/mem/notes/2026-02-20-visium-background-image-unknown-legend-fix.md +19 -0
- package/.claude/mem/notes/2026-02-20-visualify-cdn-loader-bundle-externalization.md +34 -0
- package/.claude/mem/sessions/session-2026-02-20-031524.md +54 -0
- package/.claude/settings.local.json +21 -0
- package/.github/workflows/static.yml.bak +51 -51
- package/.sisyphus/boulder.json +65 -0
- package/.sisyphus/plans/phase-4-advanced-optimizations.md +217 -0
- package/LICENSE +674 -674
- package/README.md +94 -59
- package/config-overrides.js +31 -31
- package/dist/stats.html +4949 -0
- package/dist/visualify-3d.esm.js +1 -0
- package/dist/visualify-3d.js +1 -0
- package/dist/visualify-core.esm.js +1 -0
- package/dist/visualify-core.js +1 -0
- package/dist/visualify-docs.esm.js +1 -0
- package/dist/visualify-docs.js +1 -0
- package/dist/visualify-loader.js +1 -0
- package/dist/visualify-pages.esm.js +1 -0
- package/dist/visualify-pages.js +1 -0
- package/dist/visualify-portal.esm.js +1 -0
- package/dist/visualify-portal.js +1 -0
- package/dist/visualify-shared.js +26571 -0
- package/dist/visualify.js +1 -188
- package/docs/CHANGELOG.md +148 -0
- package/docs/cli/commands.md +513 -0
- package/docs/configuration/visualify-json.md +474 -0
- package/docs/docs/3d-visualization.md +374 -0
- package/docs/docs/CLI.md +303 -34
- package/docs/docs/README.md +65 -65
- package/docs/docs/Rechart/bar.md +190 -190
- package/docs/docs/Rechart/funnel.md +241 -241
- package/docs/docs/Rechart/line.md +355 -355
- package/docs/docs/Rechart/pie.md +225 -225
- package/docs/docs/Rechart/radar.md +253 -253
- package/docs/docs/Rechart/scatter.md +298 -298
- package/docs/docs/_404.md +51 -51
- package/docs/docs/_coverpage.md +11 -11
- package/docs/docs/_sidebar.md +54 -44
- package/docs/docs/components/dotBio.md +87 -34
- package/docs/docs/components/echart.md +171 -82
- package/docs/docs/components/html.md +61 -34
- package/docs/docs/components/macaron.md +156 -145
- package/docs/docs/components/markdown.md +42 -0
- package/docs/docs/components/more.md +183 -142
- package/docs/docs/components/plotly.md +132 -62
- package/docs/docs/components/scatterL.md +171 -70
- package/docs/docs/components/visium.md +112 -57
- package/docs/docs/configuration.md +121 -121
- package/docs/docs/deploy.md +31 -31
- package/docs/docs/docsify-plugin.md +655 -0
- package/docs/docs/hmr.md +165 -0
- package/docs/docs/i18n.md +332 -0
- package/docs/docs/log.md +30 -9
- package/docs/docs/more-pages.md +23 -23
- package/docs/docs/quickstart.md +148 -124
- package/docs/docs/rechart-attributes.md +74 -74
- package/docs/docs/rechart-basic-usage.md +160 -162
- package/docs/docs/theme.md +5 -5
- package/docs/docs/typescript.md +306 -0
- package/docs/docs/visual-editor.md +359 -0
- package/docs/index.html +85 -71
- package/docs/manifest.json +23 -23
- package/docs/migration/v3-migration.md +392 -0
- package/docs/static/css/fluff-stuff.css +169 -169
- package/docs/static/css/font-awesome.min.css +4 -4
- package/docs/static/css/visualify.css +6 -25
- package/docs/static/js/3d-viz-examples.js +181 -0
- package/docs/static/js/configuration.js +630 -448
- package/docs/static/js/visualify.js +1 -188
- package/package.json +106 -84
- package/rollup.config.mjs +766 -76
- package/src/_css/404.css +115 -115
- package/src/_css/App.css +37 -37
- package/src/_css/autoSuggestion.css +26 -26
- package/src/_css/circular-progress.css +32 -32
- package/src/_css/index.css +36 -36
- package/src/_css/modern.css +350 -25
- package/src/_media/corner.svg +8 -8
- package/src/_media/download.svg +3 -3
- package/src/_media/logo.svg +14 -14
- package/src/_test/App.test.js +15 -15
- package/src/_utils/reportWebVitals.js +13 -13
- package/src/a11y/README.md +177 -0
- package/src/a11y/aria-labels.js +339 -0
- package/src/a11y/color-contrast.js +535 -0
- package/src/a11y/index.js +197 -0
- package/src/a11y/keyboard-nav.js +523 -0
- package/src/a11y/styles.css +165 -0
- package/src/cli/commands/dev.js +214 -0
- package/src/cli/commands/docs.js +521 -0
- package/src/cli/commands/edit.js +379 -0
- package/src/cli/commands/init.js +213 -0
- package/src/cli/commands/portal.js +236 -0
- package/src/cli/dev-server.js +530 -0
- package/src/cli/hmr.js +456 -0
- package/src/cli/index.js +180 -0
- package/src/cli/utils/config.js +207 -0
- package/src/cli/utils/logger.js +241 -0
- package/src/config/defaults.ts +122 -0
- package/src/config/index.ts +72 -0
- package/src/config/loader.ts +478 -0
- package/src/config/schema.ts +227 -0
- package/src/config/validator.ts +337 -0
- package/src/core/appContext.js +34 -27
- package/src/core/components/Bar.js +383 -0
- package/src/core/components/Bar3D.js +473 -0
- package/src/core/components/LargeDatasetChart.js +296 -0
- package/src/core/components/Line3D.js +310 -0
- package/src/core/components/Scatter.js +392 -188
- package/src/core/components/Scatter3D.js +455 -0
- package/src/core/components/ScatterBio.js +601 -572
- package/src/core/components/Surface3D.js +326 -0
- package/src/core/components/ThreeCustom.js +648 -0
- package/src/core/components/ThreeScene.js +459 -0
- package/src/core/components/VisiumPlot.js +191 -165
- package/src/core/components/browser.js +42 -42
- package/src/core/components/dotplot.js +413 -413
- package/src/core/components/html.js +29 -29
- package/src/core/components/list.js +178 -178
- package/src/core/components/macaron.js +206 -201
- package/src/core/components/markdown.js +56 -56
- package/src/core/components/parser.scatterBio.js +582 -587
- package/src/core/components/ratio.js +82 -80
- package/src/core/components/scatterL.js +206 -173
- package/src/core/components/searchbar.js +156 -131
- package/src/core/components/selection.js +310 -193
- package/src/core/components/timeline.js +236 -281
- package/src/core/components/visium.js +114 -97
- package/src/core/data-processor.js +413 -0
- package/src/core/fetch/condfetch.js +82 -82
- package/src/core/fetch/fetch.js +92 -92
- package/src/core/fetch/json.js +29 -29
- package/src/core/fetch/vfetch.js +42 -42
- package/src/core/hmr-client.js +724 -0
- package/src/core/liveEditor.js +44 -44
- package/src/core/modules/codeEditorWithPreview.js +104 -104
- package/src/core/modules/echarts/common.js +20 -20
- package/src/core/modules/echarts/gl.js +228 -0
- package/src/core/modules/echarts/presetHandler.js +41 -41
- package/src/core/modules/echarts/presets/esodev.chromium.js +172 -172
- package/src/core/modules/echarts/presets/esodev.codex.js +130 -130
- package/src/core/modules/echarts/presets/esodev.visium.js +123 -123
- package/src/core/modules/echarts/presets/mmtrbc.js +186 -186
- package/src/core/modules/echarts.js +70 -71
- package/src/core/modules/echartsUtils.js +43 -43
- package/src/core/modules/echartswitcher.js +227 -152
- package/src/core/modules/replotly/presetHandler.js +24 -24
- package/src/core/modules/replotly/presets/minimum.js +18 -18
- package/src/core/modules/replotly/presets/mmtrbc.dot.js +114 -114
- package/src/core/modules/replotly/presets/mmtrbc.violin.js +100 -100
- package/src/core/modules/replotly.js +74 -71
- package/src/core/modules/threejs/Camera.js +373 -0
- package/src/core/modules/threejs/Lighting.js +459 -0
- package/src/core/modules/threejs/Renderer.js +364 -0
- package/src/core/modules/threejs/Scene.js +266 -0
- package/src/core/modules/threejs/index.js +155 -0
- package/src/core/pages/404.js +50 -50
- package/src/core/pages/error.js +27 -27
- package/src/core/pages/jsonPage.js +62 -62
- package/src/core/pages/loading.js +44 -44
- package/src/core/parser/echart.data.js +204 -183
- package/src/core/parser/echart.features.js +125 -125
- package/src/core/parser/echart.general.js +147 -147
- package/src/core/parser/echart.hilbert.js +57 -57
- package/src/core/parser/echart.parser.js +210 -210
- package/src/core/parser/echart.series.js +67 -67
- package/src/core/parser/echart.types.js +76 -76
- package/src/core/parser/plotly.config.js +10 -10
- package/src/core/parser/plotly.data.js +132 -132
- package/src/core/parser/plotly.layout.js +9 -9
- package/src/core/parser/plotly.violin.js +18 -18
- package/src/core/recharts.js +361 -62
- package/src/core/router/alias.js +49 -49
- package/src/core/router/jsonRouter.js +31 -31
- package/src/core/themes/modern.js +32 -32
- package/src/core/themes/themeSelector.js +33 -33
- package/src/core/visualify.js +213 -47
- package/src/core/widgets/circularProgress.js +23 -23
- package/src/core/widgets/controller.js +116 -83
- package/src/core/widgets/errorBoundary.js +36 -36
- package/src/core/widgets/footer.js +185 -177
- package/src/core/widgets/header.js +238 -234
- package/src/core/widgets/layout/Grid.js +31 -31
- package/src/core/widgets/layout.js +36 -36
- package/src/core/widgets/mapping.js +56 -42
- package/src/core/workers/data-worker.js +349 -0
- package/src/core/workers/worker-pool.js +396 -0
- package/src/docsify/bundle.js +215 -0
- package/src/docsify/markdown.js +271 -0
- package/src/docsify/plugin.js +268 -0
- package/src/editor/README.md +172 -0
- package/src/editor/components/ChartBuilder.jsx +341 -0
- package/src/editor/components/ChartTypeSidebar.jsx +91 -0
- package/src/editor/components/Editor.jsx +367 -0
- package/src/editor/components/Preview.jsx +446 -0
- package/src/editor/components/PropertyPanel.jsx +468 -0
- package/src/editor/components/StatusBar.jsx +85 -0
- package/src/editor/context/EditorContext.js +248 -0
- package/src/editor/hooks/useDebounce.js +32 -0
- package/src/editor/index.js +315 -0
- package/src/editor/styles/editor.css +637 -0
- package/src/editor/utils/chartValidator.js +263 -0
- package/src/entries/charts3d.js +70 -0
- package/src/entries/core.js +78 -0
- package/src/entries/docs.js +154 -0
- package/src/entries/pages.js +93 -0
- package/src/entries/portal.js +204 -0
- package/src/entries/shared.js +50 -0
- package/src/i18n/formatters.js +455 -0
- package/src/i18n/index.js +169 -0
- package/src/i18n/locales/ar.json +137 -0
- package/src/i18n/locales/de.json +137 -0
- package/src/i18n/locales/en.json +137 -0
- package/src/i18n/locales/es.json +137 -0
- package/src/i18n/locales/he.json +137 -0
- package/src/i18n/locales/zh.json +137 -0
- package/src/i18n/rtl.css +183 -0
- package/src/index.js +82 -62
- package/src/loader.js +103 -0
- package/src/setupTests.js +5 -5
- package/tsconfig.json +51 -0
- package/types/charts.d.ts +569 -0
- package/types/components.d.ts +441 -0
- package/types/config.d.ts +199 -0
- package/types/index.d.ts +353 -0
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
{
|
|
2
|
+
"charts": {
|
|
3
|
+
"scatter": "Diagrama de Dispersión",
|
|
4
|
+
"scatter3d": "Diagrama de Dispersión 3D",
|
|
5
|
+
"bar": "Gráfico de Barras",
|
|
6
|
+
"bar3d": "Gráfico de Barras 3D",
|
|
7
|
+
"line": "Gráfico de Líneas",
|
|
8
|
+
"line3d": "Gráfico de Líneas 3D",
|
|
9
|
+
"pie": "Gráfico Circular",
|
|
10
|
+
"surface3d": "Superficie 3D",
|
|
11
|
+
"violin": "Gráfico de Violín",
|
|
12
|
+
"dotplot": "Diagrama de Puntos",
|
|
13
|
+
"visium": "Gráfico Visium",
|
|
14
|
+
"timeline": "Línea de Tiempo"
|
|
15
|
+
},
|
|
16
|
+
"ui": {
|
|
17
|
+
"loading": "Cargando...",
|
|
18
|
+
"error": "Error",
|
|
19
|
+
"retry": "Reintentar",
|
|
20
|
+
"export": "Exportar",
|
|
21
|
+
"zoomIn": "Acercar",
|
|
22
|
+
"zoomOut": "Alejar",
|
|
23
|
+
"resetZoom": "Restablecer Zoom",
|
|
24
|
+
"fullscreen": "Pantalla Completa",
|
|
25
|
+
"exitFullscreen": "Salir de Pantalla Completa",
|
|
26
|
+
"download": "Descargar",
|
|
27
|
+
"downloadImage": "Descargar Imagen",
|
|
28
|
+
"downloadData": "Descargar Datos",
|
|
29
|
+
"close": "Cerrar",
|
|
30
|
+
"cancel": "Cancelar",
|
|
31
|
+
"confirm": "Confirmar",
|
|
32
|
+
"save": "Guardar",
|
|
33
|
+
"edit": "Editar",
|
|
34
|
+
"delete": "Eliminar",
|
|
35
|
+
"add": "Añadir",
|
|
36
|
+
"remove": "Quitar",
|
|
37
|
+
"search": "Buscar",
|
|
38
|
+
"filter": "Filtrar",
|
|
39
|
+
"sort": "Ordenar",
|
|
40
|
+
"refresh": "Actualizar",
|
|
41
|
+
"settings": "Configuración",
|
|
42
|
+
"help": "Ayuda",
|
|
43
|
+
"about": "Acerca de",
|
|
44
|
+
"home": "Inicio",
|
|
45
|
+
"back": "Atrás",
|
|
46
|
+
"next": "Siguiente",
|
|
47
|
+
"previous": "Anterior",
|
|
48
|
+
"submit": "Enviar",
|
|
49
|
+
"apply": "Aplicar",
|
|
50
|
+
"clear": "Limpiar",
|
|
51
|
+
"selectAll": "Seleccionar Todo",
|
|
52
|
+
"deselectAll": "Deseleccionar Todo",
|
|
53
|
+
"view": "Ver",
|
|
54
|
+
"show": "Mostrar",
|
|
55
|
+
"hide": "Ocultar",
|
|
56
|
+
"expand": "Expandir",
|
|
57
|
+
"collapse": "Contraer"
|
|
58
|
+
},
|
|
59
|
+
"errors": {
|
|
60
|
+
"invalidConfig": "Configuración inválida",
|
|
61
|
+
"dataNotFound": "Datos no encontrados",
|
|
62
|
+
"webglNotSupported": "WebGL no es compatible con su navegador",
|
|
63
|
+
"chartRenderError": "Error al renderizar el gráfico",
|
|
64
|
+
"dataLoadError": "Error al cargar los datos",
|
|
65
|
+
"networkError": "Error de red. Por favor, verifique su conexión",
|
|
66
|
+
"timeoutError": "Tiempo de espera agotado",
|
|
67
|
+
"validationError": "Error de validación",
|
|
68
|
+
"unknownError": "Se produjo un error desconocido",
|
|
69
|
+
"fileNotFound": "Archivo no encontrado",
|
|
70
|
+
"invalidFormat": "Formato de archivo inválido",
|
|
71
|
+
"missingRequired": "Falta propiedad requerida",
|
|
72
|
+
"typeMismatch": "Discrepancia de tipo"
|
|
73
|
+
},
|
|
74
|
+
"aria": {
|
|
75
|
+
"chartDescription": "Gráfico de {type} mostrando {description}",
|
|
76
|
+
"dataPoint": "Punto de datos: {x}, {y}",
|
|
77
|
+
"dataPoint3d": "Punto de datos: {x}, {y}, {z}",
|
|
78
|
+
"chartContainer": "Contenedor de gráfico",
|
|
79
|
+
"loadingChart": "Cargando datos del gráfico",
|
|
80
|
+
"chartLoaded": "Gráfico cargado exitosamente",
|
|
81
|
+
"navigation": "Navegación",
|
|
82
|
+
"mainContent": "Contenido principal",
|
|
83
|
+
"complementary": "Información complementaria",
|
|
84
|
+
"search": "Entrada de búsqueda",
|
|
85
|
+
"dataTable": "Tabla de Datos"
|
|
86
|
+
},
|
|
87
|
+
"cli": {
|
|
88
|
+
"welcome": "Bienvenido a Visualify CLI",
|
|
89
|
+
"initProject": "Inicializar un nuevo proyecto Visualify",
|
|
90
|
+
"startDev": "Iniciar servidor de desarrollo",
|
|
91
|
+
"buildProject": "Compilar para producción",
|
|
92
|
+
"serveDocs": "Servir documentación",
|
|
93
|
+
"portalMode": "Iniciar modo portal",
|
|
94
|
+
"configNotFound": "Archivo de configuración no encontrado. Ejecute 'visualify init' primero.",
|
|
95
|
+
"invalidCommand": "Comando inválido",
|
|
96
|
+
"serverStarted": "Servidor iniciado en {url}",
|
|
97
|
+
"serverStopped": "Servidor detenido",
|
|
98
|
+
"building": "Compilando proyecto...",
|
|
99
|
+
"buildComplete": "Compilación completada",
|
|
100
|
+
"buildError": "Error de compilación",
|
|
101
|
+
"watchingFiles": "Observando cambios en archivos...",
|
|
102
|
+
"fileChanged": "Archivo modificado: {file}",
|
|
103
|
+
"reloading": "Recargando...",
|
|
104
|
+
"tip": "Consejo: {message}",
|
|
105
|
+
"example": "Ejemplo: {command}"
|
|
106
|
+
},
|
|
107
|
+
"validation": {
|
|
108
|
+
"required": "La propiedad '{property}' es obligatoria",
|
|
109
|
+
"type": "La propiedad '{property}' debería ser {expected}, se recibió {received}",
|
|
110
|
+
"enum": "La propiedad '{property}' debe ser una de: {values}",
|
|
111
|
+
"minLength": "La propiedad '{property}' no puede estar vacía",
|
|
112
|
+
"format": "La propiedad '{property}' tiene un formato inválido",
|
|
113
|
+
"additionalProperties": "Propiedad desconocida '{property}'",
|
|
114
|
+
"version": "Establezca la versión a '3.0.0'",
|
|
115
|
+
"mode": "Use uno de: 'docs', 'portal', 'hybrid', 'auto'",
|
|
116
|
+
"defaultLibrary": "Use 'echarts' o 'plotly'"
|
|
117
|
+
},
|
|
118
|
+
"format": {
|
|
119
|
+
"date": "{date, date, medium}",
|
|
120
|
+
"time": "{time, time, short}",
|
|
121
|
+
"datetime": "{datetime, date, medium} {datetime, time, short}",
|
|
122
|
+
"number": "{value, number}",
|
|
123
|
+
"percent": "{value, number, percent}",
|
|
124
|
+
"currency": "{value, number, currency}",
|
|
125
|
+
"bytes": "{value, number, bytes}"
|
|
126
|
+
},
|
|
127
|
+
"footer": {
|
|
128
|
+
"download": "Descargar:",
|
|
129
|
+
"copyright": "{name} Copyright © {year} desarrollado por {app}@{version}",
|
|
130
|
+
"references": "Referencias"
|
|
131
|
+
},
|
|
132
|
+
"header": {
|
|
133
|
+
"viewSource": "Ver código fuente en GitHub",
|
|
134
|
+
"navigation": "Navegación",
|
|
135
|
+
"logo": "Logo"
|
|
136
|
+
}
|
|
137
|
+
}
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
{
|
|
2
|
+
"charts": {
|
|
3
|
+
"scatter": "תרשים פיזור",
|
|
4
|
+
"scatter3d": "תרשים פיזור תלת-ממדי",
|
|
5
|
+
"bar": "תרשים עמודות",
|
|
6
|
+
"bar3d": "תרשים עמודות תלת-ממדי",
|
|
7
|
+
"line": "תרשים קו",
|
|
8
|
+
"line3d": "תרשים קו תלת-ממדי",
|
|
9
|
+
"pie": "תרשים עוגה",
|
|
10
|
+
"surface3d": "משטח תלת-ממדי",
|
|
11
|
+
"violin": "תרשים כינור",
|
|
12
|
+
"dotplot": "תרשים נקודות",
|
|
13
|
+
"visium": "תרשים Visium",
|
|
14
|
+
"timeline": "ציר זמן"
|
|
15
|
+
},
|
|
16
|
+
"ui": {
|
|
17
|
+
"loading": "טוען...",
|
|
18
|
+
"error": "שגיאה",
|
|
19
|
+
"retry": "נסה שוב",
|
|
20
|
+
"export": "ייצוא",
|
|
21
|
+
"zoomIn": "הגדל",
|
|
22
|
+
"zoomOut": "הקטן",
|
|
23
|
+
"resetZoom": "אפס זום",
|
|
24
|
+
"fullscreen": "מסך מלא",
|
|
25
|
+
"exitFullscreen": "צא ממסך מלא",
|
|
26
|
+
"download": "הורד",
|
|
27
|
+
"downloadImage": "הורד תמונה",
|
|
28
|
+
"downloadData": "הורד נתונים",
|
|
29
|
+
"close": "סגור",
|
|
30
|
+
"cancel": "בטל",
|
|
31
|
+
"confirm": "אשר",
|
|
32
|
+
"save": "שמור",
|
|
33
|
+
"edit": "ערוך",
|
|
34
|
+
"delete": "מחק",
|
|
35
|
+
"add": "הוסף",
|
|
36
|
+
"remove": "הסר",
|
|
37
|
+
"search": "חפש",
|
|
38
|
+
"filter": "סנן",
|
|
39
|
+
"sort": "מיין",
|
|
40
|
+
"refresh": "רענן",
|
|
41
|
+
"settings": "הגדרות",
|
|
42
|
+
"help": "עזרה",
|
|
43
|
+
"about": "אודות",
|
|
44
|
+
"home": "בית",
|
|
45
|
+
"back": "חזור",
|
|
46
|
+
"next": "הבא",
|
|
47
|
+
"previous": "הקודם",
|
|
48
|
+
"submit": "שלח",
|
|
49
|
+
"apply": "החל",
|
|
50
|
+
"clear": "נקה",
|
|
51
|
+
"selectAll": "בחר הכל",
|
|
52
|
+
"deselectAll": "בטל בחירת הכל",
|
|
53
|
+
"view": "צפה",
|
|
54
|
+
"show": "הצג",
|
|
55
|
+
"hide": "הסתר",
|
|
56
|
+
"expand": "הרחב",
|
|
57
|
+
"collapse": "כווץ"
|
|
58
|
+
},
|
|
59
|
+
"errors": {
|
|
60
|
+
"invalidConfig": "תצורה לא חוקית",
|
|
61
|
+
"dataNotFound": "נתונים לא נמצאו",
|
|
62
|
+
"webglNotSupported": "WebGL אינו נתמך בדפדפן שלך",
|
|
63
|
+
"chartRenderError": "כשל ברינדור תרשים",
|
|
64
|
+
"dataLoadError": "כשל בטעינת נתונים",
|
|
65
|
+
"networkError": "שגיאת רשת. אנא בדוק את החיבור שלך",
|
|
66
|
+
"timeoutError": "פסק זמן של בקשה",
|
|
67
|
+
"validationError": "שגיאת אימות",
|
|
68
|
+
"unknownError": "אירעה שגיאה לא ידועה",
|
|
69
|
+
"fileNotFound": "קובץ לא נמצא",
|
|
70
|
+
"invalidFormat": "פורמט קובץ לא חוקי",
|
|
71
|
+
"missingRequired": "חסרה מאפיין נדרש",
|
|
72
|
+
"typeMismatch": "אי התאמה בסוג"
|
|
73
|
+
},
|
|
74
|
+
"aria": {
|
|
75
|
+
"chartDescription": "תרשים {type} מציג {description}",
|
|
76
|
+
"dataPoint": "נקודת נתונים: {x}, {y}",
|
|
77
|
+
"dataPoint3d": "נקודת נתונים: {x}, {y}, {z}",
|
|
78
|
+
"chartContainer": "מכלי תרשים",
|
|
79
|
+
"loadingChart": "טוען נתוני תרשים",
|
|
80
|
+
"chartLoaded": "תרשים נטען בהצלחה",
|
|
81
|
+
"navigation": "ניווט",
|
|
82
|
+
"mainContent": "תוכן ראשי",
|
|
83
|
+
"complementary": "מידע משלים",
|
|
84
|
+
"search": "קלט חיפוש",
|
|
85
|
+
"dataTable": "טבלת נתונים"
|
|
86
|
+
},
|
|
87
|
+
"cli": {
|
|
88
|
+
"welcome": "ברוכים הבאים ל-Visualify CLI",
|
|
89
|
+
"initProject": "אתחל פרויקט Visualify חדש",
|
|
90
|
+
"startDev": "הפעל שרת פיתוח",
|
|
91
|
+
"buildProject": "בנה לייצור",
|
|
92
|
+
"serveDocs": "שרת תיעוד",
|
|
93
|
+
"portalMode": "הפעל מצב פורטל",
|
|
94
|
+
"configNotFound": "קובץ תצורה לא נמצא. הרץ 'visualify init' תחילה.",
|
|
95
|
+
"invalidCommand": "פקודה לא חוקית",
|
|
96
|
+
"serverStarted": "שרת הופעל ב-{url}",
|
|
97
|
+
"serverStopped": "שרת נעצר",
|
|
98
|
+
"building": "בונה פרויקט...",
|
|
99
|
+
"buildComplete": "בנייה הושלמה",
|
|
100
|
+
"buildError": "בנייה נכשלה",
|
|
101
|
+
"watchingFiles": "מעקב אחר שינויים בקבצים...",
|
|
102
|
+
"fileChanged": "קובץ השתנה: {file}",
|
|
103
|
+
"reloading": "טוען מחדש...",
|
|
104
|
+
"tip": "טיפ: {message}",
|
|
105
|
+
"example": "דוגמה: {command}"
|
|
106
|
+
},
|
|
107
|
+
"validation": {
|
|
108
|
+
"required": "המאפיין '{property}' נדרש",
|
|
109
|
+
"type": "המאפיין '{property}' צריך להיות {expected}, התקבל {received}",
|
|
110
|
+
"enum": "המאפיין '{property}' חייב להיות אחד מ: {values}",
|
|
111
|
+
"minLength": "המאפיין '{property}' אינו יכול להיות ריק",
|
|
112
|
+
"format": "למאפיין '{property}' יש פורמט לא חוקי",
|
|
113
|
+
"additionalProperties": "מאפיין לא ידוע '{property}'",
|
|
114
|
+
"version": "הגדר גרסה ל-'3.0.0'",
|
|
115
|
+
"mode": "השתמש באחד מ: 'docs', 'portal', 'hybrid', 'auto'",
|
|
116
|
+
"defaultLibrary": "השתמש ב-'echarts' או 'plotly'"
|
|
117
|
+
},
|
|
118
|
+
"format": {
|
|
119
|
+
"date": "{date, date, medium}",
|
|
120
|
+
"time": "{time, time, short}",
|
|
121
|
+
"datetime": "{datetime, date, medium} {datetime, time, short}",
|
|
122
|
+
"number": "{value, number}",
|
|
123
|
+
"percent": "{value, number, percent}",
|
|
124
|
+
"currency": "{value, number, currency}",
|
|
125
|
+
"bytes": "{value, number, bytes}"
|
|
126
|
+
},
|
|
127
|
+
"footer": {
|
|
128
|
+
"download": "הורד:",
|
|
129
|
+
"copyright": "{name} זכויות יוצרים © {year} מופעל על ידי {app}@{version}",
|
|
130
|
+
"references": "הפניות"
|
|
131
|
+
},
|
|
132
|
+
"header": {
|
|
133
|
+
"viewSource": "צפה במקור ב-GitHub",
|
|
134
|
+
"navigation": "ניווט",
|
|
135
|
+
"logo": "לוגו"
|
|
136
|
+
}
|
|
137
|
+
}
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
{
|
|
2
|
+
"charts": {
|
|
3
|
+
"scatter": "散点图",
|
|
4
|
+
"scatter3d": "3D散点图",
|
|
5
|
+
"bar": "柱状图",
|
|
6
|
+
"bar3d": "3D柱状图",
|
|
7
|
+
"line": "折线图",
|
|
8
|
+
"line3d": "3D折线图",
|
|
9
|
+
"pie": "饼图",
|
|
10
|
+
"surface3d": "3D曲面图",
|
|
11
|
+
"violin": "小提琴图",
|
|
12
|
+
"dotplot": "点图",
|
|
13
|
+
"visium": "Visium图",
|
|
14
|
+
"timeline": "时间轴"
|
|
15
|
+
},
|
|
16
|
+
"ui": {
|
|
17
|
+
"loading": "加载中...",
|
|
18
|
+
"error": "错误",
|
|
19
|
+
"retry": "重试",
|
|
20
|
+
"export": "导出",
|
|
21
|
+
"zoomIn": "放大",
|
|
22
|
+
"zoomOut": "缩小",
|
|
23
|
+
"resetZoom": "重置缩放",
|
|
24
|
+
"fullscreen": "全屏",
|
|
25
|
+
"exitFullscreen": "退出全屏",
|
|
26
|
+
"download": "下载",
|
|
27
|
+
"downloadImage": "下载图片",
|
|
28
|
+
"downloadData": "下载数据",
|
|
29
|
+
"close": "关闭",
|
|
30
|
+
"cancel": "取消",
|
|
31
|
+
"confirm": "确认",
|
|
32
|
+
"save": "保存",
|
|
33
|
+
"edit": "编辑",
|
|
34
|
+
"delete": "删除",
|
|
35
|
+
"add": "添加",
|
|
36
|
+
"remove": "移除",
|
|
37
|
+
"search": "搜索",
|
|
38
|
+
"filter": "筛选",
|
|
39
|
+
"sort": "排序",
|
|
40
|
+
"refresh": "刷新",
|
|
41
|
+
"settings": "设置",
|
|
42
|
+
"help": "帮助",
|
|
43
|
+
"about": "关于",
|
|
44
|
+
"home": "首页",
|
|
45
|
+
"back": "返回",
|
|
46
|
+
"next": "下一步",
|
|
47
|
+
"previous": "上一步",
|
|
48
|
+
"submit": "提交",
|
|
49
|
+
"apply": "应用",
|
|
50
|
+
"clear": "清除",
|
|
51
|
+
"selectAll": "全选",
|
|
52
|
+
"deselectAll": "取消全选",
|
|
53
|
+
"view": "查看",
|
|
54
|
+
"show": "显示",
|
|
55
|
+
"hide": "隐藏",
|
|
56
|
+
"expand": "展开",
|
|
57
|
+
"collapse": "收起"
|
|
58
|
+
},
|
|
59
|
+
"errors": {
|
|
60
|
+
"invalidConfig": "配置无效",
|
|
61
|
+
"dataNotFound": "未找到数据",
|
|
62
|
+
"webglNotSupported": "您的浏览器不支持WebGL",
|
|
63
|
+
"chartRenderError": "图表渲染失败",
|
|
64
|
+
"dataLoadError": "数据加载失败",
|
|
65
|
+
"networkError": "网络错误。请检查您的连接",
|
|
66
|
+
"timeoutError": "请求超时",
|
|
67
|
+
"validationError": "验证错误",
|
|
68
|
+
"unknownError": "发生未知错误",
|
|
69
|
+
"fileNotFound": "文件未找到",
|
|
70
|
+
"invalidFormat": "文件格式无效",
|
|
71
|
+
"missingRequired": "缺少必需属性",
|
|
72
|
+
"typeMismatch": "类型不匹配"
|
|
73
|
+
},
|
|
74
|
+
"aria": {
|
|
75
|
+
"chartDescription": "{type}图表,显示{description}",
|
|
76
|
+
"dataPoint": "数据点:{x},{y}",
|
|
77
|
+
"dataPoint3d": "数据点:{x},{y},{z}",
|
|
78
|
+
"chartContainer": "图表容器",
|
|
79
|
+
"loadingChart": "正在加载图表数据",
|
|
80
|
+
"chartLoaded": "图表加载成功",
|
|
81
|
+
"navigation": "导航",
|
|
82
|
+
"mainContent": "主要内容",
|
|
83
|
+
"complementary": "补充信息",
|
|
84
|
+
"search": "搜索输入",
|
|
85
|
+
"dataTable": "数据表"
|
|
86
|
+
},
|
|
87
|
+
"cli": {
|
|
88
|
+
"welcome": "欢迎使用Visualify CLI",
|
|
89
|
+
"initProject": "初始化新的Visualify项目",
|
|
90
|
+
"startDev": "启动开发服务器",
|
|
91
|
+
"buildProject": "构建生产版本",
|
|
92
|
+
"serveDocs": "提供文档服务",
|
|
93
|
+
"portalMode": "启动门户模式",
|
|
94
|
+
"configNotFound": "未找到配置文件。请先运行'visualify init'。",
|
|
95
|
+
"invalidCommand": "无效命令",
|
|
96
|
+
"serverStarted": "服务器已启动于{url}",
|
|
97
|
+
"serverStopped": "服务器已停止",
|
|
98
|
+
"building": "正在构建项目...",
|
|
99
|
+
"buildComplete": "构建完成",
|
|
100
|
+
"buildError": "构建失败",
|
|
101
|
+
"watchingFiles": "正在监视文件更改...",
|
|
102
|
+
"fileChanged": "文件已更改:{file}",
|
|
103
|
+
"reloading": "正在重新加载...",
|
|
104
|
+
"tip": "提示:{message}",
|
|
105
|
+
"example": "示例:{command}"
|
|
106
|
+
},
|
|
107
|
+
"validation": {
|
|
108
|
+
"required": "属性'{property}'是必需的",
|
|
109
|
+
"type": "属性'{property}'应为{expected},实际为{received}",
|
|
110
|
+
"enum": "属性'{property}'必须是以下之一:{values}",
|
|
111
|
+
"minLength": "属性'{property}'不能为空",
|
|
112
|
+
"format": "属性'{property}'格式无效",
|
|
113
|
+
"additionalProperties": "未知属性'{property}'",
|
|
114
|
+
"version": "将版本设置为'3.0.0'",
|
|
115
|
+
"mode": "使用以下之一:'docs'、'portal'、'hybrid'、'auto'",
|
|
116
|
+
"defaultLibrary": "使用'echarts'或'plotly'"
|
|
117
|
+
},
|
|
118
|
+
"format": {
|
|
119
|
+
"date": "{date, date, medium}",
|
|
120
|
+
"time": "{time, time, short}",
|
|
121
|
+
"datetime": "{datetime, date, medium} {datetime, time, short}",
|
|
122
|
+
"number": "{value, number}",
|
|
123
|
+
"percent": "{value, number, percent}",
|
|
124
|
+
"currency": "{value, number, currency}",
|
|
125
|
+
"bytes": "{value, number, bytes}"
|
|
126
|
+
},
|
|
127
|
+
"footer": {
|
|
128
|
+
"download": "下载:",
|
|
129
|
+
"copyright": "{name} 版权所有 © {year} 由 {app}@{version} 提供支持",
|
|
130
|
+
"references": "参考文献"
|
|
131
|
+
},
|
|
132
|
+
"header": {
|
|
133
|
+
"viewSource": "在GitHub上查看源代码",
|
|
134
|
+
"navigation": "导航",
|
|
135
|
+
"logo": "标志"
|
|
136
|
+
}
|
|
137
|
+
}
|
package/src/i18n/rtl.css
ADDED
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* RTL (Right-to-Left) Support Styles for Visualify.js
|
|
3
|
+
*
|
|
4
|
+
* This file provides RTL layout support for Arabic, Hebrew, and other RTL languages.
|
|
5
|
+
* Use CSS logical properties for automatic RTL adaptation.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/* Base RTL direction */
|
|
9
|
+
[dir="rtl"] {
|
|
10
|
+
direction: rtl;
|
|
11
|
+
text-align: right;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
/* Chart container RTL adjustments */
|
|
15
|
+
[dir="rtl"] .visualify-chart,
|
|
16
|
+
[dir="rtl"] .visualify-scatter-chart,
|
|
17
|
+
[dir="rtl"] .visualify-bar-chart {
|
|
18
|
+
direction: ltr; /* Charts typically render LTR internally */
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
/* Header RTL adjustments */
|
|
22
|
+
[dir="rtl"] .v-header .navbar-brand {
|
|
23
|
+
margin-right: 0;
|
|
24
|
+
margin-left: 1rem;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
[dir="rtl"] .v-header .rainbow-text {
|
|
28
|
+
margin-right: 0;
|
|
29
|
+
margin-left: auto;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
[dir="rtl"] .github-corner {
|
|
33
|
+
right: auto;
|
|
34
|
+
left: 0;
|
|
35
|
+
transform: scaleX(-1);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
/* Navigation RTL adjustments */
|
|
39
|
+
[dir="rtl"] #navtabs {
|
|
40
|
+
padding-left: 0;
|
|
41
|
+
padding-right: 0;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
[dir="rtl"] .nav-item {
|
|
45
|
+
margin-right: 0;
|
|
46
|
+
margin-left: 1rem;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
[dir="rtl"] .nav-item:last-child {
|
|
50
|
+
margin-left: 0;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
/* Footer RTL adjustments */
|
|
54
|
+
[dir="rtl"] .v-footer {
|
|
55
|
+
text-align: right;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
[dir="rtl"] .v-footer .list-inline {
|
|
59
|
+
padding-right: 0;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
[dir="rtl"] .v-footer .list-inline-item {
|
|
63
|
+
margin-right: 0;
|
|
64
|
+
margin-left: 0.5rem;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
/* Form elements RTL adjustments */
|
|
68
|
+
[dir="rtl"] input,
|
|
69
|
+
[dir="rtl"] select,
|
|
70
|
+
[dir="rtl"] textarea {
|
|
71
|
+
text-align: right;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
[dir="rtl"] input[type="number"] {
|
|
75
|
+
text-align: left; /* Numbers are typically LTR */
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
/* Button RTL adjustments */
|
|
79
|
+
[dir="rtl"] .btn {
|
|
80
|
+
direction: rtl;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
[dir="rtl"] .btn i,
|
|
84
|
+
[dir="rtl"] .btn svg {
|
|
85
|
+
margin-right: 0;
|
|
86
|
+
margin-left: 0.5rem;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
/* Modal RTL adjustments */
|
|
90
|
+
[dir="rtl"] .modal-header .btn-close {
|
|
91
|
+
margin-right: auto;
|
|
92
|
+
margin-left: 0;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
[dir="rtl"] .modal-title {
|
|
96
|
+
text-align: right;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
/* Dropdown RTL adjustments */
|
|
100
|
+
[dir="rtl"] .dropdown-menu {
|
|
101
|
+
text-align: right;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
[dir="rtl"] .dropdown-toggle::after {
|
|
105
|
+
margin-left: 0;
|
|
106
|
+
margin-right: 0.255em;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
/* Tooltip RTL adjustments */
|
|
110
|
+
[dir="rtl"] .tooltip {
|
|
111
|
+
text-align: right;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
/* Table RTL adjustments */
|
|
115
|
+
[dir="rtl"] table {
|
|
116
|
+
text-align: right;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
[dir="rtl"] th,
|
|
120
|
+
[dir="rtl"] td {
|
|
121
|
+
text-align: right;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
/* List RTL adjustments */
|
|
125
|
+
[dir="rtl"] ul,
|
|
126
|
+
[dir="rtl"] ol {
|
|
127
|
+
padding-left: 0;
|
|
128
|
+
padding-right: 2rem;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
/* Logical properties for modern browsers */
|
|
132
|
+
.visualify-chart {
|
|
133
|
+
/* Use logical properties for margins */
|
|
134
|
+
margin-inline-start: 0;
|
|
135
|
+
margin-inline-end: 0;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.v-header {
|
|
139
|
+
/* Use logical properties for padding */
|
|
140
|
+
padding-inline-start: 0;
|
|
141
|
+
padding-inline-end: 0;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.v-footer {
|
|
145
|
+
/* Use logical properties for text alignment */
|
|
146
|
+
text-align: start;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
/* Chart axis labels for RTL */
|
|
150
|
+
[dir="rtl"] .echarts-axis-label {
|
|
151
|
+
direction: ltr;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
/* Reference list RTL adjustments */
|
|
155
|
+
[dir="rtl"] .reference-list {
|
|
156
|
+
padding-right: 1.5rem;
|
|
157
|
+
padding-left: 0;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
[dir="rtl"] .reference-item {
|
|
161
|
+
text-align: right;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
/* Loading spinner RTL adjustments */
|
|
165
|
+
[dir="rtl"] .spinner-border,
|
|
166
|
+
[dir="rtl"] .spinner-grow {
|
|
167
|
+
direction: ltr;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
/* Accessibility: Respect user preferences for reduced motion */
|
|
171
|
+
@media (prefers-reduced-motion: reduce) {
|
|
172
|
+
[dir="rtl"] .github-corner {
|
|
173
|
+
transition: none;
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
/* Print styles for RTL */
|
|
178
|
+
@media print {
|
|
179
|
+
[dir="rtl"] .v-header,
|
|
180
|
+
[dir="rtl"] .v-footer {
|
|
181
|
+
direction: rtl;
|
|
182
|
+
}
|
|
183
|
+
}
|