![Regis Philibert](/assets/img/avatar_default.png)
* Localize "By" for some languages (En/De/Es/Fr/It/Pt/No) and wrap string in a dedicated template. Fixes #528
49 lines
676 B
TOML
49 lines
676 B
TOML
[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" |