Skip to content

Commit 4fb292b

Browse files
committed
locales: es.js: fix colons
1 parent e024f0f commit 4fb292b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/locales/es.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module.exports = {
4949
'Zoom out': 'Reducir', // components/modebar/buttons.js:130
5050
'close:': 'cierre:', // traces/ohlc/transform.js:139
5151
'high:': 'alza:', // traces/ohlc/transform.js:137
52-
'incoming flow count:': 'flujo de entrada', // traces/sankey/plot.js:142
52+
'incoming flow count:': 'flujo de entrada:', // traces/sankey/plot.js:142
5353
'kde:': 'edp:', // traces/violin/calc.js:73
5454
'lat:': 'lat:', // traces/scattergeo/calc.js:48
5555
'lon:': 'lon:', // traces/scattergeo/calc.js:49
@@ -61,12 +61,12 @@ module.exports = {
6161
'median:': 'mediana:', // traces/box/calc.js:128
6262
'min:': 'min:', // traces/box/calc.js:129
6363
'open:': 'apertura:', // traces/ohlc/transform.js:136
64-
'outgoing flow count:': 'flujo de salida', // traces/sankey/plot.js:143
64+
'outgoing flow count:': 'flujo de salida:', // traces/sankey/plot.js:143
6565
'q1:': 'q1:', // traces/box/calc.js:130
6666
'q3:': 'q3:', // traces/box/calc.js:131
6767
'source:': 'fuente:', // traces/sankey/plot.js:140
6868
'target:': 'destino:', // traces/sankey/plot.js:141
69-
'trace': 'traza:', // plots/plots.js:305
69+
'trace': 'traza', // plots/plots.js:305
7070
'upper fence:': 'límite superior:' // traces/box/calc.js:135
7171
},
7272
format: {

0 commit comments

Comments
 (0)