Created
November 11, 2015 13:42
-
-
Save nip3o/eab6d8b3ce7cb8fa99fb to your computer and use it in GitHub Desktop.
Highcharts and Highstock Swedish translations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Highcharts.setOptions({ | |
lang: { | |
contextButtonTitle: 'Diagram-meny', | |
decimalPoint: ',', | |
downloadJPEG: 'Ladda ned JPEG-bild', | |
downloadPDF: 'Ladda ned PDF-dokument', | |
downloadPNG: 'Ladda ned PNG-bild', | |
downloadSVG: 'Ladda ned SVG-vektorgrafik', | |
drillUpText: 'Tillbaka till {series.name}', | |
invalidDate: '', | |
loading: 'Laddar...', | |
months: [ 'Januari' , 'Februari' , 'Mars' , 'April' , 'Maj' , 'Juni' , 'Juli' , 'Augusti' , 'September' , 'Oktober' , 'November' , 'December'], | |
noData: 'Ingen data att visa', | |
numericSymbols: [ 'k' , 'M' , 'G' , 'T' , 'P' , 'E'], | |
printChart: 'Skriv ut diagram', | |
resetZoom: 'Återställ zoom', | |
resetZoomTitle: 'Återställ zoomnivå 1:1', | |
shortMonths: [ 'Jan' , 'Feb' , 'Mar' , 'Apr' , 'Maj' , 'Jun' , 'Jul' , 'Aug' , 'Sep' , 'Okt' , 'Nov' , 'Dec'], | |
thousandsSep: ' ', | |
weekdays: ['Söndag', 'Måndag', 'Tisdag', 'Onsdag', 'Torsdag', 'Fredag', 'Lördag'], | |
rangeSelectorZoom: 'Zoom', | |
rangeSelectorFrom: 'Från', | |
rangeSelectorTo: 'Till', | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment