File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ module.exports = {
21
21
'Click to enter Plot title' : 'Introducir el título de la Gráfica' , // plot_api/plot_api.js:579
22
22
'Click to enter X axis title' : 'Introducir el título del eje X' , // plots/plots.js:301
23
23
'Click to enter Y axis title' : 'Introducir el título del eje Y' , // plots/plots.js:302
24
+ 'Click to enter radial axis title' : 'Introducir el título del eje radial' ,
24
25
'Compare data on hover' : 'Comparar datos al pasar por encima' , // components/modebar/buttons.js:167
25
26
'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
27
'Double-click to zoom back out' : 'Haga doble-clic para restaurar la escala' , // plots/cartesian/dragbox.js:335
@@ -60,6 +61,7 @@ module.exports = {
60
61
'mean:' : 'media:' , // traces/box/calc.js:133
61
62
'median:' : 'mediana:' , // traces/box/calc.js:128
62
63
'min:' : 'mín:' , // traces/box/calc.js:129
64
+ 'new text' : 'nuevo texto' ,
63
65
'open:' : 'apertura:' , // traces/ohlc/transform.js:136
64
66
'outgoing flow count:' : 'flujo de salida:' , // traces/sankey/plot.js:143
65
67
'q1:' : 'q1:' , // traces/box/calc.js:130
You can’t perform that action at this time.
0 commit comments