feat: Translate validation language lines

branch: de-translation
This commit is contained in:
Tade Strehk 2024-01-11 01:30:00 +01:00
parent 4dbf92e518
commit 018d09503a

View file

@ -13,143 +13,143 @@ return [
|
*/
'accepted' => 'The :attribute field must be accepted.',
'accepted_if' => 'The :attribute field must be accepted when :other is :value.',
'active_url' => 'The :attribute field must be a valid URL.',
'after' => 'The :attribute field must be a date after :date.',
'after_or_equal' => 'The :attribute field must be a date after or equal to :date.',
'alpha' => 'The :attribute field must only contain letters.',
'alpha_dash' => 'The :attribute field must only contain letters, numbers, dashes, and underscores.',
'alpha_num' => 'The :attribute field must only contain letters and numbers.',
'array' => 'The :attribute field must be an array.',
'ascii' => 'The :attribute field must only contain single-byte alphanumeric characters and symbols.',
'before' => 'The :attribute field must be a date before :date.',
'before_or_equal' => 'The :attribute field must be a date before or equal to :date.',
'accepted' => 'Das Feld :attribute muss akzeptiert werden.',
'accepted_if' => 'Das Feld :attribute muss akzeptiert werden, wenn :other gleich :value ist.',
'active_url' => 'Das Feld :attribute muss eine gültige URL sein.',
'after' => 'Das Feld :attribute muss ein Datum nach dem :date sein.',
'after_or_equal' => 'Das Feld :attribute muss ein Datum nach oder gleich dem :date sein.',
'alpha' => 'Das Feld :attribute darf nur Buchstaben enthalten.',
'alpha_dash' => 'Das Feld :attribute darf nur Buchstaben, Zahlen, Striche und Unterstriche enthalten.',
'alpha_num' => 'Das Feld :attribute darf nur Buchstaben und Zahlen enthalten.',
'array' => 'Das Feld :attribute muss ein Array sein.',
'ascii' => 'Das Feld :attribute darf nur einbyte alphanumerische Zeichen und Symbole enthalten.',
'before' => 'Das Feld :attribute muss ein Datum vor dem :date sein.',
'before_or_equal' => 'Das Feld :attribute muss ein Datum vor oder gleich dem :date sein.',
'between' => [
'array' => 'The :attribute field must have between :min and :max items.',
'file' => 'The :attribute field must be between :min and :max kilobytes.',
'numeric' => 'The :attribute field must be between :min and :max.',
'string' => 'The :attribute field must be between :min and :max characters.',
'array' => 'Das Feld :attribute muss zwischen :min und :max Elemente haben.',
'file' => 'Das Feld :attribute muss zwischen :min und :max Kilobytes groß sein.',
'numeric' => 'Das Feld :attribute muss zwischen :min und :max liegen.',
'string' => 'Das Feld :attribute muss zwischen :min und :max Zeichen lang sein.',
],
'boolean' => 'The :attribute field must be true or false.',
'confirmed' => 'The :attribute field confirmation does not match.',
'current_password' => 'The password is incorrect.',
'date' => 'The :attribute field must be a valid date.',
'date_equals' => 'The :attribute field must be a date equal to :date.',
'date_format' => 'The :attribute field must match the format :format.',
'decimal' => 'The :attribute field must have :decimal decimal places.',
'declined' => 'The :attribute field must be declined.',
'declined_if' => 'The :attribute field must be declined when :other is :value.',
'different' => 'The :attribute field and :other must be different.',
'digits' => 'The :attribute field must be :digits digits.',
'digits_between' => 'The :attribute field must be between :min and :max digits.',
'dimensions' => 'The :attribute field has invalid image dimensions.',
'distinct' => 'The :attribute field has a duplicate value.',
'doesnt_end_with' => 'The :attribute field must not end with one of the following: :values.',
'doesnt_start_with' => 'The :attribute field must not start with one of the following: :values.',
'email' => 'The :attribute field must be a valid email address.',
'ends_with' => 'The :attribute field must end with one of the following: :values.',
'enum' => 'The selected :attribute is invalid.',
'exists' => 'The selected :attribute is invalid.',
'file' => 'The :attribute field must be a file.',
'filled' => 'The :attribute field must have a value.',
'boolean' => 'Das Feld :attribute muss wahr oder falsch sein.',
'confirmed' => 'Die Bestätigung für das Feld :attribute stimmt nicht überein.',
'current_password' => 'Das Passwort ist falsch.',
'date' => 'Das Feld :attribute muss ein gültiges Datum sein.',
'date_equals' => 'Das Feld :attribute muss ein Datum gleich dem :date sein.',
'date_format' => 'Das Feld :attribute muss dem Format :format entsprechen.',
'decimal' => 'Das Feld :attribute muss :decimal Dezimalstellen haben.',
'declined' => 'Das Feld :attribute muss abgelehnt werden.',
'declined_if' => 'Das Feld :attribute muss abgelehnt werden, wenn :other gleich :value ist.',
'different' => 'Das Feld :attribute und :other müssen unterschiedlich sein.',
'digits' => 'Das Feld :attribute muss :digits Ziffern haben.',
'digits_between' => 'Das Feld :attribute muss zwischen :min und :max Ziffern haben.',
'dimensions' => 'Das Feld :attribute hat ungültige Bildabmessungen.',
'distinct' => 'Das Feld :attribute hat einen doppelten Wert.',
'doesnt_end_with' => 'Das Feld :attribute darf nicht mit einem der folgenden enden: :values.',
'doesnt_start_with' => 'Das Feld :attribute darf nicht mit einem der folgenden beginnen: :values.',
'email' => 'Das Feld :attribute muss eine gültige E-Mail-Adresse sein.',
'ends_with' => 'Das Feld :attribute muss mit einem der folgenden enden: :values.',
'enum' => 'Das ausgewählte :attribute ist ungültig.',
'exists' => 'Das ausgewählte :attribute ist ungültig.',
'file' => 'Das Feld :attribute muss eine Datei sein.',
'filled' => 'Das Feld :attribute muss einen Wert haben.',
'gt' => [
'array' => 'The :attribute field must have more than :value items.',
'file' => 'The :attribute field must be greater than :value kilobytes.',
'numeric' => 'The :attribute field must be greater than :value.',
'string' => 'The :attribute field must be greater than :value characters.',
'array' => 'Das Feld :attribute muss mehr als :value Elemente haben.',
'file' => 'Das Feld :attribute muss größer als :value Kilobytes sein.',
'numeric' => 'Das Feld :attribute muss größer als :value sein.',
'string' => 'Das Feld :attribute muss mehr als :value Zeichen haben.',
],
'gte' => [
'array' => 'The :attribute field must have :value items or more.',
'file' => 'The :attribute field must be greater than or equal to :value kilobytes.',
'numeric' => 'The :attribute field must be greater than or equal to :value.',
'string' => 'The :attribute field must be greater than or equal to :value characters.',
'array' => 'Das Feld :attribute muss :value oder mehr Elemente haben.',
'file' => 'Das Feld :attribute muss gleich oder größer als :value Kilobytes sein.',
'numeric' => 'Das Feld :attribute muss gleich oder größer als :value sein.',
'string' => 'Das Feld :attribute muss gleich oder mehr als :value Zeichen haben.',
],
'image' => 'The :attribute field must be an image.',
'in' => 'The selected :attribute is invalid.',
'in_array' => 'The :attribute field must exist in :other.',
'integer' => 'The :attribute field must be an integer.',
'ip' => 'The :attribute field must be a valid IP address.',
'ipv4' => 'The :attribute field must be a valid IPv4 address.',
'ipv6' => 'The :attribute field must be a valid IPv6 address.',
'json' => 'The :attribute field must be a valid JSON string.',
'lowercase' => 'The :attribute field must be lowercase.',
'image' => 'Das Feld :attribute muss ein Bild sein.',
'in' => 'Das ausgewählte :attribute ist ungültig.',
'in_array' => 'Das Feld :attribute muss in :other vorhanden sein.',
'integer' => 'Das Feld :attribute muss eine Ganzzahl sein.',
'ip' => 'Das Feld :attribute muss eine gültige IP-Adresse sein.',
'ipv4' => 'Das Feld :attribute muss eine gültige IPv4-Adresse sein.',
'ipv6' => 'Das Feld :attribute muss eine gültige IPv6-Adresse sein.',
'json' => 'Das Feld :attribute muss ein gültiger JSON-String sein.',
'lowercase' => 'Das Feld :attribute muss in Kleinbuchstaben sein.',
'lt' => [
'array' => 'The :attribute field must have less than :value items.',
'file' => 'The :attribute field must be less than :value kilobytes.',
'numeric' => 'The :attribute field must be less than :value.',
'string' => 'The :attribute field must be less than :value characters.',
'array' => 'Das Feld :attribute muss weniger als :value Elemente haben.',
'file' => 'Das Feld :attribute muss kleiner als :value Kilobytes sein.',
'numeric' => 'Das Feld :attribute muss kleiner als :value sein.',
'string' => 'Das Feld :attribute muss weniger als :value Zeichen haben.',
],
'lte' => [
'array' => 'The :attribute field must not have more than :value items.',
'file' => 'The :attribute field must be less than or equal to :value kilobytes.',
'numeric' => 'The :attribute field must be less than or equal to :value.',
'string' => 'The :attribute field must be less than or equal to :value characters.',
'array' => 'Das Feld :attribute darf nicht mehr als :value Elemente haben.',
'file' => 'Das Feld :attribute muss kleiner oder gleich :value Kilobyte sein.',
'numeric' => 'Das Feld :attribute muss kleiner oder gleich :value sein.',
'string' => 'Das Feld :attribute muss kleiner oder gleich :value Zeichen sein.',
],
'mac_address' => 'The :attribute field must be a valid MAC address.',
'mac_address' => 'Das Feld :attribute muss eine gültige MAC-Adresse sein.',
'max' => [
'array' => 'The :attribute field must not have more than :max items.',
'file' => 'The :attribute field must not be greater than :max kilobytes.',
'numeric' => 'The :attribute field must not be greater than :max.',
'string' => 'The :attribute field must not be greater than :max characters.',
'array' => 'Das Feld :attribute darf nicht mehr als :max Elemente haben.',
'file' => 'Das Feld :attribute darf nicht größer als :max Kilobyte sein.',
'numeric' => 'Das Feld :attribute darf nicht größer als :max sein.',
'string' => 'Das Feld :attribute darf nicht mehr als :max Zeichen haben.',
],
'max_digits' => 'The :attribute field must not have more than :max digits.',
'mimes' => 'The :attribute field must be a file of type: :values.',
'mimetypes' => 'The :attribute field must be a file of type: :values.',
'max_digits' => 'Das Feld :attribute darf nicht mehr als :max Ziffern haben.',
'mimes' => 'Das Feld :attribute muss eine Datei vom Typ: :values sein.',
'mimetypes' => 'Das Feld :attribute muss eine Datei vom Typ: :values sein.',
'min' => [
'array' => 'The :attribute field must have at least :min items.',
'file' => 'The :attribute field must be at least :min kilobytes.',
'numeric' => 'The :attribute field must be at least :min.',
'string' => 'The :attribute field must be at least :min characters.',
'array' => 'Das Feld :attribute muss mindestens :min Elemente haben.',
'file' => 'Das Feld :attribute muss mindestens :min Kilobyte sein.',
'numeric' => 'Das Feld :attribute muss mindestens :min sein.',
'string' => 'Das Feld :attribute muss mindestens :min Zeichen haben.',
],
'min_digits' => 'The :attribute field must have at least :min digits.',
'missing' => 'The :attribute field must be missing.',
'missing_if' => 'The :attribute field must be missing when :other is :value.',
'missing_unless' => 'The :attribute field must be missing unless :other is :value.',
'missing_with' => 'The :attribute field must be missing when :values is present.',
'missing_with_all' => 'The :attribute field must be missing when :values are present.',
'multiple_of' => 'The :attribute field must be a multiple of :value.',
'not_in' => 'The selected :attribute is invalid.',
'not_regex' => 'The :attribute field format is invalid.',
'numeric' => 'The :attribute field must be a number.',
'min_digits' => 'Das Feld :attribute muss mindestens :min Ziffern haben.',
'missing' => 'Das Feld :attribute muss fehlen.',
'missing_if' => 'Das Feld :attribute muss fehlen, wenn :other :value ist.',
'missing_unless' => 'Das Feld :attribute muss fehlen, es sei denn, :other ist :value.',
'missing_with' => 'Das Feld :attribute muss fehlen, wenn :values vorhanden ist.',
'missing_with_all' => 'Das Feld :attribute muss fehlen, wenn :values vorhanden sind.',
'multiple_of' => 'Das Feld :attribute muss ein Vielfaches von :value sein.',
'not_in' => 'Das ausgewählte :attribute ist ungültig.',
'not_regex' => 'Das Format des Feldes :attribute ist ungültig.',
'numeric' => 'Das Feld :attribute muss eine Zahl sein.',
'password' => [
'letters' => 'The :attribute field must contain at least one letter.',
'mixed' => 'The :attribute field must contain at least one uppercase and one lowercase letter.',
'numbers' => 'The :attribute field must contain at least one number.',
'symbols' => 'The :attribute field must contain at least one symbol.',
'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
'letters' => 'Das Feld :attribute muss mindestens einen Buchstaben enthalten.',
'mixed' => 'Das Feld :attribute muss mindestens einen Groß- und einen Kleinbuchstaben enthalten.',
'numbers' => 'Das Feld :attribute muss mindestens eine Zahl enthalten.',
'symbols' => 'Das Feld :attribute muss mindestens ein Symbol enthalten.',
'uncompromised' => 'Das angegebene :attribute ist in einem Datenleck aufgetaucht. Bitte wählen Sie ein anderes :attribute.',
],
'present' => 'The :attribute field must be present.',
'prohibited' => 'The :attribute field is prohibited.',
'prohibited_if' => 'The :attribute field is prohibited when :other is :value.',
'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.',
'prohibits' => 'The :attribute field prohibits :other from being present.',
'regex' => 'The :attribute field format is invalid.',
'required' => 'The :attribute field is required.',
'required_array_keys' => 'The :attribute field must contain entries for: :values.',
'required_if' => 'The :attribute field is required when :other is :value.',
'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
'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 are 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 field must match :other.',
'present' => 'Das Feld :attribute muss vorhanden sein.',
'prohibited' => 'Das Feld :attribute ist verboten.',
'prohibited_if' => 'Das Feld :attribute ist verboten, wenn :other :value ist.',
'prohibited_unless' => 'Das Feld :attribute ist verboten, es sei denn :other befindet sich in :values.',
'prohibits' => 'Das Feld :attribute verbietet das Vorhandensein von :other.',
'regex' => 'Das Format des Feldes :attribute ist ungültig.',
'required' => 'Das Feld :attribute ist erforderlich.',
'required_array_keys' => 'Das Feld :attribute muss Einträge für: :values enthalten.',
'required_if' => 'Das Feld :attribute ist erforderlich, wenn :other :value ist.',
'required_if_accepted' => 'Das Feld :attribute ist erforderlich, wenn :other akzeptiert ist.',
'required_unless' => 'Das Feld :attribute ist erforderlich, es sei denn :other befindet sich in :values.',
'required_with' => 'Das Feld :attribute ist erforderlich, wenn :values vorhanden ist.',
'required_with_all' => 'Das Feld :attribute ist erforderlich, wenn :values vorhanden sind.',
'required_without' => 'Das Feld :attribute ist erforderlich, wenn :values nicht vorhanden ist.',
'required_without_all' => 'Das Feld :attribute ist erforderlich, wenn keines von :values vorhanden ist.',
'same' => 'Das Feld :attribute muss mit :other übereinstimmen.',
'size' => [
'array' => 'The :attribute field must contain :size items.',
'file' => 'The :attribute field must be :size kilobytes.',
'numeric' => 'The :attribute field must be :size.',
'string' => 'The :attribute field must be :size characters.',
'array' => 'Das Feld :attribute muss :size Elemente enthalten.',
'file' => 'Das Feld :attribute muss :size Kilobyte sein.',
'numeric' => 'Das Feld :attribute muss :size sein.',
'string' => 'Das Feld :attribute muss :size Zeichen sein.',
],
'starts_with' => 'The :attribute field must start with one of the following: :values.',
'string' => 'The :attribute field must be a string.',
'timezone' => 'The :attribute field must be a valid timezone.',
'unique' => 'The :attribute has already been taken.',
'uploaded' => 'The :attribute failed to upload.',
'uppercase' => 'The :attribute field must be uppercase.',
'url' => 'The :attribute field must be a valid URL.',
'ulid' => 'The :attribute field must be a valid ULID.',
'uuid' => 'The :attribute field must be a valid UUID.',
'starts_with' => 'Das Feld :attribute muss mit einem der folgenden beginnen: :values.',
'string' => 'Das Feld :attribute muss ein String sein.',
'timezone' => 'Das Feld :attribute muss eine gültige Zeitzone sein.',
'unique' => 'Das :attribute wurde bereits vergeben.',
'uploaded' => 'Das Hochladen von :attribute ist fehlgeschlagen.',
'uppercase' => 'Das Feld :attribute muss in Großbuchstaben sein.',
'url' => 'Das Feld :attribute muss eine gültige URL sein.',
'ulid' => 'Das Feld :attribute muss eine gültige ULID sein.',
'uuid' => 'Das Feld :attribute muss eine gültige UUID sein.',
/*
|--------------------------------------------------------------------------