mirror of https://github.com/jpanther/congo.git
Update de.yaml
... to add the new strings introduced since the initial translationpull/110/head
parent
eba52b04c8
commit
2544d65b91
32
i18n/de.yaml
32
i18n/de.yaml
|
@ -1,24 +1,24 @@
|
||||||
article:
|
article:
|
||||||
anchor_label: "Anker"
|
anchor_label: "Anker"
|
||||||
date: "{{ .Date }}"
|
date: "{{ .Date }}"
|
||||||
# date_updated: "Updated: {{ .Date }}"
|
date_updated: "Aktualisiert: {{ .Date }}"
|
||||||
draft: "Entwurf"
|
draft: "Entwurf"
|
||||||
edit_title: "Inhalt bearbeiten"
|
edit_title: "Inhalt bearbeiten"
|
||||||
reading_time:
|
reading_time:
|
||||||
one: "{{ .Count }} min"
|
one: "{{ .Count }} min"
|
||||||
other: "{{ .Count }} min"
|
other: "{{ .Count }} min"
|
||||||
reading_time_title: "Lesezeit"
|
reading_time_title: "Lesezeit"
|
||||||
# table_of_contents: "Table of Contents"
|
table_of_contents: "Inhaltsverzeichnis"
|
||||||
# word_count:
|
word_count:
|
||||||
# one: "{{ .Count }} word"
|
one: "{{ .Count }} Wort"
|
||||||
# other: "{{ .Count }} words"
|
other: "{{ .Count }} Wörter"
|
||||||
|
|
||||||
author:
|
author:
|
||||||
byline_title: "Autor"
|
byline_title: "Autor"
|
||||||
|
|
||||||
# code:
|
code:
|
||||||
# copy: "Copy"
|
copy: "Kopieren"
|
||||||
# copied: "Copied"
|
copied: "Kopiert"
|
||||||
|
|
||||||
error:
|
error:
|
||||||
404_title: "Seite nicht gefunden :confused:"
|
404_title: "Seite nicht gefunden :confused:"
|
||||||
|
@ -34,14 +34,14 @@ list:
|
||||||
externalurl_title: "Link zu einer externen Seite"
|
externalurl_title: "Link zu einer externen Seite"
|
||||||
no_articles: "Es gibt hier noch keine Beiträge."
|
no_articles: "Es gibt hier noch keine Beiträge."
|
||||||
|
|
||||||
# nav:
|
nav:
|
||||||
# scroll_to_top_title: "Scroll to top"
|
scroll_to_top_title: "Zum Anfang scrollen"
|
||||||
# skip_to_main: "Skip to main content"
|
skip_to_main: "Zum Hauptinhalt springen"
|
||||||
|
|
||||||
# search:
|
search:
|
||||||
# open_button_title: "Search (/)"
|
open_button_title: "Suche (/)"
|
||||||
# close_button_title: "Close (Esc)"
|
close_button_title: "Schließen (Esc)"
|
||||||
# input_placeholder: "Search"
|
input_placeholder: "Suchen"
|
||||||
|
|
||||||
sharing:
|
sharing:
|
||||||
email: "Per E-Mail teilen"
|
email: "Per E-Mail teilen"
|
||||||
|
@ -52,4 +52,4 @@ sharing:
|
||||||
twitter: "Auf Twitter teilen"
|
twitter: "Auf Twitter teilen"
|
||||||
|
|
||||||
shortcode:
|
shortcode:
|
||||||
recent_articles: "Kürzlich"
|
recent_articles: "Neue Beiträge"
|
||||||
|
|
Loading…
Reference in New Issue