fixed default.de.yml

This commit is contained in:
Bernd Hauser 2011-02-23 15:21:39 +01:00
parent 09f3162861
commit fcb056828a

View File

@ -6,25 +6,25 @@ de:
# The values :model, :attribute and :value are always available for interpolation # The values :model, :attribute and :value are always available for interpolation
# The value :count is available when applicable. Can be used for pluralization. # The value :count is available when applicable. Can be used for pluralization.
messages: messages:
inclusion: "n'est pas inclus(e) dans la liste" inclusion: "nicht in der Liste inbegriffen"
exclusion: "n'est pas disponible" exclusion: "nicht verfügbar"
invalid: "n'est pas valide" invalid: "ungültig"
confirmation: "ne concorde pas avec la confirmation" confirmation: "ne concorde pas avec la confirmation"
accepted: "doit être accepté(e)" accepted: "akzeptiert"
empty: "doit être rempli(e)" empty: "leer"
blank: "doit être rempli(e)" blank: "leer"
too_long: "est trop long (pas plus de %{count} caractères)" too_long: "zu lang (nicht mehr als %{count} Zeichen)"
too_short: "est trop court (au moins %{count} caractères)" too_short: "zu kurz (mindestens %{count} Zeichen)"
wrong_length: "ne fait pas la bonne longueur (doit comporter %{count} caractères)" wrong_length: "ungültige Länge (muss %{count} Zeichen lang sein)"
taken: "n'est pas disponible" taken: "nicht verfügbar"
not_a_number: "ist keine Zahl" not_a_number: "ist keine Zahl"
greater_than: "doit être supérieur à %{count}" greater_than: "größer als %{count}"
greater_than_or_equal_to: "doit être supérieur ou égal à %{count}" greater_than_or_equal_to: "gleich oder größer als %{count}"
equal_to: "doit être égal à %{count}" equal_to: "gleich %{count}"
less_than: "doit être inférieur à %{count}" less_than: "weniger als %{count}"
less_than_or_equal_to: "doit être inférieur ou égal à %{count}" less_than_or_equal_to: "gleich oder weniger als %{count}"
odd: "doit être impair" odd: "ungerade"
even: "doit être pair" even: "gerade"
domain_taken: "%{value} wird bereits verwendet" domain_taken: "%{value} wird bereits verwendet"
invalid_domain: "%{value} ist ungültig" invalid_domain: "%{value} ist ungültig"
@ -54,7 +54,7 @@ de:
title: Titel title: Titel
parent: Parent parent: Parent
slug: Slug slug: Slug
templatized: Templatisée templatized: Templatized
published: Veröffentlicht published: Veröffentlicht
cache_strategy: Cache cache_strategy: Cache
content_type: content_type:
@ -62,38 +62,38 @@ de:
description: Beschreibung description: Beschreibung
slug: Slug slug: Slug
order_by: Sortieren nach order_by: Sortieren nach
highlighted_field_name: Champ mis en avant highlighted_field_name: Hervorgehobener Feld-Name
group_by_field_name: Champ pour grouper group_by_field_name: Gruppierung nach Feld-Name
api_enabled: Activation API api_enabled: API aktiviert
asset_collection: asset_collection:
name: Nom name: Name
slug: Raccourci slug: Slug
asset: asset:
name: Nom name: Name
source: Fichier source: Quelle
account: account:
email: Email email: Email
name: Nom name: Name
language: Langue language: Sprache
new_password: "Neues Passwort" new_password: "Neues Passwort"
new_password_confirmation: "Confirmation nouveau mot de passe" new_password_confirmation: "Bestätigung des neuen Passworts"
snippet: snippet:
body: Code body: Code
slug: Raccourci slug: Slug
name: Nom name: Name
theme_asset: theme_asset:
content_type: Type du fichier content_type: Inhalts-Typ
site: site:
name: Nom du site name: Name der Webseite
domain_name: Domaine domain_name: Domain
subdomain: Sous-domaine subdomain: Subdomain
restricted_access: Activer ? restricted_access: Aktiviert ?
access_login: Identifiant access_login: Benutzernamen
access_password: "Mot de passe" access_password: "Passwort"
pagination: pagination:
previous: "« Précédent" previous: "« Zurück"
next: "Suivant »" next: "Vor »"
date: date:
formats: formats:
default: "%d/%m/%Y" default: "%d/%m/%Y"
@ -103,7 +103,7 @@ de:
only_day: "%e" only_day: "%e"
day_names: [Sonntag, Montag, Dienstag, Mittwoch, Donnerstag, Freitag, Samstag] day_names: [Sonntag, Montag, Dienstag, Mittwoch, Donnerstag, Freitag, Samstag]
abbr_day_names: [Son, Mon, Die, Mit, Don, Fre, Sam] abbr_day_names: [So, Mo, Di, Mi, Do, Fr, Sa]
month_names: [~, Januar, Februar, März, April, Mai, Juni, Juli, August, September, Oktober, November, Dezember] month_names: [~, Januar, Februar, März, April, Mai, Juni, Juli, August, September, Oktober, November, Dezember]
abbr_month_names: [~, Jan., Feb., Mär., Apr., Mai, Juni, Juli, Aug., Sept., Okt., Nov., Dez.] abbr_month_names: [~, Jan., Feb., Mär., Apr., Mai, Juni, Juli, Aug., Sept., Okt., Nov., Dez.]
order: [ :day, :month, :year ] order: [ :day, :month, :year ]
@ -120,73 +120,106 @@ de:
long: "%A %d %B %Y %H:%M:%S %Z" long: "%A %d %B %Y %H:%M:%S %Z"
long_ordinal: "%A %d %B %Y %H:%M:%S %Z" long_ordinal: "%A %d %B %Y %H:%M:%S %Z"
only_second: "%S" only_second: "%S"
am: 'am' am: 'vormittags'
pm: 'pm' pm: 'nachmittags'
datetime: datetime:
distance_in_words: distance_in_words:
half_a_minute: "une demi-minute" half_a_minute: 'eine halbe Minute'
less_than_x_seconds: less_than_x_seconds:
zero: "moins d'une seconde" one: 'weniger als eine Sekunde'
one: "moins de 1 seconde" other: 'weniger als %{count} Sekunden'
other: "moins de %{count} secondes"
x_seconds: x_seconds:
one: "1 seconde" one: 'eine Sekunde'
other: "%{count} secondes" other: '%{count} Sekunden'
less_than_x_minutes: less_than_x_minutes:
zero: "moins d'une minute" one: 'weniger als eine Minute'
one: "moins de 1 minute" other: 'weniger als %{count} Minuten'
other: "moins de %{count} minutes"
x_minutes: x_minutes:
one: "1 minute" one: 'eine Minute'
other: "%{count} minutes" other: '%{count} Minuten'
about_x_hours: about_x_hours:
one: "environ une heure" one: 'etwa eine Stunde'
other: "environ %{count} heures" other: 'etwa %{count} Stunden'
x_days: x_days:
one: "1 jour" one: 'ein Tag'
other: "%{count} jours" other: '%{count} Tage'
about_x_months: about_x_months:
one: "environ un mois" one: 'etwa ein Monat'
other: "environ %{count} mois" other: 'etwa %{count} Monate'
x_months: x_months:
one: "1 mois" one: 'ein Monat'
other: "%{count} mois" other: '%{count} Monate'
almost_x_years:
one: 'fast ein Jahr'
other: 'fast %{count} Jahre'
about_x_years: about_x_years:
one: "environ un an" one: 'etwa ein Jahr'
other: "environ %{count} ans" other: 'etwa %{count} Jahre'
over_x_years: over_x_years:
one: "plus d'un an" one: 'mehr als ein Jahr'
other: "plus de %{count} ans" other: 'mehr als %{count} Jahre'
prompts: prompts:
year: "Jahr" second: "Sekunden"
month: "Monat" minute: "Minuten"
day: "Tag" hour: "Stunden"
hour: "Stunde" day: "Tag"
minute: "Minute" month: "Monat"
second: "Sekunde" year: "Jahr"
number: number:
format: format:
precision: 3 precision: 2
separator: ',' separator: ','
delimiter: ' ' delimiter: '.'
significant: false
strip_insignificant_zeros: false
currency: currency:
format: format:
unit: '€' unit: '€'
format: '%n%u'
separator: ","
delimiter: ""
precision: 2 precision: 2
format: '%n %u' significant: false
strip_insignificant_zeros: false
percentage:
format:
delimiter: ""
precision:
format:
delimiter: ""
human: human:
format: format:
precision: 2 delimiter: ""
precision: 1
significant: true
strip_insignificant_zeros: true
storage_units: storage_units:
format: '%n %u' # Storage units output formatting.
# %u is the storage unit, %n is the number (default: 2 MB)
format: "%n %u"
units: units:
byte: 'Byte' byte:
kb: 'KB' one: "Byte"
mb: 'MB' other: "Bytes"
gb: 'GB' kb: "KB"
tb: 'TB' mb: "MB"
gb: "GB"
tb: "TB"
decimal_units:
format: "%n %u"
units:
unit: ""
thousand: Tausend
million: Millionen
billion:
one: Milliarde
others: Milliarden
trillion: Billionen
quadrillion:
one: Billiarde
others: Billiarden
support: support:
array: array: