-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocales.py
More file actions
110 lines (110 loc) · 6.88 KB
/
Copy pathlocales.py
File metadata and controls
110 lines (110 loc) · 6.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
T = {
"es": {
"page_title": "PlotThis | Recomendador de Gráficos",
"app_title": "PlotThis",
"subtitle": "Sugerencia y generación de gráficos premium basados en análisis estadístico determinista",
"config": "Configuración",
"language": "Idioma / Language",
"palette": "Paleta de Colores Visual",
"upload_section": "Cargar Dataset",
"upload_label": "Sube un archivo CSV o Excel",
"upload_help": "El archivo debe contener al menos una columna numérica y cabeceras en la primera fila.",
"error_read": "Error al leer el archivo",
"column_types": "Modificar Tipos de Columna",
"column_types_help": "Modifica la inferencia automática si consideras que es incorrecta:",
"welcome_1_title": "100% Determinista",
"welcome_1_text": "No usamos modelos de lenguaje (LLM). Las sugerencias e insights se derivan de coeficientes reales (Pearson, IQR, ANOVA) y reglas de visualización de Tableau y Excel.",
"welcome_2_title": "Privacidad Total",
"welcome_2_text": "El motor estadístico y de renderizado se ejecutan localmente en tu ordenador. Tus datos nunca viajan por internet ni son compartidos.",
"welcome_3_title": "Visualizaciones Premium",
"welcome_3_text": "Gráficos limpios con Plotly, fuentes Inter, rejillas minimalistas y paletas diseñadas para reportes listos para presentar.",
"welcome_info": "Para comenzar, sube un archivo CSV o Excel aquí abajo.",
"tab_recs": "Gráficos Recomendados",
"tab_manual": "Explorador Manual",
"tab_data": "Vista de Datos",
"recs_title": "Sugerencias del Motor Estadístico",
"recs_subtitle": "Recomendaciones jerarquizadas automáticamente en base a correlaciones e indicadores detectados.",
"no_recs": "No se pudieron generar sugerencias. Asegúrate de que el dataset contenga columnas numéricas o categóricas limpias.",
"render_error": "No se pudo renderizar este tipo de gráfico.",
"render_crit_error": "Error crítico al renderizar",
"insight_title": "Insight Estadístico",
"dataset_details": "Detalles del Dataset",
"manual_title": "Construye tu propio gráfico",
"manual_subtitle": "Selecciona las columnas y forzaremos las sugerencias basándonos en sus tipos y características estadísticas.",
"axis_x": "Eje X (Variable principal)",
"axis_y": "Eje Y (Variable de comparación)",
"color_seg": "Segmentar por Color (Categórico)",
"none": "Ninguno",
"compat_warning": "Esta combinación de tipos de columna no está soportada o no es habitual para visualizaciones estándar.",
"suggested_chart_type": "Tipo de Gráfico Sugerido",
"manual_stats_title": "Estadísticas de Selección",
"var_x": "Variable X",
"var_y": "Variable Y",
"bivariate_analysis": "Análisis Bivariante",
"no_bivariate_detected": "No se detectaron correlaciones o desviaciones lineales notables entre este par de variables.",
"spinner_analyzing": "Analizando estructura y estadísticas del dataset...",
"data_preview_title": "Vista previa del Dataset",
"data_preview_subtitle": "Mostrando las primeras 100 filas de",
"summary_table_title": "Tabla resumen de Columnas e Inferencia",
"summary_col": "Columna",
"summary_inferred": "Tipo Inferido",
"summary_orig": "Tipo Original (Motor)",
"summary_unique": "Categorías Únicas",
"summary_null": "Valores Nulos",
"developed_by": "Desarrollado por",
},
"en": {
"page_title": "PlotThis | Chart Recommender",
"app_title": "PlotThis",
"subtitle": "Premium chart suggestion and generation based on deterministic statistical analysis",
"config": "Settings",
"language": "Idioma / Language",
"palette": "Visual Color Palette",
"upload_section": "Upload Dataset",
"upload_label": "Upload a CSV or Excel file",
"upload_help": "The file must contain at least one numeric column and headers in the first row.",
"error_read": "Error reading the file",
"column_types": "Modify Column Types",
"column_types_help": "Modify automatic inference if you consider it incorrect:",
"welcome_1_title": "100% Deterministic",
"welcome_1_text": "We do not use language models (LLMs). Suggestions and insights are derived from real coefficients (Pearson, IQR, ANOVA) and visualization rules from Tableau and Excel.",
"welcome_2_title": "Total Privacy",
"welcome_2_text": "The statistical and rendering engine runs locally on your computer. Your data never travels over the internet nor is it shared.",
"welcome_3_title": "Premium Visualizations",
"welcome_3_text": "Clean charts with Plotly, Inter fonts, minimalist grids, and palettes designed for presentation-ready reports.",
"welcome_info": "To start, upload a CSV or Excel file below.",
"tab_recs": "Recommended Charts",
"tab_manual": "Manual Explorer",
"tab_data": "Data View",
"recs_title": "Statistical Engine Suggestions",
"recs_subtitle": "Recommendations automatically ranked based on detected correlations and indicators.",
"no_recs": "No suggestions could be generated. Make sure the dataset contains clean numerical or categorical columns.",
"render_error": "Could not render this chart type.",
"render_crit_error": "Critical rendering error",
"insight_title": "Statistical Insight",
"dataset_details": "Dataset Details",
"manual_title": "Build your own chart",
"manual_subtitle": "Select columns and we will force suggestions based on their types and statistical characteristics.",
"axis_x": "X Axis (Primary variable)",
"axis_y": "Y Axis (Comparison variable)",
"color_seg": "Segment by Color (Categorical)",
"none": "None",
"compat_warning": "This combination of column types is not supported or not standard for standard visualizations.",
"suggested_chart_type": "Suggested Chart Type",
"manual_stats_title": "Selection Statistics",
"var_x": "Variable X",
"var_y": "Variable Y",
"bivariate_analysis": "Bivariate Analysis",
"no_bivariate_detected": "No notable correlations or linear deviations were detected between this pair of variables.",
"spinner_analyzing": "Analyzing dataset structure and statistics...",
"data_preview_title": "Dataset Preview",
"data_preview_subtitle": "Showing the first 100 rows of",
"summary_table_title": "Columns and Inference Summary Table",
"summary_col": "Column",
"summary_inferred": "Inferred Type",
"summary_orig": "Original Type (Engine)",
"summary_unique": "Unique Categories",
"summary_null": "Null Values",
"developed_by": "Developed by",
}
}