From 7f43b56b773cd27ea5bb00cb6b1e5269c37c7b0f Mon Sep 17 00:00:00 2001 From: Sylvain Date: Tue, 23 Feb 2021 11:59:00 +0100 Subject: [PATCH] restored rails.de.yml --- config/locales/rails.de.yml | 265 ++++++++++++++++++------------------ 1 file changed, 135 insertions(+), 130 deletions(-) diff --git a/config/locales/rails.de.yml b/config/locales/rails.de.yml index 9ef49ed51..aafdf0059 100644 --- a/config/locales/rails.de.yml +++ b/config/locales/rails.de.yml @@ -1,173 +1,177 @@ de: date: abbr_day_names: - - Sun - - Mon - - Tue - - Wed - - Thu - - Fri - - Sat + - So + - Mo + - Di + - Mi + - Do + - Fr + - Sa abbr_month_names: - - - - Jan - - Feb - - Mar - - Apr - - May - - Jun - - Jul - - Aug - - Sep - - Oct - - Nov - - Dec + - + - Jan + - Feb + - Mär + - Apr + - Mai + - Jun + - Jul + - Aug + - Sep + - Okt + - Nov + - Dez day_names: - - Sunday - - Monday - - Tuesday - - Wednesday - - Thursday - - Friday - - Saturday + - Sonntag + - Montag + - Dienstag + - Mittwoch + - Donnerstag + - Freitag + - Samstag formats: - default: "%Y-%m-%d" - long: "%B %d, %Y" - short: "%b %d" + default: "%d.%m.%Y" + long: "%e. %B %Y" + short: "%e. %b" month_names: - - - - January - - February - - March - - April - - May - - June - - July - - August - - September - - October - - November - - December + - + - Januar + - Februar + - März + - April + - Mai + - Juni + - Juli + - August + - September + - Oktober + - November + - Dezember order: - - :year - - :month - - :day + - :day + - :month + - :year datetime: distance_in_words: about_x_hours: - one: about 1 hour - other: about %{count} hours + one: etwa eine Stunde + other: etwa %{count} Stunden about_x_months: - one: about 1 month - other: about %{count} months + one: etwa ein Monat + other: etwa %{count} Monate about_x_years: - one: about 1 year - other: about %{count} years + one: etwa ein Jahr + other: etwa %{count} Jahre almost_x_years: - one: almost 1 year - other: almost %{count} years - half_a_minute: half a minute + one: fast ein Jahr + other: fast %{count} Jahre + half_a_minute: eine halbe Minute less_than_x_minutes: - one: less than a minute - other: less than %{count} minutes + one: weniger als eine Minute + other: weniger als %{count} Minuten less_than_x_seconds: - one: less than 1 second - other: less than %{count} seconds + one: weniger als eine Sekunde + other: weniger als %{count} Sekunden over_x_years: - one: over 1 year - other: over %{count} years + one: mehr als ein Jahr + other: mehr als %{count} Jahre x_days: - one: 1 day - other: "%{count} days" + one: ein Tag + other: "%{count} Tage" x_minutes: - one: 1 minute - other: "%{count} minutes" + one: eine Minute + other: "%{count} Minuten" x_months: - one: 1 month - other: "%{count} months" + one: ein Monat + other: "%{count} Monate" x_seconds: - one: 1 second - other: "%{count} seconds" + one: eine Sekunde + other: "%{count} Sekunden" prompts: - day: Day - hour: Hour + day: Tag + hour: Stunden minute: Minute - month: Month - second: Seconds - year: Year + month: Monat + second: Sekunde + year: Jahr errors: format: "%{attribute} %{message}" messages: - accepted: must be accepted - blank: can't be blank - present: must be blank - confirmation: doesn't match %{attribute} - empty: can't be empty - equal_to: must be equal to %{count} - even: must be even - exclusion: is reserved - greater_than: must be greater than %{count} - greater_than_or_equal_to: must be greater than or equal to %{count} - inclusion: is not included in the list - invalid: is invalid - less_than: must be less than %{count} - less_than_or_equal_to: must be less than or equal to %{count} - not_a_number: is not a number - not_an_integer: must be an integer - odd: must be odd - record_invalid: 'Validation failed: %{errors}' + accepted: muss akzeptiert werden + blank: muss ausgefüllt werden + present: darf nicht ausgefüllt werden + confirmation: stimmt nicht mit %{attribute} überein + empty: muss ausgefüllt werden + equal_to: muss genau %{count} sein + even: muss gerade sein + exclusion: ist nicht verfügbar + greater_than: muss größer als %{count} sein + greater_than_or_equal_to: muss größer oder gleich %{count} sein + inclusion: ist kein gültiger Wert + invalid: ist nicht gültig + less_than: muss kleiner als %{count} sein + less_than_or_equal_to: muss kleiner oder gleich %{count} sein + not_a_number: ist keine Zahl + not_an_integer: muss ganzzahlig sein + odd: muss ungerade sein + record_invalid: 'Gültigkeitsprüfung ist fehlgeschlagen: %{errors}' restrict_dependent_destroy: - one: Cannot delete record because a dependent %{record} exists - many: Cannot delete record because dependent %{record} exist - taken: has already been taken + one: Datensatz kann nicht gelöscht werden, da ein abhängiger %{record}-Datensatz + existiert. + many: Datensatz kann nicht gelöscht werden, da abhängige %{record} existieren. + taken: ist bereits vergeben too_long: - one: is too long (maximum is 1 character) - other: is too long (maximum is %{count} characters) + one: ist zu lang (mehr als 1 Zeichen) + other: ist zu lang (mehr als %{count} Zeichen) too_short: - one: is too short (minimum is 1 character) - other: is too short (minimum is %{count} characters) + one: ist zu kurz (weniger als 1 Zeichen) + other: ist zu kurz (weniger als %{count} Zeichen) wrong_length: - one: is the wrong length (should be 1 character) - other: is the wrong length (should be %{count} characters) - other_than: must be other than %{count} - wrong_content_type: "content type is not allowed" + one: hat die falsche Länge (muss genau 1 Zeichen haben) + other: hat die falsche Länge (muss genau %{count} Zeichen haben) + other_than: darf nicht gleich %{count} sein template: - body: 'There were problems with the following fields:' + body: 'Bitte überprüfen Sie die folgenden Felder:' header: - one: 1 error prohibited this %{model} from being saved - other: "%{count} errors prohibited this %{model} from being saved" + one: 'Konnte %{model} nicht speichern: ein Fehler.' + other: 'Konnte %{model} nicht speichern: %{count} Fehler.' helpers: select: - prompt: Please select + prompt: Bitte wählen submit: - create: Create %{model} - submit: Save %{model} - update: Update %{model} + create: "%{model} erstellen" + submit: "%{model} speichern" + update: "%{model} aktualisieren" number: currency: format: - delimiter: "," - format: "%u%n" + delimiter: "." + format: "%n %u" precision: 2 - separator: "." + separator: "," significant: false strip_insignificant_zeros: false - unit: "$" + unit: "€" format: - delimiter: "," - precision: 3 - separator: "." + delimiter: "." + precision: 2 + separator: "," significant: false strip_insignificant_zeros: false human: decimal_units: format: "%n %u" units: - billion: Billion - million: Million - quadrillion: Quadrillion - thousand: Thousand - trillion: Trillion + billion: + one: Milliarde + other: Milliarden + million: Millionen + quadrillion: + one: Billiarde + other: Billiarden + thousand: Tausend + trillion: Billionen unit: '' format: delimiter: '' @@ -187,19 +191,20 @@ de: percentage: format: delimiter: '' - format: "%n%" + format: "%n %" precision: format: delimiter: '' support: array: - last_word_connector: ", and " - two_words_connector: " and " + last_word_connector: " und " + two_words_connector: " und " words_connector: ", " time: - am: am + am: vormittags formats: - default: "%a, %d %b %Y %H:%M:%S %z" - long: "%B %d, %Y %H:%M" - short: "%d %b %H:%M" - pm: pm + default: "%A, %d. %B %Y, %H:%M Uhr" + long: "%A, %d. %B %Y, %H:%M Uhr" + short: "%d. %B, %H:%M Uhr" + pm: nachmittags +