3
3
module . exports = {
4
4
moduleType : 'locale' ,
5
5
name : 'sk' ,
6
- dictionary : { } ,
6
+ dictionary : {
7
+ 'Autoscale' : 'Auto rozsah' , // components/modebar/buttons.js:139
8
+ 'Box Select' : 'Obdĺžnikový výber' , // components/modebar/buttons.js:103
9
+ 'Click to enter Colorscale title' : 'Kliknite pre zadanie názvu farebnej škály' , // plots/plots.js:437
10
+ 'Click to enter Component A title' : 'Kliknite pre zadanie názvu komponentu A' , // plots/ternary/ternary.js:386
11
+ 'Click to enter Component B title' : 'Kliknite pre zadanie názvu komponentu B' , // plots/ternary/ternary.js:400
12
+ 'Click to enter Component C title' : 'Kliknite pre zadanie názvu komponentu C' , // plots/ternary/ternary.js:411
13
+ 'Click to enter Plot title' : 'Kliknite pre zadanie názvu grafu' , // plot_api/plot_api.js:579
14
+ 'Click to enter X axis title' : 'Kliknite pre zadanie názvu osi X' , // plots/plots.js:435
15
+ 'Click to enter Y axis title' : 'Kliknite pre zadanie názvu osi Y' , // plots/plots.js:436
16
+ 'Click to enter radial axis title' : 'Kliknite pre zadanie názvu radiálnej osi' , // plots/polar/polar.js:376
17
+ 'Compare data on hover' : 'Porovnať hodnoty pri prejdení myšou' , // components/modebar/buttons.js:167
18
+ 'Double-click on legend to isolate one trace' : 'Dvojklikom na legendu izolujete jednu dátovú sadu' , // components/legend/handle_click.js:90
19
+ 'Double-click to zoom back out' : 'Dvojklikom vrátite zväčšenie' , // plots/cartesian/dragbox.js:299
20
+ 'Download plot as a png' : 'Uložiť ako PNG' , // components/modebar/buttons.js:52
21
+ 'Download plot' : 'Uložiť' , // components/modebar/buttons.js:53
22
+ 'Edit in Chart Studio' : 'Editovať v Chart Studio' , // components/modebar/buttons.js:76
23
+ 'IE only supports svg. Changing format to svg.' : 'IE podporuje iba SVG formát. Zmenené na SVG.' , // components/modebar/buttons.js:60
24
+ 'Lasso Select' : 'Výber lasom' , // components/modebar/buttons.js:112
25
+ 'Orbital rotation' : 'Rotácia (orbitálna)' , // components/modebar/buttons.js:279
26
+ 'Pan' : 'Posúvanie' , // components/modebar/buttons.js:94
27
+ 'Produced with Plotly.js' : 'Vytvorené pomocou Plotly.js' , // components/modebar/modebar.js:256
28
+ 'Reset' : 'Obnoviť nastavenie' , // components/modebar/buttons.js:432
29
+ 'Reset axes' : 'Obnoviť nastavenie osí' , // components/modebar/buttons.js:148
30
+ 'Reset camera to default' : 'Obnoviť nastavenie kamery do predvoleného stavu' , // components/modebar/buttons.js:314
31
+ 'Reset camera to last save' : 'Obnoviť nastavenie kamery do posledného uloženého stavu' , // components/modebar/buttons.js:322
32
+ 'Reset view' : 'Obnoviť nastavenie pohľadu' , // components/modebar/buttons.js:583
33
+ 'Reset views' : 'Obnoviť nastavenie pohľadov' , // components/modebar/buttons.js:529
34
+ 'Show closest data on hover' : 'Zobraziť najbližšiu hodnotu při prejdení myšou' , // components/modebar/buttons.js:157
35
+ 'Snapshot succeeded' : 'Obrázok vytvorený' , // components/modebar/buttons.js:66
36
+ 'Sorry, there was a problem downloading your snapshot!' : 'Ospravedlňujeme sa, došlo k chybe pri sťahovaní obrázka!' , // components/modebar/buttons.js:69
37
+ 'Taking snapshot - this may take a few seconds' : 'Snímanie - môže trvať niekoľko sekúnd' , // components/modebar/buttons.js:57
38
+ 'Zoom' : 'Zväčšenie' , // components/modebar/buttons.js:85
39
+ 'Zoom in' : 'Zväčšiť' , // components/modebar/buttons.js:121
40
+ 'Zoom out' : 'Zmenšiť' , // components/modebar/buttons.js:130
41
+ 'close:' : 'zavrieť:' , // traces/ohlc/transform.js:139
42
+ 'trace' : 'dátová sada' , // plots/plots.js:439
43
+ 'lat:' : 'Lat.:' , // traces/scattergeo/calc.js:48
44
+ 'lon:' : 'Lon.:' , // traces/scattergeo/calc.js:49
45
+ 'q1:' : 'q1:' , // traces/box/calc.js:130
46
+ 'q3:' : 'q3:' , // traces/box/calc.js:131
47
+ 'source:' : 'zdroj:' , // traces/sankey/plot.js:140
48
+ 'target:' : 'cieľ:' , // traces/sankey/plot.js:141
49
+ 'lower fence:' : 'spodná hranica:' , // traces/box/calc.js:134
50
+ 'upper fence:' : 'vrchná hranica:' , // traces/box/calc.js:135
51
+ 'max:' : 'max.:' , // traces/box/calc.js:132
52
+ 'mean ± σ:' : 'priemer ± σ:' , // traces/box/calc.js:133
53
+ 'mean:' : 'priemer:' , // traces/box/calc.js:133
54
+ 'median:' : 'medián:' , // traces/box/calc.js:128
55
+ 'min:' : 'min.:' , // traces/box/calc.js:129
56
+ 'new text' : 'nový text' , // plots/plots.js:318
57
+ 'Turntable rotation' : 'Rotácia (otočný stolík)' , // components/modebar/buttons.js:288
58
+ 'Toggle Spike Lines' : 'Prepnúť zobrazenie vodiacich čiar' , // components/modebar/buttons.js:548
59
+ 'open:' : 'otvoriť:' , // traces/ohlc/transform.js:136
60
+ 'high:' : 'horná:' , // traces/ohlc/transform.js:137
61
+ 'low:' : 'dolná:' , // traces/ohlc/transform.js:138
62
+ 'Toggle show closest data on hover' : 'Prepnúť zobrazovanie najbližšej hodnoty pri prejdení myšou' , // components/modebar/buttons.js:353
63
+ 'incoming flow count:' : 'počet údajov na vstupe:' , // traces/sankey/plot.js:142
64
+ 'outgoing flow count:' : 'počet údajov na výstupe:' , // traces/sankey/plot.js:143
65
+ 'kde:' : 'kde:' // traces/violin/calc.js:73
66
+ } ,
7
67
format : {
8
- days : [ 'Nedel\'a ' , 'Pondelok' , 'Utorok' , 'Streda' , 'Štvrtok' , 'Piatok' , 'Sobota' ] ,
68
+ days : [ 'Nedeľa ' , 'Pondelok' , 'Utorok' , 'Streda' , 'Štvrtok' , 'Piatok' , 'Sobota' ] ,
9
69
shortDays : [ 'Ned' , 'Pon' , 'Uto' , 'Str' , 'Štv' , 'Pia' , 'Sob' ] ,
10
70
months : [
11
71
'Január' , 'Február' , 'Marec' , 'Apríl' , 'Máj' , 'Jún' ,
@@ -15,6 +75,8 @@ module.exports = {
15
75
'Jan' , 'Feb' , 'Mar' , 'Apr' , 'Máj' , 'Jún' ,
16
76
'Júl' , 'Aug' , 'Sep' , 'Okt' , 'Nov' , 'Dec'
17
77
] ,
18
- date : '%d.%m.%Y'
78
+ date : '%d.%m.%Y' ,
79
+ decimal : ',' ,
80
+ thousands : ' '
19
81
}
20
82
} ;
0 commit comments