mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New translations validation.php (German)
This commit is contained in:
parent
2ac582cd18
commit
1c72e742cf
@ -30,8 +30,8 @@ return [
|
|||||||
'after' => ':attribute muss ein Datum nach :date sein.',
|
'after' => ':attribute muss ein Datum nach :date sein.',
|
||||||
'alpha' => ':attribute darf nur Buchstaben enthalten.',
|
'alpha' => ':attribute darf nur Buchstaben enthalten.',
|
||||||
'alpha_dash' => ':attribute darf nur Buchstaben, Zahlen und Bindestrichen enthalten.',
|
'alpha_dash' => ':attribute darf nur Buchstaben, Zahlen und Bindestrichen enthalten.',
|
||||||
'alpha_num' => ':attribute darf nur Buchzahlen und Zahlen enthalten.',
|
'alpha_num' => ':attribute darf nur Buchstaben und Zahlen enthalten.',
|
||||||
'array' => ':attribute muss eine Reihe sein.',
|
'array' => ':attribute muss eine Liste sein.',
|
||||||
'unique_for_user' => 'Es gibt bereits einen Eintrag mit diesem :attribute.',
|
'unique_for_user' => 'Es gibt bereits einen Eintrag mit diesem :attribute.',
|
||||||
'before' => ':attribute muss ein Datum vor dem :date sein.',
|
'before' => ':attribute muss ein Datum vor dem :date sein.',
|
||||||
'unique_object_for_user' => 'Der Name wird bereits verwendet',
|
'unique_object_for_user' => 'Der Name wird bereits verwendet',
|
||||||
@ -47,7 +47,7 @@ return [
|
|||||||
'different' => ':attribute und :other müssen sich unterscheiden.',
|
'different' => ':attribute und :other müssen sich unterscheiden.',
|
||||||
'digits' => ':attribute muss :digits Stellen haben.',
|
'digits' => ':attribute muss :digits Stellen haben.',
|
||||||
'digits_between' => ':attribute muss zwischen :min und :max Stellen haben.',
|
'digits_between' => ':attribute muss zwischen :min und :max Stellen haben.',
|
||||||
'email' => ':attribute muss eine gültige E-Mailadresse sein.',
|
'email' => ':attribute muss eine gültige E-Mail Adresse sein.',
|
||||||
'filled' => ':attribute Feld muss ausgefüllt sein.',
|
'filled' => ':attribute Feld muss ausgefüllt sein.',
|
||||||
'exists' => ':attribute ist ungültig.',
|
'exists' => ':attribute ist ungültig.',
|
||||||
'image' => ':attribute muss ein Bild sein.',
|
'image' => ':attribute muss ein Bild sein.',
|
||||||
@ -72,8 +72,8 @@ return [
|
|||||||
'required_unless' => ':attribute Feld ist notwendig, außer :other ist in :values enthalten.',
|
'required_unless' => ':attribute Feld ist notwendig, außer :other ist in :values enthalten.',
|
||||||
'required_with' => ':attribute Feld ist notwendig falls :values vorhanden sind.',
|
'required_with' => ':attribute Feld ist notwendig falls :values vorhanden sind.',
|
||||||
'required_with_all' => ':attribute Feld ist notwendig falls :values vorhanden sind.',
|
'required_with_all' => ':attribute Feld ist notwendig falls :values vorhanden sind.',
|
||||||
'required_without' => ':attribute Feld ist notwenidig, falls :values nicht vorhanden ist.',
|
'required_without' => ':attribute Feld ist notwendig, falls :values nicht vorhanden ist.',
|
||||||
'required_without_all' => ':attribute Feld ist notwenidig, falls kein :values vorhanden ist.',
|
'required_without_all' => ':attribute Feld ist notwendig, falls kein :values vorhanden ist.',
|
||||||
'same' => ':attribute und :other müssen übereinstimmen.',
|
'same' => ':attribute und :other müssen übereinstimmen.',
|
||||||
'size.numeric' => ':attribute muss :size sein.',
|
'size.numeric' => ':attribute muss :size sein.',
|
||||||
'size.file' => ':attribute muss :size Kilobytes groß sein.',
|
'size.file' => ':attribute muss :size Kilobytes groß sein.',
|
||||||
|
Loading…
Reference in New Issue
Block a user