From e33a9a4b6822063712d4cc9080820a70bf0d5054 Mon Sep 17 00:00:00 2001 From: HSoeren Date: Tue, 2 Jun 2020 12:27:18 +0200 Subject: [PATCH] i18n translation for german updated Some mistranslations and capitalization corrected. I'd be happy if it were to be adopted. --- i18n/de.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/i18n/de.toml b/i18n/de.toml index 1c731d1..4781eb4 100644 --- a/i18n/de.toml +++ b/i18n/de.toml @@ -4,7 +4,7 @@ # === baseof == [backToTop] -other = "nach oben" +other = "Nach oben" [viewComments] other = "Kommentare anzeigen" @@ -42,12 +42,12 @@ other = "Mehr" other = "Sprache wählen" [switchTheme] -other = "Thema wechseln" +other = "Darstellung ändern" # === partials/header.html === # === partials/footer.html === [poweredBySome] -other = "Ermöglicht durch {{ .Hugo }} | Thema - {{ .Theme }}" +other = "Realisiert durch {{ .Hugo }} | Thema - {{ .Theme }}" # === partials/footer.html === # === partials/comment.html === @@ -106,21 +106,21 @@ other = "Teilen auf" other = "Inhalt" [publishedOnDate] -other = "veröffentlicht auf {{ .Date }}" +other = "veröffentlicht an {{ .Date }}" [includedInCategories] other = "enthalten in {{ .Categories }}" [wordCount] -one = "Ein wort" -other = "{{ .Count }} wörter" +one = "Ein Wort" +other = "{{ .Count }} Wörter" [readingTime] -one = "Eine minute" -other = "{{ .Count }} minuten" +one = "Eine Minute" +other = "{{ .Count }} Minuten" [views] -other = "aufrufe" +other = "Aufrufe" [author] other = "Autor" @@ -154,13 +154,13 @@ other = "Leider konnte die von Ihnen angeforderte Seite nicht aufgerufen werden. other = "Notiz" [abstract] -other = "Ausblick" +other = "Kurzfassung" [info] other = "Info" [tip] -other = "Tip" +other = "Tipp" [success] other = "Erfolg" @@ -175,7 +175,7 @@ other = "Warnung" other = "Fehler" [danger] -other = "Gefahr" +other = "Vorsicht" [bug] other = "Bug"