Skip to content

Add missing de locale / german translations #5341

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

Merged
merged 1 commit into from
Feb 9, 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
10 changes: 10 additions & 0 deletions config/locales/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ de:
edit: "Bearbeiten"
delete: "Löschen"
delete_confirmation: "Wollen Sie dieses Element wirklich löschen?"
create_another: "Mehr %{model} erstellen"
new_model: "%{model} erstellen"
edit_model: "%{model} bearbeiten"
delete_model: "%{model} löschen"
Expand All @@ -20,6 +21,7 @@ de:
has_many_new: "%{model} hinzufügen"
has_many_delete: "Löschen"
has_many_remove: "Entfernen"
move: "Bewegen"
filters:
buttons:
filter: "Filtern"
Expand All @@ -31,6 +33,10 @@ de:
ends_with: "Endet mit"
greater_than: "Größer als"
less_than: "Kleiner als"
gteq_datetime: "Größer gleich"
lteq_datetime: "Kleiner gleich"
from: "Von"
to: "Bis"
search_status:
headline: "Filter"
current_scope: "Anwendungsbereich:"
Expand All @@ -51,6 +57,7 @@ de:
one_page: "Zeige <b>alle %{n}</b> %{model}"
multiple: "Zeige %{model} <b>%{from}&nbsp;–&nbsp;%{to}</b> von <b>%{total}</b>"
multiple_without_total: "Zeige %{model} <b>%{from}&nbsp;–&nbsp;%{to}</b>"
per_page: "Pro Seite: "
entry:
one: "Eintrag"
other: "Einträge"
Expand All @@ -72,6 +79,7 @@ de:
labels:
destroy: "Lösche"
comments:
created_at: "Erstellt"
resource_type: "Res­sour­cen-Typ"
author_type: "Autor-Typ"
body: "Inhalt"
Expand All @@ -94,6 +102,8 @@ de:
title: "Subdomain"
password:
title: "Passwort"
password_confirmation:
title: "Passwort Bestätigung"
sign_up:
title: "Registrieren"
submit: "Registrieren"
Expand Down