Skip to content

Instantly share code, notes, and snippets.

@nip3o
Created November 11, 2015 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nip3o/eab6d8b3ce7cb8fa99fb to your computer and use it in GitHub Desktop.
Save nip3o/eab6d8b3ce7cb8fa99fb to your computer and use it in GitHub Desktop.
Highcharts and Highstock Swedish translations
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