neoground / neowx-material

Revamp WeeWX with Neowx-Material, a modern Material Design skin offering a sleek, responsive UI, captivating graphs & advanced features.
https://neoground.com/projects/neowx-material
MIT License
53 stars 30 forks source link

:globe_with_meridians: Update skin.conf #89

Open naitkris opened 2 months ago

naitkris commented 2 months ago

Added Swedish language (se)

seehausen commented 2 months ago

Hi @naitkris I took your changes and merged it into my branch (https://github.com/seehase/neowx-material) because this is the most latest version and supports WEEWX 5

Some translations are missing, maybe you can provide theses as well

            history = History
            min_temp  = Minimum Temperature
            max_temp  = Maximum Temperature
            avg_temp  = Average Temperature
            rain      = Rainfall
            rain_days = Days of rain
            uv_max    = UV Index Max
            NOAA      = NOAA Data
            station_uptime = Station uptime
            server_uptime = Server uptime
            max_wind  = Maximum Windspeed
            avg_wind  = Average Windspeed

Then I will add them as well

naitkris commented 2 months ago

Hi @naitkris I took your changes and merged it into my branch (https://github.com/seehase/neowx-material) because this is the most latest version and supports WEEWX 5

Some translations are missing, maybe you can provide theses as well

            history = History
            min_temp  = Minimum Temperature
            max_temp  = Maximum Temperature
            avg_temp  = Average Temperature
            rain      = Rainfall
            rain_days = Days of rain
            uv_max    = UV Index Max
            NOAA      = NOAA Data
            station_uptime = Station uptime
            server_uptime = Server uptime
            max_wind  = Maximum Windspeed
            avg_wind  = Average Windspeed

Then I will add them as well

Thanks! Sure see below:

            history = Historik
            min_temp  = Lägsta temperatur
            max_temp  = Maximal temperatur
            avg_temp  = Medeltemperatur
            rain      = Regn nederbörd
            rain_days = Dagar av regn
            uv_max    = UV-index Max
            NOAA      = NOAA-data
            station_uptime = Stationens drifttid
            server_uptime = Serverns drifttid
            max_wind  = Maximal vindhastighet
            avg_wind  = Genomsnittlig vindhastighet
seehausen commented 2 months ago

Can you check this https://github.com/seehase/neowx-material/pull/31 If it's ok, I will merge it too