Skip to content

Commit 9bfae72

Browse files
committed
improved Italian translation
1 parent 95b5d7a commit 9bfae72

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

lib/locales/it.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ module.exports = {
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
24+
'Click to enter radial axis title': 'Clicca per inserire un titolo per l\' asse radiale', // plots/plots.js:436
2425
'Compare data on hover': 'Paragona i dati al passaggio del mouse', // components/modebar/buttons.js:167
2526
'Double-click on legend to isolate one trace': 'Doppio click per isolare i dati di una traccia', // components/legend/handle_click.js:90
2627
'Double-click to zoom back out': 'Doppio click per tornare allo zoom iniziale', // plots/cartesian/dragbox.js:299
@@ -57,11 +58,17 @@ module.exports = {
5758
'mean:': 'media:', // traces/box/calc.js:133
5859
'median:': 'mediana:', // traces/box/calc.js:128
5960
'min:': 'min.:', // traces/box/calc.js:129
61+
'new text:': 'Nuovo testo:', // traces/box/calc.js:129
62+
'upper fence:': 'limite superiore', // traces/box/calc.js:129
63+
'lower fence:': 'limite inferiore', // traces/box/calc.js:129
6064
'Turntable rotation': 'Rotazione piattaforma', // components/modebar/buttons.js:288
61-
'Toggle Spike Lines': 'Abilita linee', // components/modebar/buttons.js:548
65+
'Toggle Spike Lines': 'Abilita linee di identificazione', // components/modebar/buttons.js:548
6266
'open:': 'apri:', // traces/ohlc/transform.js:136
6367
'high:': 'alto:', // traces/ohlc/transform.js:137
68+
'kde:': 'kde:', // traces/ohlc/transform.js:138
6469
'low:': 'basso:', // traces/ohlc/transform.js:138
70+
'incoming flow count: ': 'Flusso in entrata:', // traces/ohlc/transform.js:138
71+
'outgoing flow count:: ': 'Flusso in uscita:', // traces/ohlc/transform.js:138
6572
'Toggle show closest data on hover': 'Abilita mostra i dati più vicini al passaggio del mouse', // components/modebar/buttons.js:353
6673
},
6774
format: {

0 commit comments

Comments
 (0)