Improve de.toml (#161)
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
.vscode/
|
.vscode/
|
||||||
node_modules/
|
node_modules/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.history/
|
||||||
+8
-8
@@ -1,12 +1,12 @@
|
|||||||
# More documentation here: https://github.com/nicksnyder/go-i18n
|
# More documentation here: https://github.com/nicksnyder/go-i18n
|
||||||
[home]
|
[home]
|
||||||
other = "Home"
|
other = "Startseite"
|
||||||
|
|
||||||
[posts]
|
[posts]
|
||||||
other = "Beiträge"
|
other = "Beiträge"
|
||||||
|
|
||||||
[toc_heading]
|
[toc_heading]
|
||||||
other = "Inhoudsopgave"
|
other = "Inhaltsverzeichnis"
|
||||||
|
|
||||||
[at]
|
[at]
|
||||||
other = "bei"
|
other = "bei"
|
||||||
@@ -21,10 +21,10 @@ other = "Navigation"
|
|||||||
other = "Kontakt aufnehmen"
|
other = "Kontakt aufnehmen"
|
||||||
|
|
||||||
[email]
|
[email]
|
||||||
other = "E-mail"
|
other = "E-Mail"
|
||||||
|
|
||||||
[phone]
|
[phone]
|
||||||
other = "Telefoon"
|
other = "Telefon"
|
||||||
|
|
||||||
[newsletter_text]
|
[newsletter_text]
|
||||||
other = "Mit dem Newsletter auf dem neuesten Stand bleiben"
|
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"
|
other = "Absenden"
|
||||||
|
|
||||||
[hugoAttributionText]
|
[hugoAttributionText]
|
||||||
other = "Powered by"
|
other = "Unterstützt von"
|
||||||
|
|
||||||
[prev]
|
[prev]
|
||||||
other = "Vorige"
|
other = "Vorherige"
|
||||||
|
|
||||||
[next]
|
[next]
|
||||||
other = "De volgende"
|
other = "Nächste"
|
||||||
|
|
||||||
[improve_this_page]
|
[improve_this_page]
|
||||||
other = "Verbeter deze pagina"
|
other = "Diese Seite verbessern"
|
||||||
Reference in New Issue
Block a user