Apply Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-12 coding style as a base with some minor additions. You may customize the code style applied by configuring [Pint](https://laravel.com/docs/pint), [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer), or [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) for your project root. For more information on customizing the code style applied by Shift, [watch this short video](https://laravelshift.com/videos/shift-code-style).
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -14,5 +14,5 @@ return [
|
||||
*/
|
||||
|
||||
'previous' => '« zurück',
|
||||
'next' => 'weiter »',
|
||||
'next' => 'weiter »',
|
||||
];
|
||||
|
@@ -14,8 +14,8 @@ return [
|
||||
*/
|
||||
|
||||
'password' => 'Passwörter müssen mindestens sechs Zeichen lang sein und der Bestätigung entsprechen.',
|
||||
'user' => 'Wir können keinen Benutzer mit dieser E-Mail-Adresse finden.',
|
||||
'token' => 'Dieser Passwort-Reset-Token ist ungültig.',
|
||||
'sent' => 'Wir haben dir einen Passwort-Reset-Link per E-Mail zukommen lassen!',
|
||||
'reset' => 'Dein Passwort wurde zurückgesetzt!',
|
||||
'user' => 'Wir können keinen Benutzer mit dieser E-Mail-Adresse finden.',
|
||||
'token' => 'Dieser Passwort-Reset-Token ist ungültig.',
|
||||
'sent' => 'Wir haben dir einen Passwort-Reset-Link per E-Mail zukommen lassen!',
|
||||
'reset' => 'Dein Passwort wurde zurückgesetzt!',
|
||||
];
|
||||
|
@@ -13,65 +13,65 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'accepted' => 'Das :attribute muss akzeptiert werden.',
|
||||
'accepted' => 'Das :attribute muss akzeptiert werden.',
|
||||
'active_url' => 'Das :attribute ist keine gültige URL.',
|
||||
'after' => 'Das :attribute muss ein Datum sein, nachdem :date.',
|
||||
'alpha' => 'Das :attribute dürfen nur Buchstaben sein.',
|
||||
'after' => 'Das :attribute muss ein Datum sein, nachdem :date.',
|
||||
'alpha' => 'Das :attribute dürfen nur Buchstaben sein.',
|
||||
'alpha_dash' => 'Das :attribute darf nur Buchstaben, Zahlen und Bindestriche enthalten.',
|
||||
'alpha_num' => 'Das :attribute darf nur Buchstaben und Zahlen enthalten.',
|
||||
'array' => 'Das :attribute muss ein Array sein.',
|
||||
'before' => 'Das :attribute muss ein Datum sein, bevor :date.',
|
||||
'between' => [
|
||||
'alpha_num' => 'Das :attribute darf nur Buchstaben und Zahlen enthalten.',
|
||||
'array' => 'Das :attribute muss ein Array sein.',
|
||||
'before' => 'Das :attribute muss ein Datum sein, bevor :date.',
|
||||
'between' => [
|
||||
'numeric' => 'Das :attribute muss zwischen :min und :max.',
|
||||
'file' => 'Das :attribute muss zwischen :min und :max Kilobyte.',
|
||||
'string' => 'Das :attribute muss zwischen :min und :max Zeichen.',
|
||||
'array' => 'Das :attribute muss genau zwischen :min und :max Anzahl.',
|
||||
'file' => 'Das :attribute muss zwischen :min und :max Kilobyte.',
|
||||
'string' => 'Das :attribute muss zwischen :min und :max Zeichen.',
|
||||
'array' => 'Das :attribute muss genau zwischen :min und :max Anzahl.',
|
||||
],
|
||||
'boolean' => 'Das :attribute Feld muss wahr oder falsch sein.',
|
||||
'confirmed' => 'Das :attribute Bestätigung stimmt nicht überein.',
|
||||
'date' => 'Das :attribute ist kein gültiges Datum.',
|
||||
'date_format' => 'Das :attribute passt nicht mit dem Format überein :format.',
|
||||
'different' => 'Das :attribute und :other müssen unterschiedlich sein.',
|
||||
'digits' => 'Das :attribute muss sein :digits Ziffern.',
|
||||
'boolean' => 'Das :attribute Feld muss wahr oder falsch sein.',
|
||||
'confirmed' => 'Das :attribute Bestätigung stimmt nicht überein.',
|
||||
'date' => 'Das :attribute ist kein gültiges Datum.',
|
||||
'date_format' => 'Das :attribute passt nicht mit dem Format überein :format.',
|
||||
'different' => 'Das :attribute und :other müssen unterschiedlich sein.',
|
||||
'digits' => 'Das :attribute muss sein :digits Ziffern.',
|
||||
'digits_between' => 'Das :attribute muss zwischen :min und :max Ziffern.',
|
||||
'email' => 'Das :attribute muss eine gültige E-Mail-Adresse sein.',
|
||||
'filled' => 'Das :attribute ist erforderlich.',
|
||||
'exists' => 'Das ausgewählte :attribute ist ungültig.',
|
||||
'image' => 'Das :attribute muß ein Bild sein.',
|
||||
'in' => 'Das ausgewählte :attribute ist ungültig.',
|
||||
'integer' => 'Das :attribute muss eine ganze Zahl sein.',
|
||||
'ip' => 'Das :attribute muss eine gültige IP-Adresse sein.',
|
||||
'max' => [
|
||||
'email' => 'Das :attribute muss eine gültige E-Mail-Adresse sein.',
|
||||
'filled' => 'Das :attribute ist erforderlich.',
|
||||
'exists' => 'Das ausgewählte :attribute ist ungültig.',
|
||||
'image' => 'Das :attribute muß ein Bild sein.',
|
||||
'in' => 'Das ausgewählte :attribute ist ungültig.',
|
||||
'integer' => 'Das :attribute muss eine ganze Zahl sein.',
|
||||
'ip' => 'Das :attribute muss eine gültige IP-Adresse sein.',
|
||||
'max' => [
|
||||
'numeric' => 'Das :attribute darf nicht größer sein als :max.',
|
||||
'file' => 'Das :attribute darf nicht größer sein als :max Kilobytes.',
|
||||
'string' => 'Das :attribute darf nicht größer sein als :max Zeichen.',
|
||||
'array' => 'Das :attribute kann nicht mehr sein als :max Anzahl.',
|
||||
'file' => 'Das :attribute darf nicht größer sein als :max Kilobytes.',
|
||||
'string' => 'Das :attribute darf nicht größer sein als :max Zeichen.',
|
||||
'array' => 'Das :attribute kann nicht mehr sein als :max Anzahl.',
|
||||
],
|
||||
'mimes' => 'Das :attribute must be a file of type: :values.',
|
||||
'min' => [
|
||||
'min' => [
|
||||
'numeric' => 'Das :attribute muss mindestens :min.',
|
||||
'file' => 'Das :attribute muss mindestens :min Kilobytes.',
|
||||
'string' => 'Das :attribute muss mindestens :min Zeichen.',
|
||||
'array' => 'Das :attribute darf nicht kleiner sein als :min Anzahl.',
|
||||
'file' => 'Das :attribute muss mindestens :min Kilobytes.',
|
||||
'string' => 'Das :attribute muss mindestens :min Zeichen.',
|
||||
'array' => 'Das :attribute darf nicht kleiner sein als :min Anzahl.',
|
||||
],
|
||||
'not_in' => 'Das ausgewählte :attribute ist ungültig.',
|
||||
'numeric' => 'Das :attribute muss eine Nummer sein.',
|
||||
'regex' => 'Das :attribute Format ist ungültig.',
|
||||
'required' => 'Das :attribute ist erforderlich.',
|
||||
'required_if' => 'Das :attribute Feld ist erforderlich, wenn :other ist :value.',
|
||||
'required_with' => 'Das :attribute Feld ist erforderlich, wenn :values ist anwesend.',
|
||||
'required_with_all' => 'Das :attribute Feld ist erforderlich, wenn :values ist anwesend.',
|
||||
'required_without' => 'Das :attribute Feld ist erforderlich, wenn :values ist nicht vorhanden.',
|
||||
'not_in' => 'Das ausgewählte :attribute ist ungültig.',
|
||||
'numeric' => 'Das :attribute muss eine Nummer sein.',
|
||||
'regex' => 'Das :attribute Format ist ungültig.',
|
||||
'required' => 'Das :attribute ist erforderlich.',
|
||||
'required_if' => 'Das :attribute Feld ist erforderlich, wenn :other ist :value.',
|
||||
'required_with' => 'Das :attribute Feld ist erforderlich, wenn :values ist anwesend.',
|
||||
'required_with_all' => 'Das :attribute Feld ist erforderlich, wenn :values ist anwesend.',
|
||||
'required_without' => 'Das :attribute Feld ist erforderlich, wenn :values ist nicht vorhanden.',
|
||||
'required_without_all' => 'Das :attribute ist erforderlich, wenn keine der :values sind anwesend.',
|
||||
'same' => 'Das :attribute und :other muss passen.',
|
||||
'size' => [
|
||||
'same' => 'Das :attribute und :other muss passen.',
|
||||
'size' => [
|
||||
'numeric' => 'Das :attribute muss sein :size.',
|
||||
'file' => 'Das :attribute muss sein :size Kilobytes.',
|
||||
'string' => 'Das :attribute muss sein :size Zeichen.',
|
||||
'array' => 'Das :attribute muss enthalten :size Anzahl.',
|
||||
'file' => 'Das :attribute muss sein :size Kilobytes.',
|
||||
'string' => 'Das :attribute muss sein :size Zeichen.',
|
||||
'array' => 'Das :attribute muss enthalten :size Anzahl.',
|
||||
],
|
||||
'unique' => 'Das :attribute bereits aufgenommen wurde.',
|
||||
'url' => 'Das :attribute Format ist ungültig.',
|
||||
'unique' => 'Das :attribute bereits aufgenommen wurde.',
|
||||
'url' => 'Das :attribute Format ist ungültig.',
|
||||
'timezone' => 'Das :attribute muss eine gültige Zone sein.',
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
@@ -1,25 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'sEmptyTable' => 'No data available in table',
|
||||
'sInfo' => 'Showing _START_ to _END_ of _TOTAL_ entries',
|
||||
'sInfoEmpty' => 'Showing 0 to 0 of 0 entries',
|
||||
'sInfoFiltered' => '(filtered from _MAX_ total entries)',
|
||||
'sInfoPostFix' => '',
|
||||
'sInfoThousands' => ',',
|
||||
'sLengthMenu' => '_MENU_ Records per page',
|
||||
'sEmptyTable' => 'No data available in table',
|
||||
'sInfo' => 'Showing _START_ to _END_ of _TOTAL_ entries',
|
||||
'sInfoEmpty' => 'Showing 0 to 0 of 0 entries',
|
||||
'sInfoFiltered' => '(filtered from _MAX_ total entries)',
|
||||
'sInfoPostFix' => '',
|
||||
'sInfoThousands' => ',',
|
||||
'sLengthMenu' => '_MENU_ Records per page',
|
||||
'sLoadingRecords' => 'Loading...',
|
||||
'sProcessing' => 'Processing...',
|
||||
'sSearch' => 'Search:',
|
||||
'sZeroRecords' => 'No matching records found',
|
||||
'oPaginate' => [
|
||||
'sFirst' => 'First',
|
||||
'sLast' => 'Last',
|
||||
'sNext' => 'Next',
|
||||
'sProcessing' => 'Processing...',
|
||||
'sSearch' => 'Search:',
|
||||
'sZeroRecords' => 'No matching records found',
|
||||
'oPaginate' => [
|
||||
'sFirst' => 'First',
|
||||
'sLast' => 'Last',
|
||||
'sNext' => 'Next',
|
||||
'sPrevious' => 'Previous',
|
||||
],
|
||||
'oAria' => [
|
||||
'sSortAscending' => ': activate to sort column ascending',
|
||||
'sSortAscending' => ': activate to sort column ascending',
|
||||
'sSortDescending' => ': activate to sort column descending',
|
||||
],
|
||||
];
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -14,5 +14,5 @@ return [
|
||||
*/
|
||||
|
||||
'previous' => '« Previous',
|
||||
'next' => 'Next »',
|
||||
'next' => 'Next »',
|
||||
];
|
||||
|
@@ -14,8 +14,8 @@ return [
|
||||
*/
|
||||
|
||||
'password' => 'Passwords must be at least six characters and match the confirmation.',
|
||||
'user' => "We can't find a user with that e-mail address.",
|
||||
'token' => 'This password reset token is invalid.',
|
||||
'sent' => 'We have e-mailed your password reset link!',
|
||||
'reset' => 'Your password has been reset!',
|
||||
'user' => "We can't find a user with that e-mail address.",
|
||||
'token' => 'This password reset token is invalid.',
|
||||
'sent' => 'We have e-mailed your password reset link!',
|
||||
'reset' => 'Your password has been reset!',
|
||||
];
|
||||
|
@@ -13,109 +13,109 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'accepted' => 'The :attribute must be accepted.',
|
||||
'active_url' => 'The :attribute is not a valid URL.',
|
||||
'after' => 'The :attribute must be a date after :date.',
|
||||
'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
|
||||
'alpha' => 'The :attribute may only contain letters.',
|
||||
'alpha_dash' => 'The :attribute may only contain letters, numbers, dashes and underscores.',
|
||||
'alpha_num' => 'The :attribute may only contain letters and numbers.',
|
||||
'array' => 'The :attribute must be an array.',
|
||||
'before' => 'The :attribute must be a date before :date.',
|
||||
'accepted' => 'The :attribute must be accepted.',
|
||||
'active_url' => 'The :attribute is not a valid URL.',
|
||||
'after' => 'The :attribute must be a date after :date.',
|
||||
'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
|
||||
'alpha' => 'The :attribute may only contain letters.',
|
||||
'alpha_dash' => 'The :attribute may only contain letters, numbers, dashes and underscores.',
|
||||
'alpha_num' => 'The :attribute may only contain letters and numbers.',
|
||||
'array' => 'The :attribute must be an array.',
|
||||
'before' => 'The :attribute must be a date before :date.',
|
||||
'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
|
||||
'between' => [
|
||||
'between' => [
|
||||
'numeric' => 'The :attribute must be between :min and :max.',
|
||||
'file' => 'The :attribute must be between :min and :max kilobytes.',
|
||||
'string' => 'The :attribute must be between :min and :max characters.',
|
||||
'array' => 'The :attribute must have between :min and :max items.',
|
||||
'file' => 'The :attribute must be between :min and :max kilobytes.',
|
||||
'string' => 'The :attribute must be between :min and :max characters.',
|
||||
'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_equals' => 'The :attribute must be a date equal to :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.',
|
||||
'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_equals' => 'The :attribute must be a date equal to :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.',
|
||||
'dimensions' => 'The :attribute has invalid image dimensions.',
|
||||
'distinct' => 'The :attribute field has a duplicate value.',
|
||||
'email' => 'The :attribute must be a valid email address.',
|
||||
'ends_with' => 'The :attribute must end with one of the following: :values',
|
||||
'exists' => 'The selected :attribute is invalid.',
|
||||
'file' => 'The :attribute must be a file.',
|
||||
'filled' => 'The :attribute field must have a value.',
|
||||
'gt' => [
|
||||
'dimensions' => 'The :attribute has invalid image dimensions.',
|
||||
'distinct' => 'The :attribute field has a duplicate value.',
|
||||
'email' => 'The :attribute must be a valid email address.',
|
||||
'ends_with' => 'The :attribute must end with one of the following: :values',
|
||||
'exists' => 'The selected :attribute is invalid.',
|
||||
'file' => 'The :attribute must be a file.',
|
||||
'filled' => 'The :attribute field must have a value.',
|
||||
'gt' => [
|
||||
'numeric' => 'The :attribute must be greater than :value.',
|
||||
'file' => 'The :attribute must be greater than :value kilobytes.',
|
||||
'string' => 'The :attribute must be greater than :value characters.',
|
||||
'array' => 'The :attribute must have more than :value items.',
|
||||
'file' => 'The :attribute must be greater than :value kilobytes.',
|
||||
'string' => 'The :attribute must be greater than :value characters.',
|
||||
'array' => 'The :attribute must have more than :value items.',
|
||||
],
|
||||
'gte' => [
|
||||
'numeric' => 'The :attribute must be greater than or equal :value.',
|
||||
'file' => 'The :attribute must be greater than or equal :value kilobytes.',
|
||||
'string' => 'The :attribute must be greater than or equal :value characters.',
|
||||
'array' => 'The :attribute must have :value items or more.',
|
||||
'file' => 'The :attribute must be greater than or equal :value kilobytes.',
|
||||
'string' => 'The :attribute must be greater than or equal :value characters.',
|
||||
'array' => 'The :attribute must have :value items or more.',
|
||||
],
|
||||
'image' => 'The :attribute must be an image.',
|
||||
'in' => 'The selected :attribute is invalid.',
|
||||
'image' => 'The :attribute must be an image.',
|
||||
'in' => 'The selected :attribute is invalid.',
|
||||
'in_array' => 'The :attribute field does not exist in :other.',
|
||||
'integer' => 'The :attribute must be an integer.',
|
||||
'ip' => 'The :attribute must be a valid IP address.',
|
||||
'ipv4' => 'The :attribute must be a valid IPv4 address.',
|
||||
'ipv6' => 'The :attribute must be a valid IPv6 address.',
|
||||
'json' => 'The :attribute must be a valid JSON string.',
|
||||
'lt' => [
|
||||
'integer' => 'The :attribute must be an integer.',
|
||||
'ip' => 'The :attribute must be a valid IP address.',
|
||||
'ipv4' => 'The :attribute must be a valid IPv4 address.',
|
||||
'ipv6' => 'The :attribute must be a valid IPv6 address.',
|
||||
'json' => 'The :attribute must be a valid JSON string.',
|
||||
'lt' => [
|
||||
'numeric' => 'The :attribute must be less than :value.',
|
||||
'file' => 'The :attribute must be less than :value kilobytes.',
|
||||
'string' => 'The :attribute must be less than :value characters.',
|
||||
'array' => 'The :attribute must have less than :value items.',
|
||||
'file' => 'The :attribute must be less than :value kilobytes.',
|
||||
'string' => 'The :attribute must be less than :value characters.',
|
||||
'array' => 'The :attribute must have less than :value items.',
|
||||
],
|
||||
'lte' => [
|
||||
'numeric' => 'The :attribute must be less than or equal :value.',
|
||||
'file' => 'The :attribute must be less than or equal :value kilobytes.',
|
||||
'string' => 'The :attribute must be less than or equal :value characters.',
|
||||
'array' => 'The :attribute must not have more than :value items.',
|
||||
'file' => 'The :attribute must be less than or equal :value kilobytes.',
|
||||
'string' => 'The :attribute must be less than or equal :value characters.',
|
||||
'array' => 'The :attribute must not have more than :value items.',
|
||||
],
|
||||
'max' => [
|
||||
'numeric' => 'The :attribute may not be greater than :max.',
|
||||
'file' => 'The :attribute may not be greater than :max kilobytes.',
|
||||
'string' => 'The :attribute may not be greater than :max characters.',
|
||||
'array' => 'The :attribute may not have more than :max items.',
|
||||
'file' => 'The :attribute may not be greater than :max kilobytes.',
|
||||
'string' => 'The :attribute may not be greater than :max characters.',
|
||||
'array' => 'The :attribute may not have more than :max items.',
|
||||
],
|
||||
'mimes' => 'The :attribute must be a file of type: :values.',
|
||||
'mimes' => 'The :attribute must be a file of type: :values.',
|
||||
'mimetypes' => 'The :attribute must be a file of type: :values.',
|
||||
'min' => [
|
||||
'min' => [
|
||||
'numeric' => 'The :attribute must be at least :min.',
|
||||
'file' => 'The :attribute must be at least :min kilobytes.',
|
||||
'string' => 'The :attribute must be at least :min characters.',
|
||||
'array' => 'The :attribute must have at least :min items.',
|
||||
'file' => 'The :attribute must be at least :min kilobytes.',
|
||||
'string' => 'The :attribute must be at least :min characters.',
|
||||
'array' => 'The :attribute must have at least :min items.',
|
||||
],
|
||||
'not_in' => 'The selected :attribute is invalid.',
|
||||
'not_regex' => 'The :attribute format is invalid.',
|
||||
'numeric' => 'The :attribute must be a number.',
|
||||
'present' => 'The :attribute field must be present.',
|
||||
'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 are present.',
|
||||
'required_without' => 'The :attribute field is required when :values is not present.',
|
||||
'not_in' => 'The selected :attribute is invalid.',
|
||||
'not_regex' => 'The :attribute format is invalid.',
|
||||
'numeric' => 'The :attribute must be a number.',
|
||||
'present' => 'The :attribute field must be present.',
|
||||
'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 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 and :other must match.',
|
||||
'size' => [
|
||||
'same' => 'The :attribute and :other must match.',
|
||||
'size' => [
|
||||
'numeric' => 'The :attribute must be :size.',
|
||||
'file' => 'The :attribute must be :size kilobytes.',
|
||||
'string' => 'The :attribute must be :size characters.',
|
||||
'array' => 'The :attribute must contain :size items.',
|
||||
'file' => 'The :attribute must be :size kilobytes.',
|
||||
'string' => 'The :attribute must be :size characters.',
|
||||
'array' => 'The :attribute must contain :size items.',
|
||||
],
|
||||
'starts_with' => 'The :attribute must start with one of the following: :values',
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'timezone' => 'The :attribute must be a valid zone.',
|
||||
'unique' => 'The :attribute has already been taken.',
|
||||
'uploaded' => 'The :attribute failed to upload.',
|
||||
'url' => 'The :attribute format is invalid.',
|
||||
'uuid' => 'The :attribute must be a valid UUID.',
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'timezone' => 'The :attribute must be a valid zone.',
|
||||
'unique' => 'The :attribute has already been taken.',
|
||||
'uploaded' => 'The :attribute failed to upload.',
|
||||
'url' => 'The :attribute format is invalid.',
|
||||
'uuid' => 'The :attribute must be a valid UUID.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -28,5 +28,5 @@ return [
|
||||
*/
|
||||
|
||||
'previous' => '« Anterior',
|
||||
'next' => 'Siguiente »',
|
||||
'next' => 'Siguiente »',
|
||||
];
|
||||
|
@@ -28,8 +28,8 @@ return [
|
||||
*/
|
||||
|
||||
'password' => 'Las contraseñas deben tener al menos seis caracteres y coincidir con la confirmación.',
|
||||
'user' => 'No podemos encontrar un usuario con esa dirección de correo electrónico.',
|
||||
'token' => 'Este token de restablecimiento de contraseña no es válido.',
|
||||
'sent' => 'Hemos enviado su enlace de restablecimiento de contraseña por correo electrónico!',
|
||||
'reset' => 'Tu contraseña ha sido restablecida!',
|
||||
'user' => 'No podemos encontrar un usuario con esa dirección de correo electrónico.',
|
||||
'token' => 'Este token de restablecimiento de contraseña no es válido.',
|
||||
'sent' => 'Hemos enviado su enlace de restablecimiento de contraseña por correo electrónico!',
|
||||
'reset' => 'Tu contraseña ha sido restablecida!',
|
||||
];
|
||||
|
@@ -27,65 +27,65 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'accepted' => 'El atributo: debe ser acceptado.',
|
||||
'accepted' => 'El atributo: debe ser acceptado.',
|
||||
'active_url' => 'El atributo: no es un atributo valid URL.',
|
||||
'after' => 'El atributo: debe ser a date after :date.',
|
||||
'alpha' => 'El atributo: sólo puede contener letters.',
|
||||
'after' => 'El atributo: debe ser a date after :date.',
|
||||
'alpha' => 'El atributo: sólo puede contener letters.',
|
||||
'alpha_dash' => 'El atributo: sólo puede contener letters, numbers, and dashes.',
|
||||
'alpha_num' => 'El atributo: sólo puede contener letters and numbers.',
|
||||
'array' => 'El atributo: debe ser an array.',
|
||||
'before' => 'El atributo: debe ser a date before :date.',
|
||||
'between' => [
|
||||
'alpha_num' => 'El atributo: sólo puede contener letters and numbers.',
|
||||
'array' => 'El atributo: debe ser an array.',
|
||||
'before' => 'El atributo: debe ser a date before :date.',
|
||||
'between' => [
|
||||
'numeric' => 'El atributo: debe ser between :min and :max.',
|
||||
'file' => 'El atributo: debe ser between :min and :max kilobytes.',
|
||||
'string' => 'El atributo: debe ser between :min and :max characters.',
|
||||
'array' => 'El atributo: must have between :min and :max items.',
|
||||
'file' => 'El atributo: debe ser between :min and :max kilobytes.',
|
||||
'string' => 'El atributo: debe ser between :min and :max characters.',
|
||||
'array' => 'El atributo: must have between :min and :max items.',
|
||||
],
|
||||
'boolean' => 'El atributo: field must be true or false.',
|
||||
'confirmed' => 'El atributo: confirmation does not match.',
|
||||
'date' => 'El atributo: no es un atributo valid date.',
|
||||
'date_format' => 'El atributo: does not match the format :format.',
|
||||
'different' => 'El atributo: and :other must be different.',
|
||||
'digits' => 'El atributo: debe ser :digits digits.',
|
||||
'boolean' => 'El atributo: field must be true or false.',
|
||||
'confirmed' => 'El atributo: confirmation does not match.',
|
||||
'date' => 'El atributo: no es un atributo valid date.',
|
||||
'date_format' => 'El atributo: does not match the format :format.',
|
||||
'different' => 'El atributo: and :other must be different.',
|
||||
'digits' => 'El atributo: debe ser :digits digits.',
|
||||
'digits_between' => 'El atributo: debe ser between :min and :max digits.',
|
||||
'email' => 'El atributo: debe ser a valid email address.',
|
||||
'filled' => 'Se requiere el campo de atributo:.',
|
||||
'exists' => 'The selected :attribute es inválido.',
|
||||
'image' => 'El atributo: debe ser an image.',
|
||||
'in' => 'The selected :attribute es inválido.',
|
||||
'integer' => 'El atributo: debe ser an integer.',
|
||||
'ip' => 'El atributo: debe ser a valid IP address.',
|
||||
'max' => [
|
||||
'email' => 'El atributo: debe ser a valid email address.',
|
||||
'filled' => 'Se requiere el campo de atributo:.',
|
||||
'exists' => 'The selected :attribute es inválido.',
|
||||
'image' => 'El atributo: debe ser an image.',
|
||||
'in' => 'The selected :attribute es inválido.',
|
||||
'integer' => 'El atributo: debe ser an integer.',
|
||||
'ip' => 'El atributo: debe ser a valid IP address.',
|
||||
'max' => [
|
||||
'numeric' => 'El atributo: no puede ser mayor que :max.',
|
||||
'file' => 'El atributo: no puede ser mayor que :max kilobytes.',
|
||||
'string' => 'El atributo: no puede ser mayor que :max characters.',
|
||||
'array' => 'El atributo: no puede tener más de :max items.',
|
||||
'file' => 'El atributo: no puede ser mayor que :max kilobytes.',
|
||||
'string' => 'El atributo: no puede ser mayor que :max characters.',
|
||||
'array' => 'El atributo: no puede tener más de :max items.',
|
||||
],
|
||||
'mimes' => 'El atributo: debe ser a file of type: :values.',
|
||||
'min' => [
|
||||
'min' => [
|
||||
'numeric' => 'El atributo: debe ser at least :min.',
|
||||
'file' => 'El atributo: debe ser at least :min kilobytes.',
|
||||
'string' => 'El atributo: debe ser at least :min characters.',
|
||||
'array' => 'El atributo: must have at least :min items.',
|
||||
'file' => 'El atributo: debe ser at least :min kilobytes.',
|
||||
'string' => 'El atributo: debe ser at least :min characters.',
|
||||
'array' => 'El atributo: must have at least :min items.',
|
||||
],
|
||||
'not_in' => 'The selected :attribute es inválido.',
|
||||
'numeric' => 'El atributo: debe ser a number.',
|
||||
'regex' => 'El atributo: format es inválido.',
|
||||
'required' => 'Se requiere el campo de atributo:.',
|
||||
'required_if' => 'Se requiere el campo de atributo: when :other is :value.',
|
||||
'required_with' => 'Se requiere el campo de atributo: Cuando: valores están presentes.',
|
||||
'required_with_all' => 'Se requiere el campo de atributo: Cuando: valores están presentes.',
|
||||
'required_without' => 'Se requiere el campo de atributo: when :values is not present.',
|
||||
'not_in' => 'The selected :attribute es inválido.',
|
||||
'numeric' => 'El atributo: debe ser a number.',
|
||||
'regex' => 'El atributo: format es inválido.',
|
||||
'required' => 'Se requiere el campo de atributo:.',
|
||||
'required_if' => 'Se requiere el campo de atributo: when :other is :value.',
|
||||
'required_with' => 'Se requiere el campo de atributo: Cuando: valores están presentes.',
|
||||
'required_with_all' => 'Se requiere el campo de atributo: Cuando: valores están presentes.',
|
||||
'required_without' => 'Se requiere el campo de atributo: when :values is not present.',
|
||||
'required_without_all' => 'Se requiere el campo de atributo: when none of :values are present.',
|
||||
'same' => 'El atributo: and :other must match.',
|
||||
'size' => [
|
||||
'same' => 'El atributo: and :other must match.',
|
||||
'size' => [
|
||||
'numeric' => 'El atributo: debe ser :size.',
|
||||
'file' => 'El atributo: debe ser :size kilobytes.',
|
||||
'string' => 'El atributo: debe ser :size characters.',
|
||||
'array' => 'El atributo: must contain :size items.',
|
||||
'file' => 'El atributo: debe ser :size kilobytes.',
|
||||
'string' => 'El atributo: debe ser :size characters.',
|
||||
'array' => 'El atributo: must contain :size items.',
|
||||
],
|
||||
'unique' => 'El atributo: has already been taken.',
|
||||
'url' => 'El atributo: format es inválido.',
|
||||
'unique' => 'El atributo: has already been taken.',
|
||||
'url' => 'El atributo: format es inválido.',
|
||||
'timezone' => 'El atributo: debe ser una zona válida.',
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -14,5 +14,5 @@ return [
|
||||
*/
|
||||
|
||||
'previous' => '« Précédent',
|
||||
'next' => 'Suivant »',
|
||||
'next' => 'Suivant »',
|
||||
];
|
||||
|
@@ -14,8 +14,8 @@ return [
|
||||
*/
|
||||
|
||||
'password' => 'Les mots de passe doivent contenir au moins six caractères pour pouvoir être confirmés.',
|
||||
'user' => "Nous n'avons pu trouver d'utilisateur avec cette adresse email.",
|
||||
'token' => 'Ce jeton de réinitialisation de mot de passe est invalide.',
|
||||
'sent' => 'Nous vous avons envoyé votre lien de réinitialisation par email!',
|
||||
'reset' => 'Votre mot de passe a été réinitialisé',
|
||||
'user' => "Nous n'avons pu trouver d'utilisateur avec cette adresse email.",
|
||||
'token' => 'Ce jeton de réinitialisation de mot de passe est invalide.',
|
||||
'sent' => 'Nous vous avons envoyé votre lien de réinitialisation par email!',
|
||||
'reset' => 'Votre mot de passe a été réinitialisé',
|
||||
];
|
||||
|
@@ -13,65 +13,65 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'accepted' => 'Le :attribute doit être accepté.',
|
||||
'accepted' => 'Le :attribute doit être accepté.',
|
||||
'active_url' => 'Le :attribute n\'est pas une URL valide.',
|
||||
'after' => 'Le :attribute doit être une date après la date :date.',
|
||||
'alpha' => 'Le :attribute ne peut contenir que des lettres.',
|
||||
'after' => 'Le :attribute doit être une date après la date :date.',
|
||||
'alpha' => 'Le :attribute ne peut contenir que des lettres.',
|
||||
'alpha_dash' => 'Le :attribute ne peut contenir que des lettres, des nombres, et des tirets.',
|
||||
'alpha_num' => 'Le :attribute may ne peut contenir que des lettres et des nombres.',
|
||||
'array' => 'Le :attribute doit être un tableau.',
|
||||
'before' => 'Le :attribute doit être une date avant la date :date.',
|
||||
'between' => [
|
||||
'alpha_num' => 'Le :attribute may ne peut contenir que des lettres et des nombres.',
|
||||
'array' => 'Le :attribute doit être un tableau.',
|
||||
'before' => 'Le :attribute doit être une date avant la date :date.',
|
||||
'between' => [
|
||||
'numeric' => 'Le :attribute doit être entre :min et :max.',
|
||||
'file' => 'Le :attribute doit être entre :min et :max ko.',
|
||||
'string' => 'Le :attribute doit être entre :min et :max caractères.',
|
||||
'array' => 'Le :attribute doit avoir entre :min et :max éléments.',
|
||||
'file' => 'Le :attribute doit être entre :min et :max ko.',
|
||||
'string' => 'Le :attribute doit être entre :min et :max caractères.',
|
||||
'array' => 'Le :attribute doit avoir entre :min et :max éléments.',
|
||||
],
|
||||
'boolean' => 'Le :attribute champ doit être true ou false.',
|
||||
'confirmed' => 'Le :attribute confirmation ne correspond pas.',
|
||||
'date' => 'Le :attribute n\'est pas une date valide.',
|
||||
'date_format' => 'Le :attribute ne correspond pas au format :format.',
|
||||
'different' => 'Le :attribute et :other doivent être différents.',
|
||||
'digits' => 'Le :attribute doit être composé de :digits numéros.',
|
||||
'boolean' => 'Le :attribute champ doit être true ou false.',
|
||||
'confirmed' => 'Le :attribute confirmation ne correspond pas.',
|
||||
'date' => 'Le :attribute n\'est pas une date valide.',
|
||||
'date_format' => 'Le :attribute ne correspond pas au format :format.',
|
||||
'different' => 'Le :attribute et :other doivent être différents.',
|
||||
'digits' => 'Le :attribute doit être composé de :digits numéros.',
|
||||
'digits_between' => 'Le :attribute doit être entre :min et :max numéros.',
|
||||
'email' => 'Le :attribute doit être une adresse email valide.',
|
||||
'filled' => 'Le :attribute field is required.',
|
||||
'exists' => 'Le :attribute sélectionné est invalide.',
|
||||
'image' => 'Le :attribute doit être une image.',
|
||||
'in' => 'Le :attribute sélectionné est invalide.',
|
||||
'integer' => 'Le :attribute doit être un entier.',
|
||||
'ip' => 'Le :attribute doit être une adresse IP valide.',
|
||||
'max' => [
|
||||
'email' => 'Le :attribute doit être une adresse email valide.',
|
||||
'filled' => 'Le :attribute field is required.',
|
||||
'exists' => 'Le :attribute sélectionné est invalide.',
|
||||
'image' => 'Le :attribute doit être une image.',
|
||||
'in' => 'Le :attribute sélectionné est invalide.',
|
||||
'integer' => 'Le :attribute doit être un entier.',
|
||||
'ip' => 'Le :attribute doit être une adresse IP valide.',
|
||||
'max' => [
|
||||
'numeric' => 'Le :attribute ne peut pas être plus grand que :max.',
|
||||
'file' => 'Le :attribute ne peut pas être plus grand que :max Ko.',
|
||||
'string' => 'Le :attribute ne peut pas être plus grand que :max caractères.',
|
||||
'array' => 'Le :attribute ne peut pas avoir plus de :max éléments.',
|
||||
'file' => 'Le :attribute ne peut pas être plus grand que :max Ko.',
|
||||
'string' => 'Le :attribute ne peut pas être plus grand que :max caractères.',
|
||||
'array' => 'Le :attribute ne peut pas avoir plus de :max éléments.',
|
||||
],
|
||||
'mimes' => 'Le :attribute doit être un fichier de type: :values.',
|
||||
'min' => [
|
||||
'min' => [
|
||||
'numeric' => 'Le :attribute doit être au moins :min.',
|
||||
'file' => 'Le :attribute doit être au moins :min ko.',
|
||||
'string' => 'Le :attribute doit être au moins :min caractères.',
|
||||
'array' => 'Le :attribute doit au moins avoir :min éléments.',
|
||||
'file' => 'Le :attribute doit être au moins :min ko.',
|
||||
'string' => 'Le :attribute doit être au moins :min caractères.',
|
||||
'array' => 'Le :attribute doit au moins avoir :min éléments.',
|
||||
],
|
||||
'not_in' => 'Le :attribute sélectionné est invalide.',
|
||||
'numeric' => 'Le :attribute doit être un nombre.',
|
||||
'regex' => 'Le format de :attribute est invalide.',
|
||||
'required' => 'Le champ :attribute est obligatoire.',
|
||||
'required_if' => 'Le champ :a formatttribute est requis lorsque :other est :value.',
|
||||
'required_with' => 'Le champ :attribute est requis lorsque :values is present.',
|
||||
'required_with_all' => 'Le champ :attribute est requis lorsque :values is present.',
|
||||
'required_without' => 'Le champ :attribute est requis lorsque :values is not present.',
|
||||
'not_in' => 'Le :attribute sélectionné est invalide.',
|
||||
'numeric' => 'Le :attribute doit être un nombre.',
|
||||
'regex' => 'Le format de :attribute est invalide.',
|
||||
'required' => 'Le champ :attribute est obligatoire.',
|
||||
'required_if' => 'Le champ :a formatttribute est requis lorsque :other est :value.',
|
||||
'required_with' => 'Le champ :attribute est requis lorsque :values is present.',
|
||||
'required_with_all' => 'Le champ :attribute est requis lorsque :values is present.',
|
||||
'required_without' => 'Le champ :attribute est requis lorsque :values is not present.',
|
||||
'required_without_all' => 'Le champ :attribute est requis lorsque pas de :values sont présents.',
|
||||
'same' => 'Le champ :attribute et :other doivent correspondre.',
|
||||
'size' => [
|
||||
'same' => 'Le champ :attribute et :other doivent correspondre.',
|
||||
'size' => [
|
||||
'numeric' => 'Le :attribute doit être de :size.',
|
||||
'file' => 'Le :attribute doit être de :size ko.',
|
||||
'string' => 'Le :attribute doit être de :size caractères.',
|
||||
'array' => 'Le :attribute doit contenir :size éléments.',
|
||||
'file' => 'Le :attribute doit être de :size ko.',
|
||||
'string' => 'Le :attribute doit être de :size caractères.',
|
||||
'array' => 'Le :attribute doit contenir :size éléments.',
|
||||
],
|
||||
'unique' => 'Le :attribute ha déjà été pris.',
|
||||
'url' => 'Le format de :attribute est invalide.',
|
||||
'unique' => 'Le :attribute ha déjà été pris.',
|
||||
'url' => 'Le format de :attribute est invalide.',
|
||||
'timezone' => 'Le :attribute doit être une zone valide.',
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -14,5 +14,5 @@ return [
|
||||
*/
|
||||
|
||||
'previous' => '« Precedente',
|
||||
'next' => 'Successivo »',
|
||||
'next' => 'Successivo »',
|
||||
];
|
||||
|
@@ -14,8 +14,8 @@ return [
|
||||
*/
|
||||
|
||||
'password' => 'Le password devono essere almeno di sei carattere e devono corrispondere.',
|
||||
'user' => "Non trovo nessun utente con l'email fornita.",
|
||||
'token' => 'Il token di reset password non è valido.',
|
||||
'sent' => 'Ti abbiamo inviato per email il link di reset della password!',
|
||||
'reset' => 'La tua password è stata resettata!',
|
||||
'user' => "Non trovo nessun utente con l'email fornita.",
|
||||
'token' => 'Il token di reset password non è valido.',
|
||||
'sent' => 'Ti abbiamo inviato per email il link di reset della password!',
|
||||
'reset' => 'La tua password è stata resettata!',
|
||||
];
|
||||
|
@@ -13,65 +13,65 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'accepted' => ':attribute deve essere accettatp.',
|
||||
'accepted' => ':attribute deve essere accettatp.',
|
||||
'active_url' => ':attribute non è un URL valido.',
|
||||
'after' => ':attribute deve essere una data dopo il :date.',
|
||||
'alpha' => ':attribute può contenere lettere.',
|
||||
'after' => ':attribute deve essere una data dopo il :date.',
|
||||
'alpha' => ':attribute può contenere lettere.',
|
||||
'alpha_dash' => ':attribute può contenere lettere, numeri, e trattini.',
|
||||
'alpha_num' => ':attribute può contenere lettere and numeri.',
|
||||
'array' => ':attribute deve essere un array.',
|
||||
'before' => ':attribute deve essere una data prima di :date.',
|
||||
'between' => [
|
||||
'alpha_num' => ':attribute può contenere lettere and numeri.',
|
||||
'array' => ':attribute deve essere un array.',
|
||||
'before' => ':attribute deve essere una data prima di :date.',
|
||||
'between' => [
|
||||
'numeric' => ':attribute deve essere fra :min e :max.',
|
||||
'file' => ':attribute deve essere fra :min e :max kilobytes.',
|
||||
'string' => ':attribute deve essere fra :min e :max caratteri.',
|
||||
'array' => ':attribute deve contenere fra :min e :max oggetti.',
|
||||
'file' => ':attribute deve essere fra :min e :max kilobytes.',
|
||||
'string' => ':attribute deve essere fra :min e :max caratteri.',
|
||||
'array' => ':attribute deve contenere fra :min e :max oggetti.',
|
||||
],
|
||||
'boolean' => ':attribute deve essere vero o falso.',
|
||||
'confirmed' => ':attribute di conferma non corrisponde.',
|
||||
'date' => ':attribute non è una data valida.',
|
||||
'date_format' => ':attribute non corrisponde al formato :format.',
|
||||
'different' => ':attribute e :other deveno essere differenti.',
|
||||
'digits' => ':attribute deve essere :digits numeri.',
|
||||
'boolean' => ':attribute deve essere vero o falso.',
|
||||
'confirmed' => ':attribute di conferma non corrisponde.',
|
||||
'date' => ':attribute non è una data valida.',
|
||||
'date_format' => ':attribute non corrisponde al formato :format.',
|
||||
'different' => ':attribute e :other deveno essere differenti.',
|
||||
'digits' => ':attribute deve essere :digits numeri.',
|
||||
'digits_between' => ':attribute deve essere fra :min and :max numeri.',
|
||||
'email' => ':attribute deve essere un indirizzo email valido.',
|
||||
'filled' => ':attribute è obbligatorio.',
|
||||
'exists' => ':attribute selezionato non è valido.',
|
||||
'image' => ':attribute deve essere una immagine.',
|
||||
'in' => ':attribute selezionato non è valido.',
|
||||
'integer' => ':attribute deve essere un intero.',
|
||||
'ip' => ':attribute deve essere un indirizzo IP valido.',
|
||||
'max' => [
|
||||
'email' => ':attribute deve essere un indirizzo email valido.',
|
||||
'filled' => ':attribute è obbligatorio.',
|
||||
'exists' => ':attribute selezionato non è valido.',
|
||||
'image' => ':attribute deve essere una immagine.',
|
||||
'in' => ':attribute selezionato non è valido.',
|
||||
'integer' => ':attribute deve essere un intero.',
|
||||
'ip' => ':attribute deve essere un indirizzo IP valido.',
|
||||
'max' => [
|
||||
'numeric' => ':attribute non può essere più grande di :max.',
|
||||
'file' => ':attribute non può essere più grande di :max kilobytes.',
|
||||
'string' => ':attribute non può essere più grande di :max caratteri.',
|
||||
'array' => ':attribute non può avere più di :max oggetti.',
|
||||
'file' => ':attribute non può essere più grande di :max kilobytes.',
|
||||
'string' => ':attribute non può essere più grande di :max caratteri.',
|
||||
'array' => ':attribute non può avere più di :max oggetti.',
|
||||
],
|
||||
'mimes' => ':attribute deve essere un file di tipo: :values.',
|
||||
'min' => [
|
||||
'min' => [
|
||||
'numeric' => ':attribute deve essere almeno :min.',
|
||||
'file' => ':attribute deve essere almeno :min kilobytes.',
|
||||
'string' => ':attribute deve essere almeno :min caratteri.',
|
||||
'array' => ':attribute deve avere almeno :min oggetti.',
|
||||
'file' => ':attribute deve essere almeno :min kilobytes.',
|
||||
'string' => ':attribute deve essere almeno :min caratteri.',
|
||||
'array' => ':attribute deve avere almeno :min oggetti.',
|
||||
],
|
||||
'not_in' => ':attribute selezionato non è valido.',
|
||||
'numeric' => ':attribute deve essere un numero.',
|
||||
'regex' => ':attribute ha un formato non valido.',
|
||||
'required' => ':attribute è richiesto.',
|
||||
'required_if' => ':attribute è richiesto quando :other è :value.',
|
||||
'required_with' => ':attribute è richiesto quando :values è presente.',
|
||||
'required_with_all' => ':attribute è richiesto quando :values è presente.',
|
||||
'required_without' => ':attribute è richiesto quando :values non è presente.',
|
||||
'not_in' => ':attribute selezionato non è valido.',
|
||||
'numeric' => ':attribute deve essere un numero.',
|
||||
'regex' => ':attribute ha un formato non valido.',
|
||||
'required' => ':attribute è richiesto.',
|
||||
'required_if' => ':attribute è richiesto quando :other è :value.',
|
||||
'required_with' => ':attribute è richiesto quando :values è presente.',
|
||||
'required_with_all' => ':attribute è richiesto quando :values è presente.',
|
||||
'required_without' => ':attribute è richiesto quando :values non è presente.',
|
||||
'required_without_all' => ':attribute è richiesto quando nessuno dei :values è presente.',
|
||||
'same' => ':attribute e :other devono corrispondere.',
|
||||
'size' => [
|
||||
'same' => ':attribute e :other devono corrispondere.',
|
||||
'size' => [
|
||||
'numeric' => ':attribute deve essere :size.',
|
||||
'file' => ':attribute deve essere :size kilobytes.',
|
||||
'string' => ':attribute deve essere :size caratter.',
|
||||
'array' => ':attribute deve contenere :size oggetti.',
|
||||
'file' => ':attribute deve essere :size kilobytes.',
|
||||
'string' => ':attribute deve essere :size caratter.',
|
||||
'array' => ':attribute deve contenere :size oggetti.',
|
||||
],
|
||||
'unique' => ':attribute è già stato utilizzato.',
|
||||
'url' => ':attribute è in un formato non valido.',
|
||||
'unique' => ':attribute è già stato utilizzato.',
|
||||
'url' => ':attribute è in un formato non valido.',
|
||||
'timezone' => ':attribute deve essere un valido fuso orario.',
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -27,5 +27,5 @@ return [
|
||||
*/
|
||||
|
||||
'previous' => '« Vorige',
|
||||
'next' => 'Volgende »',
|
||||
'next' => 'Volgende »',
|
||||
];
|
||||
|
@@ -27,8 +27,8 @@ return [
|
||||
*/
|
||||
|
||||
'password' => 'Wachtwoorden moeten minimaal 6 karakters hebben en overeenkomen met de bevestiging.',
|
||||
'user' => 'We kunnen geen gebruiker vinden met dat e-mailadres.',
|
||||
'token' => 'Deze wachtwoord herstel token is ongeldig.',
|
||||
'sent' => 'We hebben een link naar je toegestuurd waarmee je je wachtwoord kunt resetten!',
|
||||
'reset' => 'Je wachtwoord is gereset!',
|
||||
'user' => 'We kunnen geen gebruiker vinden met dat e-mailadres.',
|
||||
'token' => 'Deze wachtwoord herstel token is ongeldig.',
|
||||
'sent' => 'We hebben een link naar je toegestuurd waarmee je je wachtwoord kunt resetten!',
|
||||
'reset' => 'Je wachtwoord is gereset!',
|
||||
];
|
||||
|
@@ -26,65 +26,65 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'accepted' => 'The :attribute must be accepted.',
|
||||
'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.',
|
||||
'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.',
|
||||
'before' => 'The :attribute must be a date before :date.',
|
||||
'between' => [
|
||||
'alpha_num' => 'The :attribute may only contain letters and numbers.',
|
||||
'array' => 'The :attribute must be an array.',
|
||||
'before' => 'The :attribute must be a date before :date.',
|
||||
'between' => [
|
||||
'numeric' => 'The :attribute must be between :min and :max.',
|
||||
'file' => 'The :attribute must be between :min and :max kilobytes.',
|
||||
'string' => 'The :attribute must be between :min and :max characters.',
|
||||
'array' => 'The :attribute must have between :min and :max items.',
|
||||
'file' => 'The :attribute must be between :min and :max kilobytes.',
|
||||
'string' => 'The :attribute must be between :min and :max characters.',
|
||||
'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.',
|
||||
'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.',
|
||||
'max' => [
|
||||
'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.',
|
||||
'max' => [
|
||||
'numeric' => 'The :attribute may not be greater than :max.',
|
||||
'file' => 'The :attribute may not be greater than :max kilobytes.',
|
||||
'string' => 'The :attribute may not be greater than :max characters.',
|
||||
'array' => 'The :attribute may not have more than :max items.',
|
||||
'file' => 'The :attribute may not be greater than :max kilobytes.',
|
||||
'string' => 'The :attribute may not be greater than :max characters.',
|
||||
'array' => 'The :attribute may not have more than :max items.',
|
||||
],
|
||||
'mimes' => 'The :attribute must be a file of type: :values.',
|
||||
'min' => [
|
||||
'min' => [
|
||||
'numeric' => 'The :attribute must be at least :min.',
|
||||
'file' => 'The :attribute must be at least :min kilobytes.',
|
||||
'string' => 'The :attribute must be at least :min characters.',
|
||||
'array' => 'The :attribute must have at least :min items.',
|
||||
'file' => 'The :attribute must be at least :min kilobytes.',
|
||||
'string' => 'The :attribute must be at least :min characters.',
|
||||
'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_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.',
|
||||
'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_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' => [
|
||||
'same' => 'The :attribute and :other must match.',
|
||||
'size' => [
|
||||
'numeric' => 'The :attribute must be :size.',
|
||||
'file' => 'The :attribute must be :size kilobytes.',
|
||||
'string' => 'The :attribute must be :size characters.',
|
||||
'array' => 'The :attribute must contain :size items.',
|
||||
'file' => 'The :attribute must be :size kilobytes.',
|
||||
'string' => 'The :attribute must be :size characters.',
|
||||
'array' => 'The :attribute must contain :size items.',
|
||||
],
|
||||
'unique' => 'The :attribute has already been taken.',
|
||||
'url' => 'The :attribute format is invalid.',
|
||||
'unique' => 'The :attribute has already been taken.',
|
||||
'url' => 'The :attribute format is invalid.',
|
||||
'timezone' => 'The :attribute must be a valid zone.',
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -27,5 +27,5 @@ return [
|
||||
*/
|
||||
|
||||
'previous' => 'Anterior',
|
||||
'next' => 'Próximo',
|
||||
'next' => 'Próximo',
|
||||
];
|
||||
|
@@ -28,8 +28,8 @@ return [
|
||||
*/
|
||||
|
||||
'password' => 'As senhas devem ter pelo menos seis caracteres e serem idênticas.',
|
||||
'user' => 'Nenhum usuário foi localizado com esse endereço de e-mail.',
|
||||
'token' => 'Chave de redefinição de senha é inválida.',
|
||||
'sent' => 'O link para redefinição de senha será enviado por e-mail!',
|
||||
'reset' => 'Sua senha foi redefinida!',
|
||||
'user' => 'Nenhum usuário foi localizado com esse endereço de e-mail.',
|
||||
'token' => 'Chave de redefinição de senha é inválida.',
|
||||
'sent' => 'O link para redefinição de senha será enviado por e-mail!',
|
||||
'reset' => 'Sua senha foi redefinida!',
|
||||
];
|
||||
|
@@ -27,65 +27,65 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'accepted' => 'A opção deverá ser aceita.',
|
||||
'accepted' => 'A opção deverá ser aceita.',
|
||||
'active_url' => 'A informação não é uma URL válida',
|
||||
'after' => 'A informação deve ser uma data superior a :date.',
|
||||
'alpha' => 'A informação só pode conter letras.',
|
||||
'after' => 'A informação deve ser uma data superior a :date.',
|
||||
'alpha' => 'A informação só pode conter letras.',
|
||||
'alpha_dash' => 'A informação só pode conter letras, números e traços',
|
||||
'alpha_num' => 'A informação só pode conter letras e números.',
|
||||
'array' => 'A informação deverá ser em ordem.',
|
||||
'before' => 'A informação deverá ser uma data inferior a :date.',
|
||||
'between' => [
|
||||
'alpha_num' => 'A informação só pode conter letras e números.',
|
||||
'array' => 'A informação deverá ser em ordem.',
|
||||
'before' => 'A informação deverá ser uma data inferior a :date.',
|
||||
'between' => [
|
||||
'numeric' => 'A informação deverá estar entre :min e :max.',
|
||||
'string' => 'A informação deverá estar entre :min e :max characters.',
|
||||
'file' => 'A informação deverá estar entre :min e :max kilobytes.',
|
||||
'array' => 'A informação deverá estar entre :min e :max items.',
|
||||
'string' => 'A informação deverá estar entre :min e :max characters.',
|
||||
'file' => 'A informação deverá estar entre :min e :max kilobytes.',
|
||||
'array' => 'A informação deverá estar entre :min e :max items.',
|
||||
],
|
||||
'boolean' => 'A informação deverá ser verdadeira ou falsa.',
|
||||
'confirmed' => 'A informação não está correta.',
|
||||
'date' => 'A informação não é uma data válida.',
|
||||
'date_format' => 'A informação não corresponde ao formato :format.',
|
||||
'different' => 'A informação :other deverá ser diferente.',
|
||||
'digits' => 'A informação deve ser :digits dígitos.',
|
||||
'boolean' => 'A informação deverá ser verdadeira ou falsa.',
|
||||
'confirmed' => 'A informação não está correta.',
|
||||
'date' => 'A informação não é uma data válida.',
|
||||
'date_format' => 'A informação não corresponde ao formato :format.',
|
||||
'different' => 'A informação :other deverá ser diferente.',
|
||||
'digits' => 'A informação deve ser :digits dígitos.',
|
||||
'digits_between' => 'A informação deve estar entre :min e :max dígitos.',
|
||||
'email' => 'A informação deverá ser um e-mail válido.',
|
||||
'filled' => 'A informação é inválida.',
|
||||
'exists' => 'A informação :attribute é inválida.',
|
||||
'image' => 'O arquivo deve ser uma imagem.',
|
||||
'in' => 'A informação selecionada :attribute é inválida.',
|
||||
'integer' => 'O informação deve ser um número inteiro.',
|
||||
'ip' => 'O número deve ser um endereço de IP válido.',
|
||||
'max' => [
|
||||
'email' => 'A informação deverá ser um e-mail válido.',
|
||||
'filled' => 'A informação é inválida.',
|
||||
'exists' => 'A informação :attribute é inválida.',
|
||||
'image' => 'O arquivo deve ser uma imagem.',
|
||||
'in' => 'A informação selecionada :attribute é inválida.',
|
||||
'integer' => 'O informação deve ser um número inteiro.',
|
||||
'ip' => 'O número deve ser um endereço de IP válido.',
|
||||
'max' => [
|
||||
'numeric' => 'O valor não pode ser maior a :max.',
|
||||
'file' => 'O arquivo não pode ser maior a :max kilobytes.',
|
||||
'string' => 'A informação não pode ser maior a :max caracteres.',
|
||||
'array' => 'A informação não pode ter mais do que :max itens.',
|
||||
'file' => 'O arquivo não pode ser maior a :max kilobytes.',
|
||||
'string' => 'A informação não pode ser maior a :max caracteres.',
|
||||
'array' => 'A informação não pode ter mais do que :max itens.',
|
||||
],
|
||||
'mimes' => 'O :attribute deve ser um arquivo do tipo: :values.',
|
||||
'min' => [
|
||||
'min' => [
|
||||
'numeric' => 'O valor deve ser de pelo menos :min.',
|
||||
'file' => 'O arquivo deve ser de pelo menos :min kilobytes.',
|
||||
'string' => 'A informação deve ser de pelo menos :min caracteres.',
|
||||
'array' => 'A informação deve ter pelo menos :min itens.',
|
||||
'file' => 'O arquivo deve ser de pelo menos :min kilobytes.',
|
||||
'string' => 'A informação deve ser de pelo menos :min caracteres.',
|
||||
'array' => 'A informação deve ter pelo menos :min itens.',
|
||||
],
|
||||
'not_in' => 'A informação selecionada é inválida.',
|
||||
'numeric' => 'A informação deverá ser um número.',
|
||||
'regex' => 'O formato está inválido.',
|
||||
'required' => 'O campo é obrigatório.',
|
||||
'required_if' => 'O campo é obrigatório quando :other é :value.',
|
||||
'required_with' => 'O campo é obrigatório quando for informado os dados.',
|
||||
'required_with_all' => 'O campo é obrigatório quando os valores estiverem presentes.',
|
||||
'required_without' => 'O campo é obrigatório quando os valores não estiverem presentes',
|
||||
'not_in' => 'A informação selecionada é inválida.',
|
||||
'numeric' => 'A informação deverá ser um número.',
|
||||
'regex' => 'O formato está inválido.',
|
||||
'required' => 'O campo é obrigatório.',
|
||||
'required_if' => 'O campo é obrigatório quando :other é :value.',
|
||||
'required_with' => 'O campo é obrigatório quando for informado os dados.',
|
||||
'required_with_all' => 'O campo é obrigatório quando os valores estiverem presentes.',
|
||||
'required_without' => 'O campo é obrigatório quando os valores não estiverem presentes',
|
||||
'required_without_all' => 'O campo é obrigatório quando nenhum dos valores estiver presentes',
|
||||
'same' => 'Os campos deverão estar iguais.',
|
||||
'size' => [
|
||||
'same' => 'Os campos deverão estar iguais.',
|
||||
'size' => [
|
||||
'numeric' => 'O valor deve ser :size.',
|
||||
'file' => 'O arquivo deve ser :size kilobytes.',
|
||||
'string' => 'O campo :attribute deve ser :size caracteres.',
|
||||
'array' => 'O campo deve conter :size itens.',
|
||||
'file' => 'O arquivo deve ser :size kilobytes.',
|
||||
'string' => 'O campo :attribute deve ser :size caracteres.',
|
||||
'array' => 'O campo deve conter :size itens.',
|
||||
],
|
||||
'unique' => 'O campo já está preenchido.',
|
||||
'url' => 'Formato inválido.',
|
||||
'unique' => 'O campo já está preenchido.',
|
||||
'url' => 'Formato inválido.',
|
||||
'timezone' => 'O campo deve ser um fuso horário válido.',
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -27,5 +27,5 @@ return [
|
||||
*/
|
||||
|
||||
'previous' => '« Anterior',
|
||||
'next' => 'Próximo »',
|
||||
'next' => 'Próximo »',
|
||||
];
|
||||
|
@@ -28,8 +28,8 @@ return [
|
||||
*/
|
||||
|
||||
'password' => 'As senhas devem ter pelo menos seis caracteres e serem idênticas.',
|
||||
'user' => 'Nenhum usuário foi localizado com esse endereço de e-mail.',
|
||||
'token' => 'Chave de redefinição de senha é inválida.',
|
||||
'sent' => 'O link para redefinição de senha será enviado por e-mail!',
|
||||
'reset' => 'Sua senha foi redefinida!',
|
||||
'user' => 'Nenhum usuário foi localizado com esse endereço de e-mail.',
|
||||
'token' => 'Chave de redefinição de senha é inválida.',
|
||||
'sent' => 'O link para redefinição de senha será enviado por e-mail!',
|
||||
'reset' => 'Sua senha foi redefinida!',
|
||||
];
|
||||
|
@@ -27,65 +27,65 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'accepted' => 'A opção deverá ser aceita.',
|
||||
'accepted' => 'A opção deverá ser aceita.',
|
||||
'active_url' => 'A informação não é uma URL válida',
|
||||
'after' => 'A informação deve ser uma data superior a :date.',
|
||||
'alpha' => 'A informação só pode conter letras.',
|
||||
'after' => 'A informação deve ser uma data superior a :date.',
|
||||
'alpha' => 'A informação só pode conter letras.',
|
||||
'alpha_dash' => 'A informação só pode conter letras, números e traços',
|
||||
'alpha_num' => 'A informação só pode conter letras e números.',
|
||||
'array' => 'A informação deverá ser em ordem.',
|
||||
'before' => 'A informação deverá ser uma data inferior a :date.',
|
||||
'between' => [
|
||||
'alpha_num' => 'A informação só pode conter letras e números.',
|
||||
'array' => 'A informação deverá ser em ordem.',
|
||||
'before' => 'A informação deverá ser uma data inferior a :date.',
|
||||
'between' => [
|
||||
'numeric' => 'A informação deverá estar entre :min e :max.',
|
||||
'string' => 'A informação deverá estar entre :min e :max characters.',
|
||||
'file' => 'A informação deverá estar entre :min e :max kilobytes.',
|
||||
'array' => 'A informação deverá estar entre :min e :max items.',
|
||||
'string' => 'A informação deverá estar entre :min e :max characters.',
|
||||
'file' => 'A informação deverá estar entre :min e :max kilobytes.',
|
||||
'array' => 'A informação deverá estar entre :min e :max items.',
|
||||
],
|
||||
'boolean' => 'A informação deverá ser verdadeira ou falsa.',
|
||||
'confirmed' => 'A informação não está correta.',
|
||||
'date' => 'A informação não é uma data válida.',
|
||||
'date_format' => 'A informação não corresponde ao formato :format.',
|
||||
'different' => 'A informação :other deverá ser diferente.',
|
||||
'digits' => 'A informação deve ser :digits dígitos.',
|
||||
'boolean' => 'A informação deverá ser verdadeira ou falsa.',
|
||||
'confirmed' => 'A informação não está correta.',
|
||||
'date' => 'A informação não é uma data válida.',
|
||||
'date_format' => 'A informação não corresponde ao formato :format.',
|
||||
'different' => 'A informação :other deverá ser diferente.',
|
||||
'digits' => 'A informação deve ser :digits dígitos.',
|
||||
'digits_between' => 'A informação deve estar entre :min e :max dígitos.',
|
||||
'email' => 'A informação deverá ser um e-mail válido.',
|
||||
'filled' => 'A informação é inválida.',
|
||||
'exists' => 'A informação :attribute é inválida.',
|
||||
'image' => 'O arquivo deve ser uma imagem.',
|
||||
'in' => 'A informação selecionada :attribute é inválida.',
|
||||
'integer' => 'O informação deve ser um número inteiro.',
|
||||
'ip' => 'O número deve ser um endereço de IP válido.',
|
||||
'max' => [
|
||||
'email' => 'A informação deverá ser um e-mail válido.',
|
||||
'filled' => 'A informação é inválida.',
|
||||
'exists' => 'A informação :attribute é inválida.',
|
||||
'image' => 'O arquivo deve ser uma imagem.',
|
||||
'in' => 'A informação selecionada :attribute é inválida.',
|
||||
'integer' => 'O informação deve ser um número inteiro.',
|
||||
'ip' => 'O número deve ser um endereço de IP válido.',
|
||||
'max' => [
|
||||
'numeric' => 'O valor não pode ser maior a :max.',
|
||||
'file' => 'O arquivo não pode ser maior a :max kilobytes.',
|
||||
'string' => 'A informação não pode ser maior a :max caracteres.',
|
||||
'array' => 'A informação não pode ter mais do que :max itens.',
|
||||
'file' => 'O arquivo não pode ser maior a :max kilobytes.',
|
||||
'string' => 'A informação não pode ser maior a :max caracteres.',
|
||||
'array' => 'A informação não pode ter mais do que :max itens.',
|
||||
],
|
||||
'mimes' => 'O :attribute deve ser um arquivo do tipo: :values.',
|
||||
'min' => [
|
||||
'min' => [
|
||||
'numeric' => 'O valor deve ser de pelo menos :min.',
|
||||
'file' => 'O arquivo deve ser de pelo menos :min kilobytes.',
|
||||
'string' => 'A informação deve ser de pelo menos :min caracteres.',
|
||||
'array' => 'A informação deve ter pelo menos :min itens.',
|
||||
'file' => 'O arquivo deve ser de pelo menos :min kilobytes.',
|
||||
'string' => 'A informação deve ser de pelo menos :min caracteres.',
|
||||
'array' => 'A informação deve ter pelo menos :min itens.',
|
||||
],
|
||||
'not_in' => 'A informação selecionada é inválida.',
|
||||
'numeric' => 'A informação deverá ser um número.',
|
||||
'regex' => 'O formato está inválido.',
|
||||
'required' => 'O campo é obrigatório.',
|
||||
'required_if' => 'O campo é obrigatório quando :other é :value.',
|
||||
'required_with' => 'O campo é obrigatório quando for informado os dados.',
|
||||
'required_with_all' => 'O campo é obrigatório quando os valores estiverem presentes.',
|
||||
'required_without' => 'O campo é obrigatório quando os valores não estiverem presentes',
|
||||
'not_in' => 'A informação selecionada é inválida.',
|
||||
'numeric' => 'A informação deverá ser um número.',
|
||||
'regex' => 'O formato está inválido.',
|
||||
'required' => 'O campo é obrigatório.',
|
||||
'required_if' => 'O campo é obrigatório quando :other é :value.',
|
||||
'required_with' => 'O campo é obrigatório quando for informado os dados.',
|
||||
'required_with_all' => 'O campo é obrigatório quando os valores estiverem presentes.',
|
||||
'required_without' => 'O campo é obrigatório quando os valores não estiverem presentes',
|
||||
'required_without_all' => 'O campo é obrigatório quando nenhum dos valores estiver presentes',
|
||||
'same' => 'Os campos deverão estar iguais.',
|
||||
'size' => [
|
||||
'same' => 'Os campos deverão estar iguais.',
|
||||
'size' => [
|
||||
'numeric' => 'O valor deve ser :size.',
|
||||
'file' => 'O arquivo deve ser :size kilobytes.',
|
||||
'string' => 'O campo :attribute deve ser :size caracteres.',
|
||||
'array' => 'O campo deve conter :size itens.',
|
||||
'file' => 'O arquivo deve ser :size kilobytes.',
|
||||
'string' => 'O campo :attribute deve ser :size caracteres.',
|
||||
'array' => 'O campo deve conter :size itens.',
|
||||
],
|
||||
'unique' => 'O campo já está preenchido.',
|
||||
'url' => 'Formato inválido.',
|
||||
'unique' => 'O campo já está preenchido.',
|
||||
'url' => 'Formato inválido.',
|
||||
'timezone' => 'O campo deve ser um fuso horário válido.',
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
@@ -1,25 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'sEmptyTable' => 'В таблице отсутствуют данные',
|
||||
'sInfo' => 'Записи с _START_ до _END_ из _TOTAL_ записей',
|
||||
'sInfoEmpty' => 'Записи с 0 до 0 из 0 записей',
|
||||
'sInfoFiltered' => '(отфильтровано из _MAX_ записей)',
|
||||
'sInfoPostFix' => '',
|
||||
'sInfoThousands' => ',',
|
||||
'sLengthMenu' => '_MENU_ Записей на странице',
|
||||
'sEmptyTable' => 'В таблице отсутствуют данные',
|
||||
'sInfo' => 'Записи с _START_ до _END_ из _TOTAL_ записей',
|
||||
'sInfoEmpty' => 'Записи с 0 до 0 из 0 записей',
|
||||
'sInfoFiltered' => '(отфильтровано из _MAX_ записей)',
|
||||
'sInfoPostFix' => '',
|
||||
'sInfoThousands' => ',',
|
||||
'sLengthMenu' => '_MENU_ Записей на странице',
|
||||
'sLoadingRecords' => 'Загрузка записей...',
|
||||
'sProcessing' => 'Подождите...',
|
||||
'sSearch' => 'Поиск:',
|
||||
'sZeroRecords' => 'Записи отсутствуют.',
|
||||
'oPaginate' => [
|
||||
'sFirst' => 'Первая',
|
||||
'sProcessing' => 'Подождите...',
|
||||
'sSearch' => 'Поиск:',
|
||||
'sZeroRecords' => 'Записи отсутствуют.',
|
||||
'oPaginate' => [
|
||||
'sFirst' => 'Первая',
|
||||
'sPrevious' => 'Предыдущая',
|
||||
'sNext' => 'Следующая',
|
||||
'sLast' => 'Последняя',
|
||||
'sNext' => 'Следующая',
|
||||
'sLast' => 'Последняя',
|
||||
],
|
||||
'oAria' => [
|
||||
'sSortAscending' => ': активировать для сортировки столбца по возрастанию',
|
||||
'sSortAscending' => ': активировать для сортировки столбца по возрастанию',
|
||||
'sSortDescending' => ': активировать для сортировки столбца по убыванию',
|
||||
],
|
||||
];
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -2,6 +2,6 @@
|
||||
|
||||
return [
|
||||
'success' => 'Успех',
|
||||
'failed' => 'Ошибка',
|
||||
'alert' => 'Тревога',
|
||||
'failed' => 'Ошибка',
|
||||
'alert' => 'Тревога',
|
||||
];
|
||||
|
@@ -14,6 +14,6 @@ return [
|
||||
*/
|
||||
|
||||
'previous' => '« Предыдущая',
|
||||
'next' => 'Следующий »',
|
||||
'next' => 'Следующий »',
|
||||
|
||||
];
|
||||
|
@@ -14,9 +14,9 @@ return [
|
||||
*/
|
||||
|
||||
'password' => 'Пароль должен содержать не менее шести символов и соответствовать подтверждения.',
|
||||
'user' => 'Мы не можем найти пользователя с данным адресом электронной почты.',
|
||||
'token' => 'Этот пароль сбросить маркер недействителен.',
|
||||
'sent' => 'Мы по электронной почте Ваш пароль сбросить ссылку!',
|
||||
'reset' => 'Ваш пароль был сброшен!',
|
||||
'user' => 'Мы не можем найти пользователя с данным адресом электронной почты.',
|
||||
'token' => 'Этот пароль сбросить маркер недействителен.',
|
||||
'sent' => 'Мы по электронной почте Ваш пароль сбросить ссылку!',
|
||||
'reset' => 'Ваш пароль был сброшен!',
|
||||
|
||||
];
|
||||
|
@@ -13,14 +13,14 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'filename' => 'ISO CODE',
|
||||
'language' => 'Язык',
|
||||
'Action' => 'Действие',
|
||||
'status' => 'stature',
|
||||
'filename' => 'ISO CODE',
|
||||
'language' => 'Язык',
|
||||
'Action' => 'Действие',
|
||||
'status' => 'stature',
|
||||
'not-active' => 'Не Активный',
|
||||
'active' => 'Активный',
|
||||
'hello' => 'Привет',
|
||||
'enable' => 'Включен',
|
||||
'disable' => 'Выключен',
|
||||
'active' => 'Активный',
|
||||
'hello' => 'Привет',
|
||||
'enable' => 'Включен',
|
||||
'disable' => 'Выключен',
|
||||
|
||||
];
|
||||
|
@@ -13,104 +13,104 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'accepted' => 'Вы должны принять :attribute.',
|
||||
'active_url' => 'Поле :attribute содержит недействительный URL.',
|
||||
'after' => 'В поле :attribute должна быть дата после :date.',
|
||||
'after_or_equal' => 'В поле :attribute должна быть дата после или равняться :date.',
|
||||
'alpha' => 'Поле :attribute может содержать только буквы.',
|
||||
'alpha_dash' => 'Поле :attribute может содержать только буквы, цифры, дефис и нижнее подчеркивание.',
|
||||
'alpha_num' => 'Поле :attribute может содержать только буквы и цифры.',
|
||||
'array' => 'Поле :attribute должно быть массивом.',
|
||||
'before' => 'В поле :attribute должна быть дата до :date.',
|
||||
'accepted' => 'Вы должны принять :attribute.',
|
||||
'active_url' => 'Поле :attribute содержит недействительный URL.',
|
||||
'after' => 'В поле :attribute должна быть дата после :date.',
|
||||
'after_or_equal' => 'В поле :attribute должна быть дата после или равняться :date.',
|
||||
'alpha' => 'Поле :attribute может содержать только буквы.',
|
||||
'alpha_dash' => 'Поле :attribute может содержать только буквы, цифры, дефис и нижнее подчеркивание.',
|
||||
'alpha_num' => 'Поле :attribute может содержать только буквы и цифры.',
|
||||
'array' => 'Поле :attribute должно быть массивом.',
|
||||
'before' => 'В поле :attribute должна быть дата до :date.',
|
||||
'before_or_equal' => 'В поле :attribute должна быть дата до или равняться :date.',
|
||||
'between' => [
|
||||
'between' => [
|
||||
'numeric' => 'Поле :attribute должно быть между :min и :max.',
|
||||
'file' => 'Размер файла в поле :attribute должен быть между :min и :max Килобайт(а).',
|
||||
'string' => 'Количество символов в поле :attribute должно быть между :min и :max.',
|
||||
'array' => 'Количество элементов в поле :attribute должно быть между :min и :max.',
|
||||
'file' => 'Размер файла в поле :attribute должен быть между :min и :max Килобайт(а).',
|
||||
'string' => 'Количество символов в поле :attribute должно быть между :min и :max.',
|
||||
'array' => 'Количество элементов в поле :attribute должно быть между :min и :max.',
|
||||
],
|
||||
'boolean' => 'Поле :attribute должно иметь значение логического типа.',
|
||||
'confirmed' => 'Поле :attribute не совпадает с подтверждением.',
|
||||
'date' => 'Поле :attribute не является датой.',
|
||||
'date_equals' => 'Поле :attribute должно быть датой равной :date.',
|
||||
'date_format' => 'Поле :attribute не соответствует формату :format.',
|
||||
'different' => 'Поля :attribute и :other должны различаться.',
|
||||
'digits' => 'Длина цифрового поля :attribute должна быть :digits.',
|
||||
'boolean' => 'Поле :attribute должно иметь значение логического типа.',
|
||||
'confirmed' => 'Поле :attribute не совпадает с подтверждением.',
|
||||
'date' => 'Поле :attribute не является датой.',
|
||||
'date_equals' => 'Поле :attribute должно быть датой равной :date.',
|
||||
'date_format' => 'Поле :attribute не соответствует формату :format.',
|
||||
'different' => 'Поля :attribute и :other должны различаться.',
|
||||
'digits' => 'Длина цифрового поля :attribute должна быть :digits.',
|
||||
'digits_between' => 'Длина цифрового поля :attribute должна быть между :min и :max.',
|
||||
'dimensions' => 'Поле :attribute имеет недопустимые размеры изображения.',
|
||||
'distinct' => 'Поле :attribute содержит повторяющееся значение.',
|
||||
'email' => 'Поле :attribute должно быть действительным электронным адресом.',
|
||||
'exists' => 'Выбранное значение для :attribute некорректно.',
|
||||
'file' => 'Поле :attribute должно быть файлом.',
|
||||
'filled' => 'Поле :attribute обязательно для заполнения.',
|
||||
'gt' => [
|
||||
'dimensions' => 'Поле :attribute имеет недопустимые размеры изображения.',
|
||||
'distinct' => 'Поле :attribute содержит повторяющееся значение.',
|
||||
'email' => 'Поле :attribute должно быть действительным электронным адресом.',
|
||||
'exists' => 'Выбранное значение для :attribute некорректно.',
|
||||
'file' => 'Поле :attribute должно быть файлом.',
|
||||
'filled' => 'Поле :attribute обязательно для заполнения.',
|
||||
'gt' => [
|
||||
'numeric' => 'Поле :attribute должно быть больше :value.',
|
||||
'file' => 'Размер файла в поле :attribute должен быть больше :value Килобайт(а).',
|
||||
'string' => 'Количество символов в поле :attribute должно быть больше :value.',
|
||||
'array' => 'Количество элементов в поле :attribute должно быть больше :value.',
|
||||
'file' => 'Размер файла в поле :attribute должен быть больше :value Килобайт(а).',
|
||||
'string' => 'Количество символов в поле :attribute должно быть больше :value.',
|
||||
'array' => 'Количество элементов в поле :attribute должно быть больше :value.',
|
||||
],
|
||||
'gte' => [
|
||||
'numeric' => 'Поле :attribute должно быть больше или равно :value.',
|
||||
'file' => 'Размер файла в поле :attribute должен быть больше или равен :value Килобайт(а).',
|
||||
'string' => 'Количество символов в поле :attribute должно быть больше или равно :value.',
|
||||
'array' => 'Количество элементов в поле :attribute должно быть больше или равно :value.',
|
||||
'file' => 'Размер файла в поле :attribute должен быть больше или равен :value Килобайт(а).',
|
||||
'string' => 'Количество символов в поле :attribute должно быть больше или равно :value.',
|
||||
'array' => 'Количество элементов в поле :attribute должно быть больше или равно :value.',
|
||||
],
|
||||
'image' => 'Поле :attribute должно быть изображением.',
|
||||
'in' => 'Выбранное значение для :attribute ошибочно.',
|
||||
'image' => 'Поле :attribute должно быть изображением.',
|
||||
'in' => 'Выбранное значение для :attribute ошибочно.',
|
||||
'in_array' => 'Поле :attribute не существует в :other.',
|
||||
'integer' => 'Поле :attribute должно быть целым числом.',
|
||||
'ip' => 'Поле :attribute должно быть действительным IP-адресом.',
|
||||
'ipv4' => 'Поле :attribute должно быть действительным IPv4-адресом.',
|
||||
'ipv6' => 'Поле :attribute должно быть действительным IPv6-адресом.',
|
||||
'json' => 'Поле :attribute должно быть JSON строкой.',
|
||||
'lt' => [
|
||||
'integer' => 'Поле :attribute должно быть целым числом.',
|
||||
'ip' => 'Поле :attribute должно быть действительным IP-адресом.',
|
||||
'ipv4' => 'Поле :attribute должно быть действительным IPv4-адресом.',
|
||||
'ipv6' => 'Поле :attribute должно быть действительным IPv6-адресом.',
|
||||
'json' => 'Поле :attribute должно быть JSON строкой.',
|
||||
'lt' => [
|
||||
'numeric' => 'Поле :attribute должно быть меньше :value.',
|
||||
'file' => 'Размер файла в поле :attribute должен быть меньше :value Килобайт(а).',
|
||||
'string' => 'Количество символов в поле :attribute должно быть меньше :value.',
|
||||
'array' => 'Количество элементов в поле :attribute должно быть меньше :value.',
|
||||
'file' => 'Размер файла в поле :attribute должен быть меньше :value Килобайт(а).',
|
||||
'string' => 'Количество символов в поле :attribute должно быть меньше :value.',
|
||||
'array' => 'Количество элементов в поле :attribute должно быть меньше :value.',
|
||||
],
|
||||
'lte' => [
|
||||
'numeric' => 'Поле :attribute должно быть меньше или равно :value.',
|
||||
'file' => 'Размер файла в поле :attribute должен быть меньше или равен :value Килобайт(а).',
|
||||
'string' => 'Количество символов в поле :attribute должно быть меньше или равно :value.',
|
||||
'array' => 'Количество элементов в поле :attribute должно быть меньше или равно :value.',
|
||||
'file' => 'Размер файла в поле :attribute должен быть меньше или равен :value Килобайт(а).',
|
||||
'string' => 'Количество символов в поле :attribute должно быть меньше или равно :value.',
|
||||
'array' => 'Количество элементов в поле :attribute должно быть меньше или равно :value.',
|
||||
],
|
||||
'max' => [
|
||||
'numeric' => 'Поле :attribute не может быть более :max.',
|
||||
'file' => 'Размер файла в поле :attribute не может быть более :max Килобайт(а).',
|
||||
'string' => 'Количество символов в поле :attribute не может превышать :max.',
|
||||
'array' => 'Количество элементов в поле :attribute не может превышать :max.',
|
||||
'file' => 'Размер файла в поле :attribute не может быть более :max Килобайт(а).',
|
||||
'string' => 'Количество символов в поле :attribute не может превышать :max.',
|
||||
'array' => 'Количество элементов в поле :attribute не может превышать :max.',
|
||||
],
|
||||
'mimes' => 'Поле :attribute должно быть файлом одного из следующих типов: :values.',
|
||||
'mimes' => 'Поле :attribute должно быть файлом одного из следующих типов: :values.',
|
||||
'mimetypes' => 'Поле :attribute должно быть файлом одного из следующих типов: :values.',
|
||||
'min' => [
|
||||
'min' => [
|
||||
'numeric' => 'Поле :attribute должно быть не менее :min.',
|
||||
'file' => 'Размер файла в поле :attribute должен быть не менее :min Килобайт(а).',
|
||||
'string' => 'Количество символов в поле :attribute должно быть не менее :min.',
|
||||
'array' => 'Количество элементов в поле :attribute должно быть не менее :min.',
|
||||
'file' => 'Размер файла в поле :attribute должен быть не менее :min Килобайт(а).',
|
||||
'string' => 'Количество символов в поле :attribute должно быть не менее :min.',
|
||||
'array' => 'Количество элементов в поле :attribute должно быть не менее :min.',
|
||||
],
|
||||
'not_in' => 'Выбранное значение для :attribute ошибочно.',
|
||||
'not_regex' => 'Выбранный формат для :attribute ошибочный.',
|
||||
'numeric' => 'Поле :attribute должно быть числом.',
|
||||
'present' => 'Поле :attribute должно присутствовать.',
|
||||
'regex' => 'Поле :attribute имеет ошибочный формат.',
|
||||
'required' => 'Поле :attribute обязательно для заполнения.',
|
||||
'required_if' => 'Поле :attribute обязательно для заполнения, когда :other равно :value.',
|
||||
'required_unless' => 'Поле :attribute обязательно для заполнения, когда :other не равно :values.',
|
||||
'required_with' => 'Поле :attribute обязательно для заполнения, когда :values указано.',
|
||||
'required_with_all' => 'Поле :attribute обязательно для заполнения, когда :values указано.',
|
||||
'required_without' => 'Поле :attribute обязательно для заполнения, когда :values не указано.',
|
||||
'not_in' => 'Выбранное значение для :attribute ошибочно.',
|
||||
'not_regex' => 'Выбранный формат для :attribute ошибочный.',
|
||||
'numeric' => 'Поле :attribute должно быть числом.',
|
||||
'present' => 'Поле :attribute должно присутствовать.',
|
||||
'regex' => 'Поле :attribute имеет ошибочный формат.',
|
||||
'required' => 'Поле :attribute обязательно для заполнения.',
|
||||
'required_if' => 'Поле :attribute обязательно для заполнения, когда :other равно :value.',
|
||||
'required_unless' => 'Поле :attribute обязательно для заполнения, когда :other не равно :values.',
|
||||
'required_with' => 'Поле :attribute обязательно для заполнения, когда :values указано.',
|
||||
'required_with_all' => 'Поле :attribute обязательно для заполнения, когда :values указано.',
|
||||
'required_without' => 'Поле :attribute обязательно для заполнения, когда :values не указано.',
|
||||
'required_without_all' => 'Поле :attribute обязательно для заполнения, когда ни одно из :values не указано.',
|
||||
'same' => 'Значения полей :attribute и :other должны совпадать.',
|
||||
'size' => [
|
||||
'same' => 'Значения полей :attribute и :other должны совпадать.',
|
||||
'size' => [
|
||||
'numeric' => 'Поле :attribute должно быть равным :size.',
|
||||
'file' => 'Размер файла в поле :attribute должен быть равен :size Килобайт(а).',
|
||||
'string' => 'Количество символов в поле :attribute должно быть равным :size.',
|
||||
'array' => 'Количество элементов в поле :attribute должно быть равным :size.',
|
||||
'file' => 'Размер файла в поле :attribute должен быть равен :size Килобайт(а).',
|
||||
'string' => 'Количество символов в поле :attribute должно быть равным :size.',
|
||||
'array' => 'Количество элементов в поле :attribute должно быть равным :size.',
|
||||
],
|
||||
'starts_with' => 'Поле :attribute должно начинаться из одного из следующих значений: :values',
|
||||
'string' => 'Поле :attribute должно быть строкой.',
|
||||
'timezone' => 'Поле :attribute должно быть действительным часовым поясом.',
|
||||
'string' => 'Поле :attribute должно быть строкой.',
|
||||
'timezone' => 'Поле :attribute должно быть действительным часовым поясом.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -19,5 +19,5 @@ return [
|
||||
*/
|
||||
|
||||
'previous' => '« Previous',
|
||||
'next' => 'Next »',
|
||||
'next' => 'Next »',
|
||||
];
|
||||
|
@@ -19,8 +19,8 @@ return [
|
||||
*/
|
||||
|
||||
'password' => '密码必须六位并且正确.',
|
||||
'user' => '邮件地址不存在.',
|
||||
'token' => '密码重置令牌无效.',
|
||||
'sent' => '我们已经发送了一个密码重置连接!',
|
||||
'reset' => '您的的密码已经重置!',
|
||||
'user' => '邮件地址不存在.',
|
||||
'token' => '密码重置令牌无效.',
|
||||
'sent' => '我们已经发送了一个密码重置连接!',
|
||||
'reset' => '您的的密码已经重置!',
|
||||
];
|
||||
|
@@ -18,65 +18,65 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'accepted' => '属性:attribute不被接受.',
|
||||
'accepted' => '属性:attribute不被接受.',
|
||||
'active_url' => '属性:attribute不是一个有效的url.',
|
||||
'after' => '属性:attribute必须是一个日期.',
|
||||
'alpha' => '属性:attribute只能包含字母.',
|
||||
'after' => '属性:attribute必须是一个日期.',
|
||||
'alpha' => '属性:attribute只能包含字母.',
|
||||
'alpha_dash' => '属性:attribute只能包含数字、字母、下划线.',
|
||||
'alpha_num' => '属性:attribute只能包含数字、字母.',
|
||||
'array' => '属性:attribute必须是个数组.',
|
||||
'before' => '属性:attribute必须是个日期.',
|
||||
'between' => [
|
||||
'alpha_num' => '属性:attribute只能包含数字、字母.',
|
||||
'array' => '属性:attribute必须是个数组.',
|
||||
'before' => '属性:attribute必须是个日期.',
|
||||
'between' => [
|
||||
'numeric' => '属性:attribute必须在最小数与最大数之间.',
|
||||
'file' => '属性:attribute必须在最小与最大之间千字节.',
|
||||
'string' => '属性:attribute必须在最小与最大字符之间.',
|
||||
'array' => '属性:attribute必须在最小与最大之间.',
|
||||
'file' => '属性:attribute必须在最小与最大之间千字节.',
|
||||
'string' => '属性:attribute必须在最小与最大字符之间.',
|
||||
'array' => '属性:attribute必须在最小与最大之间.',
|
||||
],
|
||||
'boolean' => '属性:attribute 必须为true或者false.',
|
||||
'confirmed' => '属性attribut不匹配.',
|
||||
'date' => '属性:attribute 不是个有效日期.',
|
||||
'date_format' => '属性:attribute 格式错误.',
|
||||
'different' => '属性:attribute 与 :other 不能一样.',
|
||||
'digits' => '属性:attribute 必须是数字.',
|
||||
'boolean' => '属性:attribute 必须为true或者false.',
|
||||
'confirmed' => '属性attribut不匹配.',
|
||||
'date' => '属性:attribute 不是个有效日期.',
|
||||
'date_format' => '属性:attribute 格式错误.',
|
||||
'different' => '属性:attribute 与 :other 不能一样.',
|
||||
'digits' => '属性:attribute 必须是数字.',
|
||||
'digits_between' => '属性:attribute 必须在最小数:min与最大数:max 之间.',
|
||||
'email' => '属性:attribute 不是一个有效的邮箱地址.',
|
||||
'filled' => '属性:attribute 必填.',
|
||||
'exists' => '属性选择:attribute 无效.',
|
||||
'image' => '属性:attribute 必须是图片.',
|
||||
'in' => '属性选择 :attribute 无效.',
|
||||
'integer' => '属性:attribute 必须是整型.',
|
||||
'ip' => '属性:attribute 必须是有效的ip地址.',
|
||||
'max' => [
|
||||
'email' => '属性:attribute 不是一个有效的邮箱地址.',
|
||||
'filled' => '属性:attribute 必填.',
|
||||
'exists' => '属性选择:attribute 无效.',
|
||||
'image' => '属性:attribute 必须是图片.',
|
||||
'in' => '属性选择 :attribute 无效.',
|
||||
'integer' => '属性:attribute 必须是整型.',
|
||||
'ip' => '属性:attribute 必须是有效的ip地址.',
|
||||
'max' => [
|
||||
'numeric' => '属性 :attribute 不能超过最大值.',
|
||||
'file' => '属性 :attribute 不能超过最大值.',
|
||||
'string' => '属性 :attribute 不能超过最大值.',
|
||||
'array' => '属性 :attribute 不能超过最大值.',
|
||||
'file' => '属性 :attribute 不能超过最大值.',
|
||||
'string' => '属性 :attribute 不能超过最大值.',
|
||||
'array' => '属性 :attribute 不能超过最大值.',
|
||||
],
|
||||
'mimes' => '属性 :attribute 必须是个文件类型: :values.',
|
||||
'min' => [
|
||||
'min' => [
|
||||
'numeric' => '属性 :attribute 不能小于最小值 :min.',
|
||||
'file' => '属性 :attribute 不能小于最小值 :min 字节.',
|
||||
'string' => '属性 :attribute 不能小于最小值 :min 字符.',
|
||||
'array' => '属性 :attribute不能小于最小值 :min 个数.',
|
||||
'file' => '属性 :attribute 不能小于最小值 :min 字节.',
|
||||
'string' => '属性 :attribute 不能小于最小值 :min 字符.',
|
||||
'array' => '属性 :attribute不能小于最小值 :min 个数.',
|
||||
],
|
||||
'not_in' => '属性选择 :attribute 无效.',
|
||||
'numeric' => '属性:attribute 必须是数字.',
|
||||
'regex' => '属性:attribute 格式无效.',
|
||||
'required' => '属性:attribute 字段必填.',
|
||||
'required_if' => '属性:attribute 字段必填 当 :other 是 :value.',
|
||||
'required_with' => '属性:attribute 字段必填 当 :values 是 存在的.',
|
||||
'required_with_all' => '属性:attribute 字段必填 当 :values 是 存在的.',
|
||||
'required_without' => '属性:attribute 字段必填 当 :values 是 不存在的.',
|
||||
'not_in' => '属性选择 :attribute 无效.',
|
||||
'numeric' => '属性:attribute 必须是数字.',
|
||||
'regex' => '属性:attribute 格式无效.',
|
||||
'required' => '属性:attribute 字段必填.',
|
||||
'required_if' => '属性:attribute 字段必填 当 :other 是 :value.',
|
||||
'required_with' => '属性:attribute 字段必填 当 :values 是 存在的.',
|
||||
'required_with_all' => '属性:attribute 字段必填 当 :values 是 存在的.',
|
||||
'required_without' => '属性:attribute 字段必填 当 :values 是 不存在的.',
|
||||
'required_without_all' => '属性:attribute 字段必填 当 none of :values 是存在的.',
|
||||
'same' => '属性:attribute 与 :other 必须一致.',
|
||||
'size' => [
|
||||
'same' => '属性:attribute 与 :other 必须一致.',
|
||||
'size' => [
|
||||
'numeric' => '属性 :attribute 必须是 :size.',
|
||||
'file' => '属性 :attribute 必须是 :size 字节.',
|
||||
'string' => '属性 :attribute 必须是 :size 字符.',
|
||||
'array' => '属性 :attribute 必须包含 :size 项.',
|
||||
'file' => '属性 :attribute 必须是 :size 字节.',
|
||||
'string' => '属性 :attribute 必须是 :size 字符.',
|
||||
'array' => '属性 :attribute 必须包含 :size 项.',
|
||||
],
|
||||
'unique' => '属性 :attribute 已经存在.',
|
||||
'url' => '属性 :attribute 格式无效.',
|
||||
'unique' => '属性 :attribute 已经存在.',
|
||||
'url' => '属性 :attribute 格式无效.',
|
||||
'timezone' => '属性 :attribute 必须是有效的地区.',
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
@@ -16,7 +16,7 @@ if (isset($_FILES['image'])) {
|
||||
$res = ['upload' => [
|
||||
'links' => ['original' => $link],
|
||||
'image' => ['width' => $data[0],
|
||||
'height' => $data[1],
|
||||
'height' => $data[1],
|
||||
],
|
||||
]];
|
||||
//echo out the response :)
|
||||
|
@@ -16,7 +16,7 @@ if (isset($_FILES['image'])) {
|
||||
$res = ['upload' => [
|
||||
'links' => ['original' => $link],
|
||||
'image' => ['width' => $data[0],
|
||||
'height' => $data[1],
|
||||
'height' => $data[1],
|
||||
],
|
||||
]];
|
||||
//echo out the response :)
|
||||
|
Reference in New Issue
Block a user