Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorHanzei <hanzei@mailbox.org>2018-06-27 16:53:05 +0300
committerHanzei <hanzei@mailbox.org>2018-06-27 16:53:05 +0300
commit7fe657ed249662e85e63398c95aec4c199f926fe (patch)
tree57587467621fb308f090be3c9c97660b34980eee /i18n
parentb1a8b360b09631914d09d2c08b2c209693b726d8 (diff)
Add german translation
Diffstat (limited to 'i18n')
-rw-r--r--i18n/de.toml27
1 files changed, 27 insertions, 0 deletions
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 [<i class=\"fa fa-heart\"></i> and <i class=\"fa fa-coffee\"></i>](https://vickylai.com) by open source contributors."