1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-25 19:54:43 +01:00

New translations rails.en.yml (German)

This commit is contained in:
Sylvain 2021-02-23 10:45:05 +01:00
parent f9c891662d
commit 924e79c7a2

View File

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