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

de.toml « i18n - github.com/budparr/gohugo-theme-ananke.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c0b4f10a8cb6294e609de7d1506879d3c0dae9a6 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
[more]
other = "Mehr"

[allTitle]
other = "Alle {{.Title }}"

[recentTitle]
other = "Neuste {{.Title }}"

[readMore]
other = "weiterlesen"

[by]
other = "Von"

[whatsInThis]
other = "Was ist in dieser {{ .Type }}"

[related]
other = "Ähnliches"

[yourName]
other = "Dein Name"

[emailAddress]
other = "Email Adresse"

[message]
other = "Nachricht"

[emailRequiredNote]
other = "Eine Email Adresse wird benötigt."

[send]
other = "Senden"

[taxonomyPageList]
other = "Beiträge zum Thema “{{ .Title }}”"

[readingTime]
one = "Eine Minute"
other = "{{ .Count }} Minuten"

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

[pageTitle]
other = "{{ .Name }} Seite"