summaryrefslogtreecommitdiffstats
path: root/apps/dashboard
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dashboard')
-rw-r--r--apps/dashboard/l10n/fi.js23
-rw-r--r--apps/dashboard/l10n/fi.json21
2 files changed, 44 insertions, 0 deletions
diff --git a/apps/dashboard/l10n/fi.js b/apps/dashboard/l10n/fi.js
new file mode 100644
index 00000000000..17f7a36e845
--- /dev/null
+++ b/apps/dashboard/l10n/fi.js
@@ -0,0 +1,23 @@
+OC.L10N.register(
+ "dashboard",
+ {
+ "Dashboard" : "Kojetaulu",
+ "Dashboard app" : "Kojetaulusovellus",
+ "Customize" : "Mukauta",
+ "Change background image" : "Vaihda taustakuva",
+ "Weather service" : "Sääpalvelu",
+ "Weather data from Met.no" : "Säätiedot tarjoaa Met.no",
+ "Weather" : "Sää",
+ "Status" : "Tila",
+ "Good evening, {name}" : "Hyvää iltaa, {name}",
+ "Good evening" : "Hyvää iltaa",
+ "Good afternoon, {name}" : "Hyvää iltapäivää, {name}",
+ "Good afternoon" : "Hyvää iltapäivää",
+ "Good morning, {name}" : "Hyvää huomenta, {name}",
+ "Good morning" : "Hyvää huomenta",
+ "Good night, {name}" : "Hyvää yötä, {name}",
+ "Good night" : "Hyvää yötä",
+ "Pick from files" : "Valitse tiedostoista",
+ "Default images" : "Oletuskuvat"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/dashboard/l10n/fi.json b/apps/dashboard/l10n/fi.json
new file mode 100644
index 00000000000..ef81a0f0cc2
--- /dev/null
+++ b/apps/dashboard/l10n/fi.json
@@ -0,0 +1,21 @@
+{ "translations": {
+ "Dashboard" : "Kojetaulu",
+ "Dashboard app" : "Kojetaulusovellus",
+ "Customize" : "Mukauta",
+ "Change background image" : "Vaihda taustakuva",
+ "Weather service" : "Sääpalvelu",
+ "Weather data from Met.no" : "Säätiedot tarjoaa Met.no",
+ "Weather" : "Sää",
+ "Status" : "Tila",
+ "Good evening, {name}" : "Hyvää iltaa, {name}",
+ "Good evening" : "Hyvää iltaa",
+ "Good afternoon, {name}" : "Hyvää iltapäivää, {name}",
+ "Good afternoon" : "Hyvää iltapäivää",
+ "Good morning, {name}" : "Hyvää huomenta, {name}",
+ "Good morning" : "Hyvää huomenta",
+ "Good night, {name}" : "Hyvää yötä, {name}",
+ "Good night" : "Hyvää yötä",
+ "Pick from files" : "Valitse tiedostoista",
+ "Default images" : "Oletuskuvat"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file