nc-weather/l10n/fi.js

53 lines
2.6 KiB
JavaScript
Raw Normal View History

2017-08-18 00:25:26 +00:00
OC.L10N.register(
"weather",
{
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",
2020-11-24 03:19:46 +00:00
"Failed to get city weather informations. Please contact your administrator" : "Kaupungin säätietojen haku epäonnistui. Ota yhteys ylläpitäjään",
2019-05-24 02:47:43 +00:00
"No city with this name found." : "Tällä nimellä ei löytynyt kaupunkia.",
2020-11-24 03:19:46 +00:00
"Your OpenWeatherMap API key is invalid. Contact your administrator to configure a valid API key in Additional Settings of the Administration" : "OpenWeatherMap API-avaimesi ei ole kelvollinen. Ota yhteys ylläpitäjään kelvollisen API-keyn asettamiseksi.",
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",
2021-01-01 03:29:11 +00:00
"Weather" : "Sää",
2018-06-06 00:40:54 +00:00
"Watch the weather directly on your Nextcloud." : "Seuraa säätä suoraan Nextcloudista.",
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-12-25 03:22:21 +00:00
"Perceptible Temperature" : "Aistittava lämpötila"
2017-08-18 00:25:26 +00:00
},
"nplurals=2; plural=(n != 1);");