Skip to content

Commit 6b34824

Browse files
authored
Added concentration and small fixes
1 parent b2102a5 commit 6b34824

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Diff for: lib/locales/it.js

+8-7
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ module.exports = {
1414
dictionary: {
1515
'Autoscale': 'Scala automaticamente', // components/modebar/buttons.js:139
1616
'Box Select': 'Selezione box', // components/modebar/buttons.js:103
17-
'Click to enter Colorscale title': 'Clicca per inserire un titolo alla scala di colori', // plots/plots.js:437
17+
'Click to enter Colorscale title': 'Clicca per inserire un titolo alla scala colori', // plots/plots.js:437
1818
'Click to enter Component A title': 'Clicca per inserire un titolo al componente A', // plots/ternary/ternary.js:386
1919
'Click to enter Component B title': 'Clicca per inserire un titolo al componente B', // plots/ternary/ternary.js:400
2020
'Click to enter Component C title': 'Clicca per inserire un titolo al componente C', // plots/ternary/ternary.js:411
2121
'Click to enter Plot title': 'Clicca per inserire un titolo al grafico', // plot_api/plot_api.js:579
2222
'Click to enter X axis title': 'Clicca per inserire un titolo all\'asse X', // plots/plots.js:435
2323
'Click to enter Y axis title': 'Clicca per inserire un titolo all\'asse Y', // plots/plots.js:436
2424
'Click to enter radial axis title': 'Clicca per inserire un titolo per l\' asse radiale', // plots/plots.js:436
25-
'Compare data on hover': 'Paragona i dati al passaggio del mouse', // components/modebar/buttons.js:167
25+
'Compare data on hover': 'Compara i dati al passaggio del mouse', // components/modebar/buttons.js:167
2626
'Double-click on legend to isolate one trace': 'Doppio click per isolare i dati di una traccia', // components/legend/handle_click.js:90
2727
'Double-click to zoom back out': 'Doppio click per tornare allo zoom iniziale', // plots/cartesian/dragbox.js:299
2828
'Download plot as a png': 'Scarica il grafico come immagine png', // components/modebar/buttons.js:52
@@ -45,20 +45,20 @@ module.exports = {
4545
'Taking snapshot - this may take a few seconds': 'Creazione screenshot - potrebbe richiedere qualche secondo', // components/modebar/buttons.js:57
4646
'Zoom': 'Zoom', // components/modebar/buttons.js:85
4747
'Zoom in': 'Ingrandisci', // components/modebar/buttons.js:121
48-
'Zoom out': 'Rimpicciolisci', // components/modebar/buttons.js:130
48+
'Zoom out': 'Riduci', // components/modebar/buttons.js:130
4949
'close:': 'chiudi:', // traces/ohlc/transform.js:139
5050
'trace': 'traccia', // plots/plots.js:439
51-
'lat:': 'lat.:', // traces/scattergeo/calc.js:48
52-
'lon:': 'lon.:', // traces/scattergeo/calc.js:49
51+
'lat:': 'lat:', // traces/scattergeo/calc.js:48
52+
'lon:': 'lon:', // traces/scattergeo/calc.js:49
5353
'q1:': 'q1:', // traces/box/calc.js:130
5454
'q3:': 'q3:', // traces/box/calc.js:131
5555
'source:': 'sorgente:', // traces/sankey/plot.js:140
5656
'target:': 'target:', // traces/sankey/plot.js:141
57-
'max:': 'max.:', // traces/box/calc.js:132
57+
'max:': 'max:', // traces/box/calc.js:132
5858
'mean ± σ:': 'media ± σ:', // traces/box/calc.js:133
5959
'mean:': 'media:', // traces/box/calc.js:133
6060
'median:': 'mediana:', // traces/box/calc.js:128
61-
'min:': 'min.:', // traces/box/calc.js:129
61+
'min:': 'min:', // traces/box/calc.js:129
6262
'new text:': 'Nuovo testo:', // plots/plots.js:327
6363
'upper fence:': 'limite superiore:', // traces/box/calc.js:129
6464
'lower fence:': 'limite inferiore:', // traces/box/calc.js:129
@@ -71,6 +71,7 @@ module.exports = {
7171
'incoming flow count:': 'Flusso in entrata:', // traces/sankey/plot.js:142
7272
'outgoing flow count:': 'Flusso in uscita:', // traces/sankey/plot.js:143
7373
'Toggle show closest data on hover': 'Abilita mostra i dati più vicini al passaggio del mouse', // components/modebar/buttons.js:353
74+
'concentration': 'concentrazione',
7475
},
7576
format: {
7677
days: [

0 commit comments

Comments
 (0)