See: https://api.highcharts.com/highcharts/lang
And: https://stackoverflow.com/questions/741 ... calization
Welcome to the Cumulus Support forum.
Latest Cumulus MX V4 release 4.4.2 (build 4085) - 12 March 2025
Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024
Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)
Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki
If you are posting a new Topic about an error or if you need help PLEASE read this first viewtopic.php?p=164080#p164080
Latest Cumulus MX V4 release 4.4.2 (build 4085) - 12 March 2025
Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024
Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)
Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki
If you are posting a new Topic about an error or if you need help PLEASE read this first viewtopic.php?p=164080#p164080
(monthly)record.htm - at, on, to
- Dador
- Posts: 352
- Joined: Thu 24 Nov 2011 2:22 pm
- Weather Station: Davis VP2 Plus & Ecowitt
- Operating System: Windows 10
- Location: Rybnik, Poland
- Contact:
Re: (monthly)record.htm - at, on, to
Thanks for the tip. I also translated it myself.
@obserwacjemeteo
To translate the HC chart on the website, paste the code into the (cumulus,historic,selecta)charts.js files.
@obserwacjemeteo
To translate the HC chart on the website, paste the code into the (cumulus,historic,selecta)charts.js files.
Code: Select all
var highchartsOptions = Highcharts.setOptions({
lang: {
loading: 'Ładuje...',
months: ['Styczeń', 'Luty', 'Marzec', 'Kwiecień', 'Maj', 'Czerwiec', 'Lipiec', 'Sierpień', 'Wrzesień', 'Październik', 'Listopad', 'Grudzień'],
weekdays: ['Niedziela', 'Poniedziałek', 'Wtorek', 'Środa', 'Czwartek', 'Piątek', 'Sobota'],
shortMonths: ['Sty', 'Lut', 'Mar', 'Kwi', 'Maj', 'Cze', 'Lip', 'Sie', 'Wrz', 'Paź', 'Lis', 'Gru'],
exportButtonTitle: 'Eksport',
printButtonTitle: 'Import',
rangeSelectorFrom: 'od',
rangeSelectorTo: 'do',
rangeSelectorZoom: 'Zakres',
contextButtonTitle: 'Menu kontekstowe',
viewFullscreen: 'Pełny ekran',
printChart: 'Drukuj',
downloadPNG: 'Pobierz obraz PNG',
downloadJPEG: 'Pobierz obraz JPEG',
downloadPDF: 'Pobierz plik PDF',
downloadSVG: 'Pobierz obraz SVG',
downloadCSV: 'Pobierz CSV',
downloadXLS: 'Pobierz XLS',
viewData: 'Otwórz tabelę',
hideData: 'Zamknij tabelę'
}
}
);
-
OBSERWACJEMETEO
- Posts: 22
- Joined: Thu 05 Jul 2018 8:29 pm
- Weather Station: WS2080
- Operating System: Windows 10
Re: (monthly)record.htm - at, on, to
@Dador Thank you.mcrossley wrote: ↑Sun 19 May 2024 10:03 pm See: https://api.highcharts.com/highcharts/lang
And: https://stackoverflow.com/questions/741 ... calization
Yes, it is. Thank you very much for your help. Now the graphs look much better.