From 7fe657ed249662e85e63398c95aec4c199f926fe Mon Sep 17 00:00:00 2001 From: Hanzei Date: Wed, 27 Jun 2018 15:53:05 +0200 Subject: Add german translation --- i18n/de.toml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 i18n/de.toml (limited to 'i18n') diff --git a/i18n/de.toml b/i18n/de.toml new file mode 100644 index 0000000..54b9d0f --- /dev/null +++ b/i18n/de.toml @@ -0,0 +1,27 @@ +[404_title] + other = "404" +[404_description] + other = "Oops! Either you've found a bug (in which case, [please tell me](mailto:{{ .Site.Params.email }})) or you're just making things up. This page doesn't exist!" +[index_avatarAlt] + other = "Mein Profil Bild" +[index_projects_allProjects] + other = "Alle Projekte" +[index_blog_latestPosts] + other = "Neuster Artikel" +[index_blog_allPosts] + other = "Alle Artikel" +[index_blog_readMore] + other = "Weiterlesen" +[index_currentTime] + other = "Meine lokale Zeit ist" +[nav_backToSection] + other = "Zurück zu {{ .Title }}" +[nav_main] + other = "Start" +[blog_readingTime] + one = "{{ .Count }} minute read" + other = "{{ .Count }} minutes read" +[blog_shareThis] + other = "Share this" +[footer_text] + other = "[Introduction](https://github.com/vickylai/hugo-theme-introduction/) theme for [Hugo](http://gohugo.io/). Made with [ and ](https://vickylai.com) by open source contributors." -- cgit v1.2.3