mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-17 16:59:00 +08:00
New translations validation.php (German)
This commit is contained in:
parent
4575930432
commit
33c81446ef
@ -9,7 +9,7 @@ return [
|
||||
|
||||
// Standard laravel validation lines
|
||||
'accepted' => ':attribute muss akzeptiert werden.',
|
||||
'active_url' => ':attribute ist keine valide URL.',
|
||||
'active_url' => ':attribute ist keine gültige URL.',
|
||||
'after' => ':attribute muss ein Datum nach :date sein.',
|
||||
'alpha' => ':attribute kann nur Buchstaben enthalten.',
|
||||
'alpha_dash' => ':attribute kann nur Buchstaben, Zahlen und Bindestriche enthalten.',
|
||||
@ -25,12 +25,12 @@ return [
|
||||
],
|
||||
'boolean' => ':attribute Feld muss wahr oder falsch sein.',
|
||||
'confirmed' => ':attribute stimmt nicht überein.',
|
||||
'date' => ':attribute ist kein valides Datum.',
|
||||
'date' => ':attribute ist kein gültiges Datum.',
|
||||
'date_format' => ':attribute entspricht nicht dem Format :format.',
|
||||
'different' => ':attribute und :other müssen unterschiedlich sein.',
|
||||
'digits' => ':attribute muss :digits Stellen haben.',
|
||||
'digits_between' => ':attribute muss zwischen :min und :max Stellen haben.',
|
||||
'email' => ':attribute muss eine valide E-Mail-Adresse sein.',
|
||||
'email' => ':attribute muss eine gültige E-Mail-Adresse sein.',
|
||||
'ends_with' => ':attribute muss mit einem der folgenden Werte: :values enden',
|
||||
'file' => ':attribute muss als gültige Datei angegeben werden.',
|
||||
'filled' => ':attribute ist erforderlich.',
|
||||
@ -51,8 +51,8 @@ return [
|
||||
'image_extension' => ':attribute muss eine gültige und unterstützte Bild-Dateiendung haben.',
|
||||
'in' => ':attribute ist ungültig.',
|
||||
'integer' => ':attribute muss eine Zahl sein.',
|
||||
'ip' => ':attribute muss eine valide IP-Adresse sein.',
|
||||
'ipv4' => ':attribute muss eine gültige IPv4 Adresse sein.',
|
||||
'ip' => ':attribute muss eine gültige IP-Adresse sein.',
|
||||
'ipv4' => ':attribute muss eine gültige IPv4-Adresse sein.',
|
||||
'ipv6' => ':attribute muss eine gültige IPv6-Adresse sein.',
|
||||
'json' => 'Das Attribut muss eine gültige JSON-Zeichenfolge sein.',
|
||||
'lt' => [
|
||||
@ -80,8 +80,8 @@ return [
|
||||
'string' => ':attribute muss mindestens :min Zeichen lang sein.',
|
||||
'array' => ':attribute muss mindesten :min Elemente enthalten.',
|
||||
],
|
||||
'not_in' => ':attribute ist ungültig.',
|
||||
'not_regex' => ':attribute ist kein valides Format.',
|
||||
'not_in' => 'Das ausgewählte :attribute ist ungültig.',
|
||||
'not_regex' => ':attribute ist kein gültiges Format.',
|
||||
'numeric' => ':attribute muss eine Zahl sein.',
|
||||
'regex' => ':attribute ist in einem ungültigen Format.',
|
||||
'required' => ':attribute ist erforderlich.',
|
||||
@ -99,10 +99,10 @@ return [
|
||||
'array' => ':attribute muss :size Elemente enthalten.',
|
||||
],
|
||||
'string' => ':attribute muss eine Zeichenkette sein.',
|
||||
'timezone' => ':attribute muss eine valide zeitzone sein.',
|
||||
'timezone' => ':attribute muss eine gültige Zeitzone sein.',
|
||||
'totp' => 'Der angegebene Code ist ungültig oder abgelaufen.',
|
||||
'unique' => ':attribute wird bereits verwendet.',
|
||||
'url' => ':attribute ist kein valides Format.',
|
||||
'url' => ':attribute ist kein gültiges Format.',
|
||||
'uploaded' => 'Die Datei konnte nicht hochgeladen werden. Der Server akzeptiert möglicherweise keine Dateien dieser Größe.',
|
||||
|
||||
'zip_file' => ':attribute muss eine Datei innerhalb des ZIP referenzieren.',
|
||||
|
Loading…
x
Reference in New Issue
Block a user