Sync languages
This commit is contained in:
Executable → Regular
+47
-47
@@ -25,66 +25,66 @@ return [
|
||||
'accepted' => ':attribute deve essere accettato.',
|
||||
'active_url' => ':attribute non è un URL valido.',
|
||||
'after' => ':attribute deve essere una data successiva al :date.',
|
||||
'alpha' => 'Il campo :attribute può contenere solo lettere.',
|
||||
'alpha_dash' => 'Il campo :attribute può contenere solo lettere, numeri e trattini.',
|
||||
'alpha_num' => 'Il campo :attribute può contenere solo lettere e numeri.',
|
||||
'alpha' => ':attribute può contenere solo lettere.',
|
||||
'alpha_dash' => ':attribute può contenere solo lettere, numeri e trattini.',
|
||||
'alpha_num' => ':attribute può contenere solo lettere e numeri.',
|
||||
'array' => ':attribute deve essere un array.',
|
||||
'before' => 'Il campo :attribute deve contenere una data precedente a :date.',
|
||||
'before' => ':attribute deve contenere una data precedente al :date.',
|
||||
'between' => [
|
||||
'numeric' => 'Il campo :attribute deve contenere una data precedente a :date.',
|
||||
'file' => 'The :attribute must be between :min and :max.',
|
||||
'string' => 'The :attribute must be between :min and :max kilobytes.',
|
||||
'array' => 'Il campo :attributo deve avere tra :min e :max elementi.',
|
||||
'numeric' => ':attribute deve contenere una data precedente al :date.',
|
||||
'file' => 'Il campo :attribute deve essere compreso tra :min e :max.',
|
||||
'string' => 'Il campo :attribute deve essere compreso tra :min e :max kilobytes.',
|
||||
'array' => ':attributo deve avere tra :min e :max elementi.',
|
||||
],
|
||||
'boolean' => 'Il campo :attributo deve avere tra :min e :max elementi.',
|
||||
'confirmed' => 'The :attribute field must be true or false.',
|
||||
'date' => 'The :attribute confirmation does not match.',
|
||||
'date_format' => 'The :attribute is not a valid date.',
|
||||
'different' => 'The :attribute does not match the format :format.',
|
||||
'digits' => 'The :attribute and :other must be different.',
|
||||
'digits_between' => 'The :attribute must be :digits digits.',
|
||||
'email' => 'The :attribute must be between :min and :max digits.',
|
||||
'exists' => 'The :attribute must be a valid email address.',
|
||||
'distinct' => 'The :attribute field has a duplicate value.',
|
||||
'boolean' => ':attributo deve avere tra :min e :max elementi.',
|
||||
'confirmed' => 'Il campo :attribute deve essere vero o falso.',
|
||||
'date' => 'Il campo :attribute non coincide.',
|
||||
'date_format' => 'Il campo :attribute non contiene una data valida.',
|
||||
'different' => 'Il campo :attribute non corrisponde al formato :format.',
|
||||
'digits' => 'I campi :attribute e :other devono contenere valori diversi.',
|
||||
'digits_between' => 'Il campo :attribute deve contenere :digits cifre.',
|
||||
'email' => 'Il campo :attribute deve contenere dalle :min alle :max cifre.',
|
||||
'exists' => 'Il campo :attribute deve essere un indirizzo email valido.',
|
||||
'distinct' => 'Il campo :attribute ha un valore duplicato.',
|
||||
'filled' => 'Il formato di :attribute non è valido.',
|
||||
'image' => 'Il campo :attribute deve contenere un\'immagine.',
|
||||
'in' => 'Il campo :attribute deve contenere un\'immagine.',
|
||||
'in_array' => 'The :attribute field does not exist in :other.',
|
||||
'integer' => 'The selected :attribute is invalid.',
|
||||
'ip' => 'The :attribute must be an integer.',
|
||||
'json' => 'The :attribute must be a valid JSON string.',
|
||||
'image' => ':attribute deve contenere un\'immagine.',
|
||||
'in' => ':attribute deve contenere un\'immagine.',
|
||||
'in_array' => 'Il campo :attribute non esiste in :other.',
|
||||
'integer' => ':attribute selezionato non è valido.',
|
||||
'ip' => ':attribute deve essere un numero intero.',
|
||||
'json' => ':attribute deve essere una stringa JSON valida.',
|
||||
'max' => [
|
||||
'numeric' => 'The :attribute must be a valid IP address.',
|
||||
'file' => 'The :attribute may not be greater than :max.',
|
||||
'string' => 'The :attribute may not be greater than :max kilobytes.',
|
||||
'array' => 'Il campo :attribute non può avere più di :max elementi.',
|
||||
'numeric' => ':attribute deve essere un indirizzo IP valido.',
|
||||
'file' => ':attribute non può essere superiore a :max.',
|
||||
'string' => ':attribute non può essere maggiore di :max kilobytes.',
|
||||
'array' => ':attribute non può avere più di :max elementi.',
|
||||
],
|
||||
'mimes' => 'Il campo :attribute non può avere più di :max elementi.',
|
||||
'mimes' => ':attribute non può avere più di :max elementi.',
|
||||
'min' => [
|
||||
'numeric' => 'The :attribute must be a file of type: :values.',
|
||||
'file' => 'Il campo :attribute deve essere minimo :min kilobyte.',
|
||||
'string' => 'Il campo :attribute deve essere minimo :min kilobyte.',
|
||||
'array' => 'The :attribute must be at least :min characters.',
|
||||
'numeric' => ':attribute deve essere un file di tipo :values.',
|
||||
'file' => ':attribute deve essere almeno :min kilobyte.',
|
||||
'string' => ':attribute deve essere almeno :min kilobyte.',
|
||||
'array' => ':attribute deve essere di almeno :min caratteri.',
|
||||
],
|
||||
'not_in' => 'The :attribute must have at least :min items.',
|
||||
'numeric' => 'The selected :attribute is invalid.',
|
||||
'present' => 'The :attribute field must be present.',
|
||||
'regex' => 'The :attribute must be a number.',
|
||||
'not_in' => ':attribute deve avere almeno :min elementi.',
|
||||
'numeric' => ':attribute selezionato non è valido.',
|
||||
'present' => 'Il campo :attribute deve essere presente.',
|
||||
'regex' => ':attribute deve essere un numero.',
|
||||
'required' => 'Il formato di :attribute non è valido.',
|
||||
'required_if' => 'The :attribute field is required.',
|
||||
'required_unless' => 'The :attribute field is required unless :other is in :values.',
|
||||
'required_with' => 'The :attribute field is required when :other is :value.',
|
||||
'required_if' => 'Il campo :attribute è obbligatorio.',
|
||||
'required_unless' => 'Il campo :attribute è obbligatorio a meno che :other è presente in :values.',
|
||||
'required_with' => 'Il campo :attribute è obbligatorio quando :other è :values.',
|
||||
'required_with_all' => 'Il campo :attribute è obbligatorio quando :values è presente.',
|
||||
'required_without' => 'Il campo :attribute è obbligatorio quando :values è presente.',
|
||||
'required_without_all' => 'The :attribute field is required when :values is not present.',
|
||||
'same' => 'The :attribute field is required when none of :values are present.',
|
||||
'required_without_all' => 'Il campo :attribute è obbligatorio quando :values non è presente.',
|
||||
'same' => 'Il campo :attribute è obbligatorio quando nessuno dei :values è presente.',
|
||||
'size' => [
|
||||
'numeric' => 'The :attribute and :other must match.',
|
||||
'file' => 'The :attribute must be :size kilobytes.',
|
||||
'string' => 'The :attribute must be :size characters.',
|
||||
'array' => 'The :attribute must be :size characters.',
|
||||
'numeric' => ':attribute e :other devono coincidere.',
|
||||
'file' => ':attribute deve essere di :size kilobytes.',
|
||||
'string' => ':attribute deve essere di :size caratteri.',
|
||||
'array' => ':attribute deve essere di :size caratteri.',
|
||||
],
|
||||
'string' => 'The :attribute must contain :size items.',
|
||||
'string' => ':attribute deve contenere :size elementi.',
|
||||
'timezone' => ':attribute deve essere una zona valida.',
|
||||
'unique' => 'Il valore del campo :attribute è già stato preso.',
|
||||
'url' => 'Il formato di :attribute non è valido.',
|
||||
|
||||
Reference in New Issue
Block a user