@@ -14,13 +14,13 @@ module.exports = {
14
14
dictionary : {
15
15
'Autoscale' : 'Autoescalar' , // components/modebar/buttons.js:139
16
16
'Box Select' : 'Seleccionar Caja' , // components/modebar/buttons.js:103
17
- 'Click to enter Colorscale title' : 'Haga clic para introducir el título de la Escala de Color' , // plots/plots.js:303
18
- 'Click to enter Component A title' : 'Haga clic para introducir el título del Componente A' , // plots/ternary/ternary.js:392
19
- 'Click to enter Component B title' : 'Haga clic para introducir el título del Componente B' , // plots/ternary/ternary.js:406
20
- 'Click to enter Component C title' : 'Haga clic para introducir el título del Componente C' , // plots/ternary/ternary.js:417
21
- 'Click to enter Plot title' : 'Haga clic para introducir el título de la Gráfica' , // plot_api/plot_api.js:579
22
- 'Click to enter X axis title' : 'Haga clic para introducir el título del eje X' , // plots/plots.js:301
23
- 'Click to enter Y axis title' : 'Haga clic para introducir el título del eje Y' , // plots/plots.js:302
17
+ 'Click to enter Colorscale title' : 'Introducir el título de la Escala de Color' , // plots/plots.js:303
18
+ 'Click to enter Component A title' : 'Introducir el título del Componente A' , // plots/ternary/ternary.js:392
19
+ 'Click to enter Component B title' : 'Introducir el título del Componente B' , // plots/ternary/ternary.js:406
20
+ 'Click to enter Component C title' : 'Introducir el título del Componente C' , // plots/ternary/ternary.js:417
21
+ 'Click to enter Plot title' : 'Introducir el título de la Gráfica' , // plot_api/plot_api.js:579
22
+ 'Click to enter X axis title' : 'Introducir el título del eje X' , // plots/plots.js:301
23
+ 'Click to enter Y axis title' : 'Introducir el título del eje Y' , // plots/plots.js:302
24
24
'Compare data on hover' : 'Comparar datos al pasar por encima' , // components/modebar/buttons.js:167
25
25
'Double-click on legend to isolate one trace' : 'Haga doble-clic en la leyenda para aislar una traza' , // components/legend/handle_click.js:90
26
26
'Double-click to zoom back out' : 'Haga doble-clic para restaurar la escala' , // plots/cartesian/dragbox.js:335
0 commit comments