From 2c55c264ae4e75e050d6d2decfb71c58df3d936d Mon Sep 17 00:00:00 2001 From: Lari Huttunen Date: Sat, 15 Jan 2022 09:43:09 +0000 Subject: [PATCH] Finnish i18n. --- i18n/fi.toml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 i18n/fi.toml diff --git a/i18n/fi.toml b/i18n/fi.toml new file mode 100644 index 0000000..f951069 --- /dev/null +++ b/i18n/fi.toml @@ -0,0 +1,46 @@ +[more] +other = "Lisää" + +[allTitle] +other = "Kaikki kirjoitukset" + +[recentTitle] +other = "Viimeisimmät kirjoitukset" + +[readMore] +other = "lue lisää" + +[whatsInThis] +other = "Sisältö" + +[related] +other = "Samankaltaisia kirjoituksia" + +[yourName] +other = "sinun nimesi" + +[emailAddress] +other = "sähköpostiosoite" + +[message] +other = "viesti" + +[emailRequiredNote] +other = "Sähköpostiosoite on pakollinen tieto." + +[send] +other = "Lähetä" + +[taxonomyPageList] +other = "Alla ovat sivut, jotka liittyvät hakusanaasi: “{{ .Title }}”" + +[readingTime] +one = "Minuutin lukuaika" +other = "{{ .Count }} minuutin lukuaika" + +[wordCount] +one = "Yksi sana" +other = "{{ .Count }} sanaa" + +[pageTitle] +other = "{{ .Name }} sivu"