From 38fdbbfbdb049c0d6dbaf0d95555ac02aae986a2 Mon Sep 17 00:00:00 2001 From: hubitor Date: Tue, 10 Nov 2020 11:44:57 +0100 Subject: [PATCH] Improve de.toml (#161) --- .gitignore | 1 + i18n/de.toml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 234771f..8c12507 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .vscode/ node_modules/ .DS_Store +.history/ \ No newline at end of file diff --git a/i18n/de.toml b/i18n/de.toml index f0c4b9b..c5d8ebe 100644 --- a/i18n/de.toml +++ b/i18n/de.toml @@ -1,12 +1,12 @@ # More documentation here: https://github.com/nicksnyder/go-i18n [home] -other = "Home" +other = "Startseite" [posts] other = "Beiträge" [toc_heading] -other = "Inhoudsopgave" +other = "Inhaltsverzeichnis" [at] other = "bei" @@ -21,10 +21,10 @@ other = "Navigation" other = "Kontakt aufnehmen" [email] -other = "E-mail" +other = "E-Mail" [phone] -other = "Telefoon" +other = "Telefon" [newsletter_text] other = "Mit dem Newsletter auf dem neuesten Stand bleiben" @@ -39,13 +39,13 @@ other = "Wir werden Ihre E-Mail-Adresse nicht an Dritte weitergeben." other = "Absenden" [hugoAttributionText] -other = "Powered by" +other = "Unterstützt von" [prev] -other = "Vorige" +other = "Vorherige" [next] -other = "De volgende" +other = "Nächste" [improve_this_page] -other = "Verbeter deze pagina" \ No newline at end of file +other = "Diese Seite verbessern" \ No newline at end of file