Skip to content

Commit 90c2fbe

Browse files
authored
Update es.js
* Added translation for `Click to enter radial axis title` * Added translation for `new text`
1 parent 8aa7e54 commit 90c2fbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/locales/es.js

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ module.exports = {
2121
'Click to enter Plot title': 'Introducir el título de la Gráfica', // plot_api/plot_api.js:579
2222
'Click to enter X axis title': 'Introducir el título del eje X', // plots/plots.js:301
2323
'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',
2425
'Compare data on hover': 'Comparar datos al pasar por encima', // components/modebar/buttons.js:167
2526
'Double-click on legend to isolate one trace': 'Haga doble-clic en la leyenda para aislar una traza', // components/legend/handle_click.js:90
2627
'Double-click to zoom back out': 'Haga doble-clic para restaurar la escala', // plots/cartesian/dragbox.js:335
@@ -60,6 +61,7 @@ module.exports = {
6061
'mean:': 'media:', // traces/box/calc.js:133
6162
'median:': 'mediana:', // traces/box/calc.js:128
6263
'min:': 'mín:', // traces/box/calc.js:129
64+
'new text': 'nuevo texto',
6365
'open:': 'apertura:', // traces/ohlc/transform.js:136
6466
'outgoing flow count:': 'flujo de salida:', // traces/sankey/plot.js:143
6567
'q1:': 'q1:', // traces/box/calc.js:130

0 commit comments

Comments
 (0)