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

de.toml « i18n - github.com/s4n7h0/hugo-theme-timeline.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2f0317b9d0bfa42def2edceca069e3ecac189875 (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
34
35
36
# Translations for German
# https://gohugo.io/content-management/multilingual/#translation-of-strings

# Generic
#
[translations]
other = "Übersetzungen"

[postAvailable]
other = "Auch verfügbar auf"


# 404.html
#
[archives]
other = "Archiv"

[home]
other = "Home"

[notFound]
other = "Oops, Seite nicht gefunden ..."


# posts/single.html
#
[readingTime]
one   = "Eine Minute"
other = "{{ .Count }} Minuten"

[tableOfContents]
other = "Inhaltsverzeichnis"

[wordCount]
one   = "Ein Wort"
other = "{{ .Count }} Wörter"