From 924e79c7a2e1dac033cd95e221b97fbeaca06738 Mon Sep 17 00:00:00 2001 From: Sylvain <sylvain@sbx.pm> Date: Tue, 23 Feb 2021 10:45:05 +0100 Subject: [PATCH] New translations rails.en.yml (German) --- config/locales/rails.de.yml | 264 ++++++++++++++++++------------------ 1 file changed, 130 insertions(+), 134 deletions(-) diff --git a/config/locales/rails.de.yml b/config/locales/rails.de.yml index 3b870b49c..9ef49ed51 100644 --- a/config/locales/rails.de.yml +++ b/config/locales/rails.de.yml @@ -1,177 +1,173 @@ de: date: abbr_day_names: - - So - - Mo - - Di - - Mi - - Do - - Fr - - Sa + - Sun + - Mon + - Tue + - Wed + - Thu + - Fri + - Sat abbr_month_names: - - - - Jan - - Feb - - Mär - - Apr - - Mai - - Jun - - Jul - - Aug - - Sep - - Okt - - Nov - - Dez + - + - Jan + - Feb + - Mar + - Apr + - May + - Jun + - Jul + - Aug + - Sep + - Oct + - Nov + - Dec day_names: - - Sonntag - - Montag - - Dienstag - - Mittwoch - - Donnerstag - - Freitag - - Samstag + - Sunday + - Monday + - Tuesday + - Wednesday + - Thursday + - Friday + - Saturday formats: - default: "%d.%m.%Y" - long: "%e. %B %Y" - short: "%e. %b" + default: "%Y-%m-%d" + long: "%B %d, %Y" + short: "%b %d" month_names: - - - - Januar - - Februar - - März - - April - - Mai - - Juni - - Juli - - August - - September - - Oktober - - November - - Dezember + - + - January + - February + - March + - April + - May + - June + - July + - August + - September + - October + - November + - December order: - - :day - - :month - - :year + - :year + - :month + - :day datetime: distance_in_words: about_x_hours: - one: etwa eine Stunde - other: etwa %{count} Stunden + one: about 1 hour + other: about %{count} hours about_x_months: - one: etwa ein Monat - other: etwa %{count} Monate + one: about 1 month + other: about %{count} months about_x_years: - one: etwa ein Jahr - other: etwa %{count} Jahre + one: about 1 year + other: about %{count} years almost_x_years: - one: fast ein Jahr - other: fast %{count} Jahre - half_a_minute: eine halbe Minute + one: almost 1 year + other: almost %{count} years + half_a_minute: half a minute less_than_x_minutes: - one: weniger als eine Minute - other: weniger als %{count} Minuten + one: less than a minute + other: less than %{count} minutes less_than_x_seconds: - one: weniger als eine Sekunde - other: weniger als %{count} Sekunden + one: less than 1 second + other: less than %{count} seconds over_x_years: - one: mehr als ein Jahr - other: mehr als %{count} Jahre + one: over 1 year + other: over %{count} years x_days: - one: ein Tag - other: "%{count} Tage" + one: 1 day + other: "%{count} days" x_minutes: - one: eine Minute - other: "%{count} Minuten" + one: 1 minute + other: "%{count} minutes" x_months: - one: ein Monat - other: "%{count} Monate" + one: 1 month + other: "%{count} months" x_seconds: - one: eine Sekunde - other: "%{count} Sekunden" + one: 1 second + other: "%{count} seconds" prompts: - day: Tag - hour: Stunden + day: Day + hour: Hour minute: Minute - month: Monat - second: Sekunde - year: Jahr + month: Month + second: Seconds + year: Year errors: format: "%{attribute} %{message}" messages: - 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}' + 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}' restrict_dependent_destroy: - 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 + one: Cannot delete record because a dependent %{record} exists + many: Cannot delete record because dependent %{record} exist + taken: has already been taken too_long: - one: ist zu lang (mehr als 1 Zeichen) - other: ist zu lang (mehr als %{count} Zeichen) + one: is too long (maximum is 1 character) + other: is too long (maximum is %{count} characters) too_short: - one: ist zu kurz (weniger als 1 Zeichen) - other: ist zu kurz (weniger als %{count} Zeichen) + one: is too short (minimum is 1 character) + other: is too short (minimum is %{count} characters) wrong_length: - 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 + 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" template: - body: 'Bitte überprüfen Sie die folgenden Felder:' + body: 'There were problems with the following fields:' header: - one: 'Konnte %{model} nicht speichern: ein Fehler.' - other: 'Konnte %{model} nicht speichern: %{count} Fehler.' + one: 1 error prohibited this %{model} from being saved + other: "%{count} errors prohibited this %{model} from being saved" helpers: select: - prompt: Bitte wählen + prompt: Please select submit: - create: "%{model} erstellen" - submit: "%{model} speichern" - update: "%{model} aktualisieren" + create: Create %{model} + submit: Save %{model} + update: Update %{model} number: currency: format: - delimiter: "." - format: "%n %u" + delimiter: "," + format: "%u%n" precision: 2 - separator: "," + separator: "." significant: false strip_insignificant_zeros: false - unit: "€" + unit: "$" format: - delimiter: "." - precision: 2 - separator: "," + delimiter: "," + precision: 3 + separator: "." significant: false strip_insignificant_zeros: false human: decimal_units: format: "%n %u" units: - billion: - one: Milliarde - other: Milliarden - million: Millionen - quadrillion: - one: Billiarde - other: Billiarden - thousand: Tausend - trillion: Billionen + billion: Billion + million: Million + quadrillion: Quadrillion + thousand: Thousand + trillion: Trillion unit: '' format: delimiter: '' @@ -191,19 +187,19 @@ de: percentage: format: delimiter: '' - format: "%n %" + format: "%n%" precision: format: delimiter: '' support: array: - last_word_connector: " und " - two_words_connector: " und " + last_word_connector: ", and " + two_words_connector: " and " words_connector: ", " time: - am: vormittags + am: am formats: - default: "%A, %d. %B %Y, %H:%M Uhr" - long: "%A, %d. %B %Y, %H:%M Uhr" - short: "%d. %B, %H:%M Uhr" - pm: nachmittags + default: "%a, %d %b %Y %H:%M:%S %z" + long: "%B %d, %Y %H:%M" + short: "%d %b %H:%M" + pm: pm