From e126891e7e1e3e7ff0ebb9c26128fa9c5ddbfb5c Mon Sep 17 00:00:00 2001 From: Felix Benning Date: Thu, 1 Oct 2020 18:21:22 +0200 Subject: German translation --- i18n/de.toml | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 i18n/de.toml 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!" -- cgit v1.2.3