Skip to content

Commit eaf5725

Browse files
authored
Merge pull request #4425 from ggbaro/patch-2
Added `concentration` and small fixes
2 parents 858c3a6 + 6b34824 commit eaf5725

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

lib/locales/it.js

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

0 commit comments

Comments
 (0)