mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-17 20:08:52 +00:00
Update copyright notices, update German language.
This commit is contained in:
@@ -9,72 +9,72 @@
|
||||
|
||||
return [
|
||||
'iban' => 'Dies ist keine gültige IBAN.',
|
||||
'unique_account_number_for_user' => 'It looks like this account number is already in use.',
|
||||
'rule_trigger_value' => 'This value is invalid for the selected trigger.',
|
||||
'rule_action_value' => 'This value is invalid for the selected action.',
|
||||
'unique_account_number_for_user' => 'Es sieht so aus, als ob diese Kontonummer bereits verwendet würde.',
|
||||
'rule_trigger_value' => 'Dieser Wert ist für den ausgewählten Trigger ungültig.',
|
||||
'rule_action_value' => 'Dieser Wert ist für die gewählte Aktion ungültig.',
|
||||
'invalid_domain' => 'Aufgrund von Sicherheitsbeschränkungen ist eine Registrierung von dieser Domain nicht zugelassen.',
|
||||
'file_already_attached' => 'Die hochgeladene Datei ":name" ist diesem Objekt bereits angehängt.',
|
||||
'file_attached' => 'Datei ":name" erfolgreich hochgeladen.',
|
||||
'file_invalid_mime' => 'Die Datei ":name" ist vom Typ ":mime", welcher nicht zum Upload zugelassen ist.',
|
||||
'file_too_large' => 'Die Datei ":name" ist zu groß.',
|
||||
'belongs_to_user' => 'Der Wert von :attribute ist nicht bekannt',
|
||||
'accepted' => 'The :attribute must be accepted.',
|
||||
'active_url' => 'The :attribute is not a valid URL.',
|
||||
'after' => 'The :attribute must be a date after :date.',
|
||||
'alpha' => 'The :attribute may only contain letters.',
|
||||
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
|
||||
'alpha_num' => 'The :attribute may only contain letters and numbers.',
|
||||
'array' => 'The :attribute must be an array.',
|
||||
'unique_for_user' => 'There already is an entry with this :attribute.',
|
||||
'before' => 'The :attribute must be a date before :date.',
|
||||
'unique_object_for_user' => 'This name is already in use',
|
||||
'unique_account_for_user' => 'This account name is already in use',
|
||||
'between.numeric' => 'The :attribute must be between :min and :max.',
|
||||
'between.file' => 'The :attribute must be between :min and :max kilobytes.',
|
||||
'between.string' => 'The :attribute must be between :min and :max characters.',
|
||||
'between.array' => 'The :attribute must have between :min and :max items.',
|
||||
'boolean' => 'The :attribute field must be true or false.',
|
||||
'confirmed' => 'The :attribute confirmation does not match.',
|
||||
'date' => 'The :attribute is not a valid date.',
|
||||
'date_format' => 'The :attribute does not match the format :format.',
|
||||
'different' => 'The :attribute and :other must be different.',
|
||||
'digits' => 'The :attribute must be :digits digits.',
|
||||
'digits_between' => 'The :attribute must be between :min and :max digits.',
|
||||
'email' => 'The :attribute must be a valid email address.',
|
||||
'filled' => 'The :attribute field is required.',
|
||||
'exists' => 'The selected :attribute is invalid.',
|
||||
'image' => 'The :attribute must be an image.',
|
||||
'in' => 'The selected :attribute is invalid.',
|
||||
'integer' => 'The :attribute must be an integer.',
|
||||
'ip' => 'The :attribute must be a valid IP address.',
|
||||
'json' => 'The :attribute must be a valid JSON string.',
|
||||
'max.numeric' => 'The :attribute may not be greater than :max.',
|
||||
'max.file' => 'The :attribute may not be greater than :max kilobytes.',
|
||||
'max.string' => 'The :attribute may not be greater than :max characters.',
|
||||
'max.array' => 'The :attribute may not have more than :max items.',
|
||||
'mimes' => 'The :attribute must be a file of type: :values.',
|
||||
'min.numeric' => 'The :attribute must be at least :min.',
|
||||
'min.file' => 'The :attribute must be at least :min kilobytes.',
|
||||
'min.string' => 'The :attribute must be at least :min characters.',
|
||||
'min.array' => 'The :attribute must have at least :min items.',
|
||||
'not_in' => 'The selected :attribute is invalid.',
|
||||
'numeric' => 'The :attribute must be a number.',
|
||||
'regex' => 'The :attribute format is invalid.',
|
||||
'required' => 'The :attribute field is required.',
|
||||
'required_if' => 'The :attribute field is required when :other is :value.',
|
||||
'required_unless' => 'The :attribute field is required unless :other is in :values.',
|
||||
'required_with' => 'The :attribute field is required when :values is present.',
|
||||
'required_with_all' => 'The :attribute field is required when :values is present.',
|
||||
'required_without' => 'The :attribute field is required when :values is not present.',
|
||||
'required_without_all' => 'The :attribute field is required when none of :values are present.',
|
||||
'same' => 'The :attribute and :other must match.',
|
||||
'size.numeric' => 'The :attribute must be :size.',
|
||||
'size.file' => 'The :attribute must be :size kilobytes.',
|
||||
'size.string' => 'The :attribute must be :size characters.',
|
||||
'size.array' => 'The :attribute must contain :size items.',
|
||||
'unique' => 'The :attribute has already been taken.',
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'url' => 'The :attribute format is invalid.',
|
||||
'timezone' => 'The :attribute must be a valid zone.',
|
||||
'2fa_code' => 'The :attribute field is invalid.',
|
||||
'accepted' => ':attribute muss akzeptiert werden.',
|
||||
'active_url' => ':attribute ist keine gültige URL.',
|
||||
'after' => ':attribute muss ein Datum nach :date sein.',
|
||||
'alpha' => ':attribute darf nur Buchstaben enthalten.',
|
||||
'alpha_dash' => ':attribute darf nur Buchstaben, Zahlen und Bindestrichen enthalten.',
|
||||
'alpha_num' => ':attribute darf nur Buchzahlen und Zahlen enthalten.',
|
||||
'array' => ':attribute muss eine Reihe sein.',
|
||||
'unique_for_user' => 'Es gibt bereits einen Eintrag mit diesem :attribute.',
|
||||
'before' => ':attribute muss ein Datum vor dem :date sein.',
|
||||
'unique_object_for_user' => 'Der Name wird bereits verwendet',
|
||||
'unique_account_for_user' => 'Dieser Kontoname wird bereits verwendet',
|
||||
'between.numeric' => ':attribute muss zwischen :min und :max liegen.',
|
||||
'between.file' => ':attribute muss zwischen :min und :max Kilobytes groß sein.',
|
||||
'between.string' => ':attribute muss zwischen :min und :max Zeichen lang sein.',
|
||||
'between.array' => ':attribute muss zwischen :min und :max Elemente enthalten.',
|
||||
'boolean' => ':attribute Feld muss wahr oder falsch sein.',
|
||||
'confirmed' => ':attribute Bestätigung stimmt nicht überein.',
|
||||
'date' => ':attribute ist kein gültiges Datum.',
|
||||
'date_format' => ':attribute entspricht nicht dem Format :format.',
|
||||
'different' => ':attribute und :other müssen sich unterscheiden.',
|
||||
'digits' => ':attribute muss :digits Stellen haben.',
|
||||
'digits_between' => ':attribute muss zwischen :min und :max Stellen haben.',
|
||||
'email' => ':attribute muss eine gültige E-Mailadresse sein.',
|
||||
'filled' => ':attribute Feld muss ausgefüllt sein.',
|
||||
'exists' => ':attribute ist ungültig.',
|
||||
'image' => ':attribute muss ein Bild sein.',
|
||||
'in' => ':attribute ist ungültig.',
|
||||
'integer' => ':attribute muss eine ganze Zahl sein.',
|
||||
'ip' => ':attribute muss eine gültige IP-Adresse sein.',
|
||||
'json' => ':attribute muss ein gültiger JSON-String sein.',
|
||||
'max.numeric' => ':attribute darf nicht größer als :max sein.',
|
||||
'max.file' => ':attribute darf nicht größer als :max Kilobytes sein.',
|
||||
'max.string' => ':attribute darf nicht mehr als :max Zeichen enthalten.',
|
||||
'max.array' => ':attribute darf nicht mehr als :max Elemente enthalten.',
|
||||
'mimes' => ':attribute muss eine Datei des Typ :values sein.',
|
||||
'min.numeric' => ':attribute muss mindestens :min sein.',
|
||||
'min.file' => ':attribute muss mindestens :min Kilobytes groß sein.',
|
||||
'min.string' => ':attribute muss mindestens :min Zeichen enthalten.',
|
||||
'min.array' => ':attribute muss mindestens :min Elemente enthalten.',
|
||||
'not_in' => ':attribute ist ungültig.',
|
||||
'numeric' => ':attribute muss eine Zahl sein.',
|
||||
'regex' => 'Das Format von :attribute ist ungültig.',
|
||||
'required' => ':attribute Feld muss ausgefüllt sein.',
|
||||
'required_if' => ':attribute Feld ist notwendig, wenn :other :value entspricht.',
|
||||
'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_all' => ':attribute Feld ist notwendig falls :values vorhanden sind.',
|
||||
'required_without' => ':attribute Feld ist notwenidig, falls :values nicht vorhanden ist.',
|
||||
'required_without_all' => ':attribute Feld ist notwenidig, falls kein :values vorhanden ist.',
|
||||
'same' => ':attribute und :other müssen übereinstimmen.',
|
||||
'size.numeric' => ':attribute muss :size sein.',
|
||||
'size.file' => ':attribute muss :size Kilobytes groß sein.',
|
||||
'size.string' => ':attribute muss :size Zeichen enthalten.',
|
||||
'size.array' => ':attribute muss :size Elemente enthalten.',
|
||||
'unique' => ':attribute ist bereits vergeben.',
|
||||
'string' => ':attribute muss eine Zeichenfolge sein.',
|
||||
'url' => ':attribute Format ist ungültig.',
|
||||
'timezone' => ':attribute muss in einem gültigen Bereich liegen.',
|
||||
'2fa_code' => ':attribute Feld ist ungültig.',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user