diff options
author | Felix Benning | 2020-10-01 18:21:22 +0200 |
---|---|---|
committer | Felix Benning | 2020-10-01 18:21:22 +0200 |
commit | e126891e7e1e3e7ff0ebb9c26128fa9c5ddbfb5c (patch) | |
tree | 4b10ff1431c977979f9f624c365e1934e8c8543f | |
parent | 88f265ce15e063c52da2c0f213e4205f291e1963 (diff) | |
download | hugo-theme-fuji-e126891e7e1e3e7ff0ebb9c26128fa9c5ddbfb5c.tar.gz hugo-theme-fuji-e126891e7e1e3e7ff0ebb9c26128fa9c5ddbfb5c.tar.bz2 hugo-theme-fuji-e126891e7e1e3e7ff0ebb9c26128fa9c5ddbfb5c.zip |
German translation
-rw-r--r-- | i18n/de.toml | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/i18n/de.toml b/i18n/de.toml new file mode 100644 index 0000000..3c6e3f8 --- /dev/null +++ b/i18n/de.toml @@ -0,0 +1,55 @@ +[sidebarToc] + other = "Inhalt" + +[sidebarPages] + other = "Seiten" + +[sidebarTags] + other = "Tags" + +[sidebarLinks] + other = "Links" + +[sidebarBangumiChart] + other = "Bangumi" + +[footerPoweredFront] + other = "Powered by " + +[footerPoweredEnd] + other = " " + +[postMetaNoTag] + other = "Kein Tag" + +[postMetaWordCount] + one = "{{.Count}} word" + other = "{{.Count}} words" + +[postMetaReadingTime] + one = "{{.Count}} Minute" + other = "{{.Count}} Minuten" + +[postCopyrightFront] + other = "Falls nicht anders angegeben, ist der Inhalt dieser Seite lizensiert unter " + +[postCopyrightEnd] + other = "." + +[postComment] + other = "Lade Kommentare" + +[archivesTotalPages] + other = "Beiträge insgesamt: " + +[tagsCurrentTag] + other = "Beiträge mit dem Tag {{ .Title }}: " + +[searchSuccess] + other = "[NUM] Resultate ([TIME] ms)" + +[searchNotFound] + other = "Keine Übereinstimmung" + +[searchFailed] + other = "Laden des Index fehlgeschlagen!" |