|
11 | 11 | module.exports = {
|
12 | 12 | moduleType: 'locale',
|
13 | 13 | name: 'sv',
|
14 |
| - dictionary: {}, |
| 14 | + dictionary: { |
| 15 | + 'Autoscale': 'Autoskala', // components/modebar/buttons.js:148 |
| 16 | + 'Box Select': 'Välj rektangel', // components/modebar/buttons.js:112 |
| 17 | + 'Click to enter Colorscale title': 'Klicka för att ange titel på färgskala', // plots/plots.js:326 |
| 18 | + 'Click to enter Component A title': 'Klicka för att ange titel på komponent A', // plots/ternary/ternary.js:376 |
| 19 | + 'Click to enter Component B title': 'Klicka för att ange titel på komponent B', // plots/ternary/ternary.js:386 |
| 20 | + 'Click to enter Component C title': 'Klicka för att ange titel på komponent C', // plots/ternary/ternary.js:396 |
| 21 | + 'Click to enter Plot title': 'Klicka för att ange titel på diagram', // plot_api/plot_api.js:584 |
| 22 | + 'Click to enter X axis title': 'Klicka för att ange titel på x-axel', // plots/plots.js:324 |
| 23 | + 'Click to enter Y axis title': 'Klicka för att ange titel på y-axel', // plots/plots.js:325 |
| 24 | + 'Click to enter radial axis title': 'Klicka för att ange titel på radiell axel', // plots/polar/polar.js:498 |
| 25 | + 'Compare data on hover': 'Jämför data när muspekaren hålls över', // components/modebar/buttons.js:176 |
| 26 | + 'Double-click on legend to isolate one trace': 'Dubbelklicka på förklaringen för att visa endast en serie', // components/legend/handle_click.js:89 |
| 27 | + 'Double-click to zoom back out': 'Dubbelklicka för att zooma ut igen', // plots/cartesian/dragbox.js:1089 |
| 28 | + 'Download plot': 'Ladda ner diagram', // components/modebar/buttons.js:53 |
| 29 | + 'Download plot as a png': 'Ladda ner diagram som png', // components/modebar/buttons.js:52 |
| 30 | + 'Edit in Chart Studio': 'Editera i Chart Studio', // components/modebar/buttons.js:85 |
| 31 | + 'IE only supports svg. Changing format to svg.': 'IE stöder enbart svg. Byter format till svg.', // components/modebar/buttons.js:63 |
| 32 | + 'Lasso Select': 'Välj lasso', // components/modebar/buttons.js:121 |
| 33 | + 'Orbital rotation': 'Orbital rotation', // components/modebar/buttons.js:281 |
| 34 | + 'Pan': 'Panorera', // components/modebar/buttons.js:103 |
| 35 | + 'Produced with Plotly': 'Skapad med Plotly', // components/modebar/modebar.js:304 |
| 36 | + 'Reset': 'Återställ', // components/modebar/buttons.js:433 |
| 37 | + 'Reset axes': 'Återställ axlar', // components/modebar/buttons.js:157 |
| 38 | + 'Reset camera to default': 'Återställ kamera till standard', // components/modebar/buttons.js:319 |
| 39 | + 'Reset camera to last save': 'Återställ kamera till senast sparad', // components/modebar/buttons.js:327 |
| 40 | + 'Reset view': 'Återställ vy', // components/modebar/buttons.js:512 |
| 41 | + 'Reset views': 'Återställ vyer', // components/modebar/buttons.js:550 |
| 42 | + 'Show closest data on hover': 'Visa närmaste värde när muspekaren hålls över', // components/modebar/buttons.js:166 |
| 43 | + 'Snapshot succeeded': 'Bild skapad', // components/modebar/buttons.js:75 |
| 44 | + 'Sorry, there was a problem downloading your snapshot!': 'Tyvärr gick något fel vid nedladdning av bild', // components/modebar/buttons.js:78 |
| 45 | + 'Taking snapshot - this may take a few seconds': 'Skapar bild - detta kan ta några sekunder', // components/modebar/buttons.js:60 |
| 46 | + 'Toggle Spike Lines': 'Aktivera/Inaktivera topplinjer', // components/modebar/buttons.js:569 |
| 47 | + 'Toggle show closest data on hover': 'Aktivera/Inaktivera visa närmaste värde när muspekaren hålls över', // components/modebar/buttons.js:361 |
| 48 | + 'Turntable rotation': 'Platt rotation', // components/modebar/buttons.js:290 |
| 49 | + 'Zoom': 'Zooma', // components/modebar/buttons.js:94 |
| 50 | + 'Zoom in': 'Zooma in', // components/modebar/buttons.js:130 |
| 51 | + 'Zoom out': 'Zooma ut', // components/modebar/buttons.js:139 |
| 52 | + 'close:': 'stängning:', // traces/ohlc/calc.js:106 |
| 53 | + 'concentration:': 'koncentration:', // traces/sankey/plot.js:166 |
| 54 | + 'high:': 'hög:', // traces/ohlc/calc.js:104 |
| 55 | + 'incoming flow count:': 'inkommande flöde summering:', // traces/sankey/plot.js:167 |
| 56 | + 'kde:': 'kde:', // traces/violin/calc.js:94 |
| 57 | + 'lat:': 'lat:', // traces/scattergeo/calc.js:48 |
| 58 | + 'lon:': 'lon:', // traces/scattergeo/calc.js:49 |
| 59 | + 'low:': 'låg:', // traces/ohlc/calc.js:105 |
| 60 | + 'lower fence:': 'undre gräns:', // traces/box/calc.js:146 |
| 61 | + 'max:': 'max:', // traces/box/calc.js:144 |
| 62 | + 'mean ± σ:': 'medel ± σ:', // traces/box/calc.js:145 |
| 63 | + 'mean:': 'medel:', // traces/box/calc.js:145 |
| 64 | + 'median:': 'median:', // traces/box/calc.js:140 |
| 65 | + 'min:': 'min:', // traces/box/calc.js:141 |
| 66 | + 'new text': 'ny text', // plots/plots.js:327 |
| 67 | + 'open:': 'öppning:', // traces/ohlc/calc.js:103 |
| 68 | + 'outgoing flow count:': 'utgående flöde summering:', // traces/sankey/plot.js:168 |
| 69 | + 'q1:': 'q1:', // traces/box/calc.js:142 |
| 70 | + 'q3:': 'q3:', // traces/box/calc.js:143 |
| 71 | + 'source:': 'källa:', // traces/sankey/plot.js:164 |
| 72 | + 'target:': 'mål:', // traces/sankey/plot.js:165 |
| 73 | + 'trace': 'serie', // plots/plots.js:329 |
| 74 | + 'upper fence:': 'övre gräns:', // traces/box/calc.js:147 |
| 75 | + }, |
15 | 76 | format: {
|
16 | 77 | days: ['Söndag', 'Måndag', 'Tisdag', 'Onsdag', 'Torsdag', 'Fredag', 'Lördag'],
|
17 | 78 | shortDays: ['Sön', 'Mån', 'Tis', 'Ons', 'Tor', 'Fre', 'Lör'],
|
|
0 commit comments