Skip to content

Commit ff21b7a

Browse files
authored
Finnish i18n. (#493)
1 parent f6329f3 commit ff21b7a

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

i18n/fi.toml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
[more]
2+
other = "Lisää"
3+
4+
[allTitle]
5+
other = "Kaikki kirjoitukset"
6+
7+
[recentTitle]
8+
other = "Viimeisimmät kirjoitukset"
9+
10+
[readMore]
11+
other = "lue lisää"
12+
13+
[whatsInThis]
14+
other = "Sisältö"
15+
16+
[related]
17+
other = "Samankaltaisia kirjoituksia"
18+
19+
[yourName]
20+
other = "sinun nimesi"
21+
22+
[emailAddress]
23+
other = "sähköpostiosoite"
24+
25+
[message]
26+
other = "viesti"
27+
28+
[emailRequiredNote]
29+
other = "Sähköpostiosoite on pakollinen tieto."
30+
31+
[send]
32+
other = "Lähetä"
33+
34+
[taxonomyPageList]
35+
other = "Alla ovat sivut, jotka liittyvät hakusanaasi: “{{ .Title }}”"
36+
37+
[readingTime]
38+
one = "Minuutin lukuaika"
39+
other = "{{ .Count }} minuutin lukuaika"
40+
41+
[wordCount]
42+
one = "Yksi sana"
43+
other = "{{ .Count }} sanaa"
44+
45+
[pageTitle]
46+
other = "{{ .Name }} sivu"

0 commit comments

Comments
 (0)