8000 locales: add Spanish translations by n-riesco · Pull Request #2249 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

locales: add Spanish translations #2249

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jan 18, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
locales: es.js: fix colons
  • Loading branch information
n-riesco committed Jan 16, 2018
commit 4fb292b7123d7a5a38cdf06df1ba4144787fafb6
6 changes: 3 additions & 3 deletions lib/locales/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module.exports = {
'Zoom out': 'Reducir', // components/modebar/buttons.js:130
'close:': 'cierre:', // traces/ohlc/transform.js:139
'high:': 'alza:', // traces/ohlc/transform.js:137
'incoming flow count:': 'flujo de entrada', // traces/sankey/plot.js:142
'incoming flow count:': 'flujo de entrada:', // traces/sankey/plot.js:142
'kde:': 'edp:', // traces/violin/calc.js:73
'lat:': 'lat:', // traces/scattergeo/calc.js:48
'lon:': 'lon:', // traces/scattergeo/calc.js:49
Expand All @@ -61,12 +61,12 @@ module.exports = {
'median:': 'mediana:', // traces/box/calc.js:128
'min:': 'min:', // traces/box/calc.js:129
'open:': 'apertura:', // traces/ohlc/transform.js:136
'outgoing flow count:': 'flujo de salida', // traces/sankey/plot.js:143
'outgoing flow count:': 'flujo de salida:', // traces/sankey/plot.js:143
'q1:': 'q1:', // traces/box/calc.js:130
'q3:': 'q3:', // traces/box/calc.js:131
'source:': 'fuente:', // traces/sankey/plot.js:140
'target:': 'destino:', // traces/sankey/plot.js:141
'trace': 'traza:', // plots/plots.js:305
'trace': 'traza', // plots/plots.js:305
'upper fence:': 'límite superior:' // traces/box/calc.js:135
},
format: {
Expand Down
0