i18n: add German translation (#92)
This commit is contained in:
parent
f55a031b12
commit
e4bab35fd1
1 changed files with 52 additions and 0 deletions
52
i18n/de.yaml
Normal file
52
i18n/de.yaml
Normal file
|
@ -0,0 +1,52 @@
|
|||
# Entry
|
||||
- id: entry_toc
|
||||
translation: "Inhaltsverzeichnis"
|
||||
|
||||
# Entry meta
|
||||
- id: meta_lastmod
|
||||
translation: "Aktualisiert"
|
||||
|
||||
- id: meta_categories
|
||||
translation: "Kategorien"
|
||||
|
||||
- id: meta_tags
|
||||
translation: "Tags"
|
||||
|
||||
# Share
|
||||
- id: share-caption
|
||||
translation: "Share on"
|
||||
|
||||
- id: save-caption
|
||||
translation: "Speichere nach"
|
||||
|
||||
# Related
|
||||
- id: related_title
|
||||
translation: "Ähnlich"
|
||||
|
||||
# Footer
|
||||
- id: footer_credits
|
||||
translation: "Powered by <a href=\"https://gohugo.io/\" rel=\"nofollow noopener\" target=\"_blank\">Hugo</a> und \
|
||||
<a href=\"https://github.com/vimux/binario\" rel=\"nofollow noopener\" target=\"_blank\">Binario</a> theme."
|
||||
|
||||
# "No posts" empty state
|
||||
- id: empty_title
|
||||
translation: "Aktuell noch keine Posts vorhanden!"
|
||||
|
||||
- id: empty_text_start
|
||||
translation: "Sowie Posts in Deinen als <code>mainSections</code> definierten Verzeichnissen hinzugefügt werden"
|
||||
|
||||
- id: empty_text_end
|
||||
translation: "erscheinen sie hier."
|
||||
|
||||
- id: empty_tip
|
||||
translation: "<b>Tip:</b> Du kannst die als <code>mainSections</code> betrachteten Verzeichnisse in der Konfigurationsdatei Deiner Seite ändern."
|
||||
|
||||
# 404
|
||||
- id: page404_title
|
||||
translation: "404 Seite nicht gefunden"
|
||||
|
||||
- id: page404_lead
|
||||
translation: "Entschuldigung, die Seite die Du besuchen wolltest existiert nicht."
|
||||
|
||||
- id: page404_link
|
||||
translation: "Zurück zur Hauptseite"
|
Loading…
Reference in a new issue