1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-04-12 02:02:31 +02:00

restored rails.de.yml

This commit is contained in:
Sylvain 2021-02-23 11:59:00 +01:00
parent 9525b07c26
commit 7f43b56b77

View File

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