ananke/i18n/de.toml
Thomas Hammer f21b2e7a65
Add German translation for taxonomyPageList (#495)
The phrase was only present in English.
2022-01-19 11:30:43 -05:00

46 lines
656 B
TOML

[more]
other = "Mehr"
[allTitle]
other = "Alle {{.Title }}"
[recentTitle]
other = "Neuste {{.Title }}"
[readMore]
other = "weiterlesen"
[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"