Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fi.toml « i18n - github.com/luizdepra/hugo-coder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5e8040f843ec1d9cd576e46fa2a9e6eef8e73833 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[categories]
one = "kategoria"

[tags]
one = "merkki"

[series]
one = "sarja"

[authors]
one = "Kirjoittaja"

[posts]
other = "Artikkelit"

[reading_time]
one = "Yksi lukuminuutti"
other = "{{ .Count }} lukuminuuttia"

[page_not_found]
other = "Sivua ei löydetty"

[page_does_not_exist]
other = "Valitettavasti tätä sivua ei ole olemassa."

[head_back]
other = "Voit palata takaisin <a href=\"{{ . }}\">kotisivulle</a>."

[powered_by]
other = "Tarjoaa"

[see_also]
other = "Katso myös"