Skip to content

Commit e024f0f

Browse files
committed
locales: shorten translations in es.js
* Replaced `Haga click para introducir` by `Introducir`.
1 parent 294d2b8 commit e024f0f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

lib/locales/es.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ module.exports = {
1414
dictionary: {
1515
'Autoscale': 'Autoescalar', // components/modebar/buttons.js:139
1616
'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
2424
'Compare data on hover': 'Comparar datos al pasar por encima', // components/modebar/buttons.js:167
2525
'Double-click on legend to isolate one trace': 'Haga doble-clic en la leyenda para aislar una traza', // components/legend/handle_click.js:90
2626
'Double-click to zoom back out': 'Haga doble-clic para restaurar la escala', // plots/cartesian/dragbox.js:335

0 commit comments

Comments
 (0)