2017-08-18 00:25:26 +00:00
|
|
|
OC.L10N.register(
|
|
|
|
"weather",
|
|
|
|
{
|
|
|
|
"Weather" : "Sää",
|
2019-10-08 02:53:31 +00:00
|
|
|
"Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "Vakava virhe: Tarkista nextcloud.log ja lähetä bugiraportti täällä: https://github.com/nextcloud/weather/issues",
|
2019-05-24 02:47:43 +00:00
|
|
|
"North" : "Pohjoinen",
|
2019-08-08 02:55:02 +00:00
|
|
|
"North-East" : "Koillinen",
|
2019-05-24 02:47:43 +00:00
|
|
|
"East" : "Itä",
|
2019-08-08 02:55:02 +00:00
|
|
|
"South-East" : "Kaakko",
|
2019-05-24 02:47:43 +00:00
|
|
|
"South" : "Etelä",
|
2019-08-08 02:55:02 +00:00
|
|
|
"South-West" : "Lounas",
|
2019-05-24 02:47:43 +00:00
|
|
|
"West" : "Länsi",
|
2019-08-08 02:55:02 +00:00
|
|
|
"North-West" : "Luode",
|
2019-05-24 02:47:43 +00:00
|
|
|
"No city with this name found." : "Tällä nimellä ei löytynyt kaupunkia.",
|
2020-03-15 03:13:46 +00:00
|
|
|
"Empty city name!" : "Tyhjä kaupungin nimi!",
|
2019-10-08 02:53:31 +00:00
|
|
|
"Failed to add city. Please contact your administrator" : "Kaupungin lisääminen epäonnistui. Ota yhteyttä järjestelmänvalvojaan",
|
2019-05-24 02:47:43 +00:00
|
|
|
"This city is already registered for your account." : "Tämä kaupunki on jo rekisteröity tilillesi.",
|
2019-10-08 02:53:31 +00:00
|
|
|
"Failed to remove city. Please contact your administrator" : "Kaupungin poistaminen epäonnistui. Ota yhteyttä järjestelmänvalvojaan",
|
2019-05-24 02:47:43 +00:00
|
|
|
"Monday" : "Maanantai",
|
|
|
|
"Tuesday" : "Tiistai",
|
|
|
|
"Wednesday" : "Keskiviikko",
|
|
|
|
"Thursday" : "Torstai",
|
|
|
|
"Friday" : "Perjantai",
|
|
|
|
"Saturday" : "Lauantai",
|
|
|
|
"Sunday" : "Sunnuntai",
|
2018-06-06 00:40:54 +00:00
|
|
|
"Watch the weather directly on your Nextcloud." : "Seuraa säätä suoraan Nextcloudista.",
|
2020-03-15 03:13:46 +00:00
|
|
|
"Please make sure you select a home city in the Weather app." : "Varmista että sääsovelluksessa on asetettu kotikaupunki.",
|
2017-08-18 00:25:26 +00:00
|
|
|
"OpenWeatherMap API Key" : "OpenWeatherMapin API-avain",
|
|
|
|
"Save" : "Tallenna",
|
|
|
|
"Add a city" : "Lisää kaupunki",
|
|
|
|
"Add city" : "Lisää kaupunki",
|
|
|
|
"City name" : "Kaupungin nimi",
|
|
|
|
"Add" : "Lisää",
|
|
|
|
"Cancel" : "Peru",
|
|
|
|
"Settings" : "Asetukset",
|
2017-08-25 00:27:17 +00:00
|
|
|
"Metric" : "Asteikko",
|
|
|
|
"Click here to get an API key" : "Klikkaa tästä hankkiaksesi API-avaimen",
|
2020-08-12 03:10:45 +00:00
|
|
|
"Current Temperature" : "Nykyinen lämpötila",
|
|
|
|
"Feelslike Temperature" : "Tuntuu kuin -lämpötila",
|
|
|
|
"Minimum Temperature" : "Lämpötila vähintään",
|
|
|
|
"Maximum Temperature" : "Lämpötila enintään",
|
2017-08-18 00:25:26 +00:00
|
|
|
"Pressure" : "Paine",
|
|
|
|
"Humidity" : "Kosteus",
|
|
|
|
"Cloudiness" : "Pilvisyys",
|
|
|
|
"Wind" : "Tuuli",
|
|
|
|
"Sunrise" : "Auringonnousu",
|
|
|
|
"Sunset" : "Auringonlasku",
|
2019-05-24 02:47:43 +00:00
|
|
|
"Date" : "Päiväys",
|
2020-08-12 03:10:45 +00:00
|
|
|
"Perceptible Temperature" : "Aistittava lämpötila",
|
|
|
|
"Updating widget…" : "Päivitetään widgettiä…",
|
2017-08-18 00:25:26 +00:00
|
|
|
"Temperature" : "Lämpötila"
|
|
|
|
},
|
|
|
|
"nplurals=2; plural=(n != 1);");
|