From 26dda03cb2995b80174456b9aabf5c88d906c5fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark-Daniel=20L=C3=BCthje?= <31922494+markdluethje@users.noreply.github.com> Date: Wed, 6 May 2020 17:23:07 +0200 Subject: [PATCH] Add german translation, updated README (#326) --- README.md | 1 + README.zh-cn.md | 1 + i18n/de.toml | 190 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 192 insertions(+) create mode 100644 i18n/de.toml diff --git a/README.md b/README.md index 8d0b3945..62d6126e 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ LoveIt supports the following languages: * Brazilian Portuguese * Italian * Spanish +* German * [Contribute with a new language](https://github.com/dillonzq/LoveIt/pulls) [Languages Compatibility](https://hugoloveit.com/theme-documentation-basics/#language-compatibility) diff --git a/README.zh-cn.md b/README.zh-cn.md index 21851734..9ecc472f 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -128,6 +128,7 @@ LoveIt 支持下列语言: * 巴西葡萄牙语 * 意大利语 * 西班牙语 +* 德文 * [贡献一种新的语言](https://github.com/dillonzq/LoveIt/pulls) [语言兼容性](https://hugoloveit.com/zh-cn/theme-documentation-basics/#language-compatibility) diff --git a/i18n/de.toml b/i18n/de.toml new file mode 100644 index 00000000..c589122e --- /dev/null +++ b/i18n/de.toml @@ -0,0 +1,190 @@ +# Translations for English +# Übersetzung auf Deutsch +# https://gohugo.io/content-management/multilingual/#translation-of-strings + +# === baseof == +[backToTop] +other = "nach oben" + +[viewComments] +other = "Kommentare anzeigen" +# === baseof == + +# === Post === +[posts] +other = "Artikel" +# === Post === + +# === Taxonomy === +[allSome] +other = "Alle %s" + +[tag] +other = "Tag" + +[tags] +other = "Tags" + +[category] +other = "Kategorie" + +[categories] +other = "Kategorien" +# === Taxonomy === + +# === Pagination === +[more] +other = "Mehr" +# === Pagination === + +# === partials/header.html === +[selectLanguage] +other = "Sprache wählen" + +[switchTheme] +other = "Thema wechseln" +# === partials/header.html === + +# === partials/footer.html === +[poweredBySome] +other = "Ermöglicht durch %s" + +[theme] +other = "Thema" +# === partials/footer.html === + +# === partials/comment.html === +[valineLang] +other = "en" + +[valinePlaceholder] +other = "Ihr Kommentar ..." + +[facebookLanguageCode] +other = "de_DE" +# === partials/comment.html === + +# === partials/assets.html === +[search] +other = "Suche" + +[searchPlaceholder] +other = "Suche nach Titel und Inhalt..." + +[clear] +other = "Leeren" + +[cancel] +other = "Abbrechen" + +[noResultsFound] +other = "Keine Ergebnisse gefunden" + +[copyToClipboard] +other = "In Zwischenablage kopieren" +# === partials/assets.html === + +# === partials/plugin/share.html === +[shareOn] +other = "Teilen auf" +# === partials/plugin/share.html === + +# === posts/single.html === +[contents] +other = "Inhalt" + +[publish] +other = "veröffentlicht auf" + +[included] +other = "enthalten in" + +[wordCount] +one = "Ein Wort" +other = "{{ .Count }} Wörter" + +[readingTime] +one = "Eine Minute" +other = "{{ .Count }} Minuten" + +[views] +other = "Aufrufe" + +[author] +other = "Autor" + +[lastMod] +other = "Aktualisiert am %s" + +[license] +other = "Veröffentlicht unter der %s Lizenz" + +[seeMarkdown] +other = "Markdown anzeigen" + +[back] +other = "Zurück" + +[home] +other = "Startseite" + +[readMore] +other = "Mehr lesen" +# === posts/single.html === + +# === 404.html === +[pageNotFound] +other = "Seite nicht gefunden" + +[pageNotFoundText] +other = "Leider konnte die von Ihnen angeforderte Seite nicht aufgerufen werden." +# === 404.html === + +# === shortcodes/admonition.html === +[note] +other = "Notiz" + +[abstract] +other = "Ausblick" + +[info] +other = "Info" + +[tip] +other = "Tip" + +[success] +other = "Erfolg" + +[question] +other = "Frage" + +[warning] +other = "Warnung" + +[failure] +other = "Fehler" + +[danger] +other = "Gefahr" + +[bug] +other = "Bug" + +[example] +other = "Beispiel" + +[quote] +other = "Zitat" +# === shortcodes/admonition.html === + +# === shortcodes/version.html === +[new] +other = "NEU" + +[changed] +other = "GEÄNDERT" + +[deleted] +other = "GELÖSCHT" +# === shortcodes/version.html ===