nc-weather/l10n/fi.js

46 lines
1.9 KiB
JavaScript
Raw Normal View History

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.",
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.",
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",
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",
2017-08-18 00:25:26 +00:00
"Temperature" : "Lämpötila"
},
"nplurals=2; plural=(n != 1);");