2017-08-18 00:25:26 +00:00
|
|
|
OC.L10N.register(
|
|
|
|
"weather",
|
|
|
|
{
|
|
|
|
"Weather" : "Sää",
|
2019-05-24 02:47:43 +00:00
|
|
|
"North" : "Pohjoinen",
|
|
|
|
"East" : "Itä",
|
|
|
|
"South" : "Etelä",
|
|
|
|
"West" : "Länsi",
|
|
|
|
"No city with this name found." : "Tällä nimellä ei löytynyt kaupunkia.",
|
|
|
|
"Empty city name !" : "Tyhjän kaupungin nimi!",
|
|
|
|
"This city is already registered for your account." : "Tämä kaupunki on jo rekisteröity tilillesi.",
|
|
|
|
"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);");
|