From e4bab35fd1f110eccd9e2382594d297b0f4e60df Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Mon, 1 Apr 2024 17:01:08 +0200 Subject: [PATCH] i18n: add German translation (#92) --- i18n/de.yaml | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 i18n/de.yaml diff --git a/i18n/de.yaml b/i18n/de.yaml new file mode 100644 index 0000000..97c126b --- /dev/null +++ b/i18n/de.yaml @@ -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 Hugo und \ + Binario theme." + +# "No posts" empty state +- id: empty_title + translation: "Aktuell noch keine Posts vorhanden!" + +- id: empty_text_start + translation: "Sowie Posts in Deinen als mainSections definierten Verzeichnissen hinzugefügt werden" + +- id: empty_text_end + translation: "erscheinen sie hier." + +- id: empty_tip + translation: "Tip: Du kannst die als mainSections 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"