nc-weather/l10n/fi.js

25 lines
711 B
JavaScript
Raw Normal View History

2017-08-18 00:25:26 +00:00
OC.L10N.register(
"weather",
{
"Weather" : "Sää",
"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",
2017-08-25 00:27:17 +00:00
"Hour" : "Tunti",
2017-08-18 00:25:26 +00:00
"Temperature" : "Lämpötila"
},
"nplurals=2; plural=(n != 1);");