Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added german translation #311

Merged
merged 1 commit into from
Oct 22, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions _data/text.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Theme text and labels


# English (default)
# -----------------
en: &DEFAULT_EN
Expand Down Expand Up @@ -35,6 +36,41 @@ en-GB:
en-AU:
<<: *DEFAULT_EN


# German
# -----------------
de: &DEFAULT_DE
skip_links: "Links überspringen"
skip_primary_nav: "Zu Hauptmenü springen"
skip_content: "Zu Inhalt springen"
skip_footer: "Zu Fußzeile springen"
menu_label: "Menü"
by: "von"
min_read: "min read"
read_more: "Mehr lesen&hellip;"
categories: "Kategorien"
tags: "Tags"
pages_categorized: "Seiten kategorisiert als"
pages_tagged: "Seiten, getaggt als"
table_of_contents: "Inhaltsverzeichnis"
results_found: "Ergebnis(se) gefunden"
share: "Teilen"
tweet: "Tweet"
next: "Vor"
previous: "Zurück"
newer: "Neuer"
older: "Älter"
back_to_top: "Zurück nach Oben"
search_placeholder_text: "Suchtext eingeben..."
powered_by: "Unterstützt von"
de-DE:
<<: *DEFAULT_DE
de-AU:
<<: *DEFAULT_DE
de-CH:
<<: *DEFAULT_DE


# Spanish
# -------
es: &DEFAULT_ES
Expand Down