1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-03 14:24:23 +01:00
fab-manager/config/locales/rails.de.yml

206 lines
4.9 KiB
YAML
Raw Normal View History

2021-02-01 11:53:32 +01:00
de:
date:
abbr_day_names:
2021-02-23 10:45:05 +01:00
- Sun
- Mon
- Tue
- Wed
- Thu
- Fri
- Sat
2021-02-01 11:53:32 +01:00
abbr_month_names:
2021-02-23 10:45:05 +01:00
-
- Jan
- Feb
- Mar
- Apr
- May
- Jun
- Jul
- Aug
- Sep
- Oct
- Nov
- Dec
2021-02-01 11:53:32 +01:00
day_names:
2021-02-23 10:45:05 +01:00
- Sunday
- Monday
- Tuesday
- Wednesday
- Thursday
- Friday
- Saturday
2021-02-01 11:53:32 +01:00
formats:
2021-02-23 10:45:05 +01:00
default: "%Y-%m-%d"
long: "%B %d, %Y"
short: "%b %d"
2021-02-01 11:53:32 +01:00
month_names:
2021-02-23 10:45:05 +01:00
-
- January
- February
- March
- April
- May
- June
- July
- August
- September
- October
- November
- December
2021-02-01 11:53:32 +01:00
order:
2021-02-23 10:45:05 +01:00
- :year
- :month
- :day
2021-02-01 11:53:32 +01:00
datetime:
distance_in_words:
about_x_hours:
2021-02-23 10:45:05 +01:00
one: about 1 hour
other: about %{count} hours
2021-02-01 11:53:32 +01:00
about_x_months:
2021-02-23 10:45:05 +01:00
one: about 1 month
other: about %{count} months
2021-02-01 11:53:32 +01:00
about_x_years:
2021-02-23 10:45:05 +01:00
one: about 1 year
other: about %{count} years
2021-02-01 11:53:32 +01:00
almost_x_years:
2021-02-23 10:45:05 +01:00
one: almost 1 year
other: almost %{count} years
half_a_minute: half a minute
2021-02-01 11:53:32 +01:00
less_than_x_minutes:
2021-02-23 10:45:05 +01:00
one: less than a minute
other: less than %{count} minutes
2021-02-01 11:53:32 +01:00
less_than_x_seconds:
2021-02-23 10:45:05 +01:00
one: less than 1 second
other: less than %{count} seconds
2021-02-01 11:53:32 +01:00
over_x_years:
2021-02-23 10:45:05 +01:00
one: over 1 year
other: over %{count} years
2021-02-01 11:53:32 +01:00
x_days:
2021-02-23 10:45:05 +01:00
one: 1 day
other: "%{count} days"
2021-02-01 11:53:32 +01:00
x_minutes:
2021-02-23 10:45:05 +01:00
one: 1 minute
other: "%{count} minutes"
2021-02-01 11:53:32 +01:00
x_months:
2021-02-23 10:45:05 +01:00
one: 1 month
other: "%{count} months"
2021-02-01 11:53:32 +01:00
x_seconds:
2021-02-23 10:45:05 +01:00
one: 1 second
other: "%{count} seconds"
2021-02-01 11:53:32 +01:00
prompts:
2021-02-23 10:45:05 +01:00
day: Day
hour: Hour
2021-02-01 11:53:32 +01:00
minute: Minute
2021-02-23 10:45:05 +01:00
month: Month
second: Seconds
year: Year
2021-02-01 11:53:32 +01:00
errors:
format: "%{attribute} %{message}"
messages:
2021-02-23 10:45:05 +01:00
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}'
2021-02-01 11:53:32 +01:00
restrict_dependent_destroy:
2021-02-23 10:45:05 +01:00
one: Cannot delete record because a dependent %{record} exists
many: Cannot delete record because dependent %{record} exist
taken: has already been taken
2021-02-01 11:53:32 +01:00
too_long:
2021-02-23 10:45:05 +01:00
one: is too long (maximum is 1 character)
other: is too long (maximum is %{count} characters)
2021-02-01 11:53:32 +01:00
too_short:
2021-02-23 10:45:05 +01:00
one: is too short (minimum is 1 character)
other: is too short (minimum is %{count} characters)
2021-02-01 11:53:32 +01:00
wrong_length:
2021-02-23 10:45:05 +01:00
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"
2021-02-01 11:53:32 +01:00
template:
2021-02-23 10:45:05 +01:00
body: 'There were problems with the following fields:'
2021-02-01 11:53:32 +01:00
header:
2021-02-23 10:45:05 +01:00
one: 1 error prohibited this %{model} from being saved
other: "%{count} errors prohibited this %{model} from being saved"
2021-02-01 11:53:32 +01:00
helpers:
select:
2021-02-23 10:45:05 +01:00
prompt: Please select
2021-02-01 11:53:32 +01:00
submit:
2021-02-23 10:45:05 +01:00
create: Create %{model}
submit: Save %{model}
update: Update %{model}
2021-02-01 11:53:32 +01:00
number:
currency:
format:
2021-02-23 10:45:05 +01:00
delimiter: ","
format: "%u%n"
2021-02-01 11:53:32 +01:00
precision: 2
2021-02-23 10:45:05 +01:00
separator: "."
2021-02-01 11:53:32 +01:00
significant: false
strip_insignificant_zeros: false
2021-02-23 10:45:05 +01:00
unit: "$"
2021-02-01 11:53:32 +01:00
format:
2021-02-23 10:45:05 +01:00
delimiter: ","
precision: 3
separator: "."
2021-02-01 11:53:32 +01:00
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
format: "%n %u"
units:
2021-02-23 10:45:05 +01:00
billion: Billion
million: Million
quadrillion: Quadrillion
thousand: Thousand
trillion: Trillion
2021-02-01 11:53:32 +01:00
unit: ''
format:
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
kb: KB
mb: MB
tb: TB
percentage:
format:
delimiter: ''
2021-02-23 10:45:05 +01:00
format: "%n%"
2021-02-01 11:53:32 +01:00
precision:
format:
delimiter: ''
support:
array:
2021-02-23 10:45:05 +01:00
last_word_connector: ", and "
two_words_connector: " and "
2021-02-01 11:53:32 +01:00
words_connector: ", "
time:
2021-02-23 10:45:05 +01:00
am: am
2021-02-01 11:53:32 +01:00
formats:
2021-02-23 10:45:05 +01:00
default: "%a, %d %b %Y %H:%M:%S %z"
long: "%B %d, %Y %H:%M"
short: "%d %b %H:%M"
pm: pm