Skip to content

Commit

Permalink
Add german translation, updated README (dillonzq#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Daniel Lüthje authored May 6, 2020
1 parent 2513afb commit 26dda03
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ LoveIt 支持下列语言:
* 巴西葡萄牙语
* 意大利语
* 西班牙语
* 德文
* [贡献一种新的语言](https://github.com/dillonzq/LoveIt/pulls)

[语言兼容性](https://hugoloveit.com/zh-cn/theme-documentation-basics/#language-compatibility)
Expand Down
190 changes: 190 additions & 0 deletions i18n/de.toml
Original file line number Diff line number Diff line change
@@ -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 ===

0 comments on commit 26dda03

Please sign in to comment.