nextcloud/apps/dashboard/l10n/fi.js

26 lines
1.2 KiB
JavaScript
Raw Normal View History

2020-09-26 04:17:48 +02:00
OC.L10N.register(
"dashboard",
{
"Dashboard" : "Kojelauta",
"Dashboard app" : "Kojelautasovellus",
2020-09-26 04:17:48 +02:00
"Customize" : "Mukauta",
2021-01-22 03:19:54 +01:00
"Edit widgets" : "Muokkaa pienoissovelluksia",
"Get more widgets from the App Store" : "Hae lisää pienoissovelluksia sovelluskaupasta",
2020-09-26 04:17:48 +02:00
"Weather service" : "Sääpalvelu",
2021-01-22 03:19:54 +01:00
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Yksityisyytesi vuoksi Nextcloud-palvelin hakee säätiedot, joten sääpalvelulle ei lähetetä henkilökohtaisia tietojasi.",
2020-09-26 04:17:48 +02:00
"Weather data from Met.no" : "Säätiedot tarjoaa Met.no",
2021-01-22 03:19:54 +01:00
"geocoding with Nominatim" : "geokoodauksen Nominatim",
"elevation data from OpenTopoData" : "korkeustiedot OpenTopoData",
2020-09-26 04:17:48 +02:00
"Weather" : "Sää",
"Status" : "Tila",
"Good morning" : "Hyvää huomenta",
"Good morning, {name}" : "Hyvää huomenta, {name}",
2021-01-06 03:20:00 +01:00
"Good afternoon" : "Hyvää iltapäivää",
"Good afternoon, {name}" : "Hyvää iltapäivää, {name}",
2021-01-06 03:20:00 +01:00
"Good evening" : "Hyvää iltaa",
"Good evening, {name}" : "Hyvää iltaa, {name}",
2021-01-22 03:19:54 +01:00
"Hello" : "Hei",
"Hello, {name}" : "Hei {name}"
2020-09-26 04:17:48 +02:00
},
"nplurals=2; plural=(n != 1);");