diff --git a/l10n/fi.js b/l10n/fi.js new file mode 100644 index 00000000..1074e7b2 --- /dev/null +++ b/l10n/fi.js @@ -0,0 +1,23 @@ +OC.L10N.register( + "social", + { + "Home" : "Koti", + "Direct messages" : "Suoraviestit", + "Notifications" : "Ilmoitukset", + "Profile" : "Profiili", + "Liked" : "Tykätty", + "Public" : "Julkinen", + "Followers" : "Seuraajat", + "Direct" : "Suoraan", + "Unfollow" : "Lopeta seuraaminen", + "Follow" : "Seuraa", + "No results found" : "Ei tuloksia", + "There were no results for your search:" : "Hakusi ei tuottanut tuloksia:", + "Reply" : "Vastaa", + "More actions" : "Lisää toimintoja", + "You are following this account" : "Seuraat tätä tiliä", + "Close" : "Sulje", + "Continue" : "Jatka", + "User not found" : "Käyttäjää ei löydy" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/fi.json b/l10n/fi.json new file mode 100644 index 00000000..62fd3695 --- /dev/null +++ b/l10n/fi.json @@ -0,0 +1,21 @@ +{ "translations": { + "Home" : "Koti", + "Direct messages" : "Suoraviestit", + "Notifications" : "Ilmoitukset", + "Profile" : "Profiili", + "Liked" : "Tykätty", + "Public" : "Julkinen", + "Followers" : "Seuraajat", + "Direct" : "Suoraan", + "Unfollow" : "Lopeta seuraaminen", + "Follow" : "Seuraa", + "No results found" : "Ei tuloksia", + "There were no results for your search:" : "Hakusi ei tuottanut tuloksia:", + "Reply" : "Vastaa", + "More actions" : "Lisää toimintoja", + "You are following this account" : "Seuraat tätä tiliä", + "Close" : "Sulje", + "Continue" : "Jatka", + "User not found" : "Käyttäjää ei löydy" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file