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

de.toml « i18n - github.com/lxndrblz/anatole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9c3d0f5c3f7c122bbaa286ad4e8f4637bcf17faf (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
[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"