forked from lxndrblz/anatole
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathde.toml
55 lines (38 loc) · 969 Bytes
/
de.toml
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
50
51
52
53
54
55
[category]
other = "Kategorie"
[tag]
other = "Tag"
[reading_time]
one = "{{ .Count }} Minute zum Lesen"
other = "{{ .Count }} Minuten zum Lesen"
[old_content_warning]
one = "Warnung: Dieser Beitrag ist über einen {{ .Count }} Tag alt. Die Information kann veraltet sein."
other = "Warnung: Dieser Beitrag ist über {{ .Count }} Tage alt. Die Informationen können veraltet sein."
[page_not_found]
other = "Seite nicht gefunden"
[page_does_not_exist]
other = "Tut mir leid, diese Seite existiert leider nicht."
[head_back]
other = "Du kannst hier zurück zur <a href=\"{{ . }}\">Startseite</a>."
[comments]
other = "Kommentare"
[send]
other = "Senden"
[read_more]
other = "weiterlesen"
[name]
other = "Name"
[email]
other = "E-Mail Adresse"
[message]
other = "Nachricht"
[warning]
other = "Warnung"
[info]
other = "Info"
[update]
other = "Aktualisierung"
[series_posts]
other = "Beiträge in dieser Serie"
[related_posts]
other = "Ähnliche Beiträge"