Sync up languages from CrowdIn. Closes #1259

This commit is contained in:
James Brooks
2016-01-29 22:05:05 +00:00
parent 900475c53c
commit 21fac30350
185 changed files with 16908 additions and 1603 deletions
+50 -52
View File
@@ -25,68 +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' => ':attribute può contenere solo lettere.',
'alpha_dash' => ':attribute può contenere solo lettere, numeri e trattini.',
'alpha_num' => ':attribute può contenere solo lettere e numeri.',
'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.',
'array' => ':attribute deve essere un array.',
'before' => ':attribute deve essere una data precedente al :date.',
'before' => 'Il campo :attribute deve contenere una data precedente a :date.',
'between' => [
'numeric' => ':attribute deve trovarsi tra :min - :max.',
'file' => ':attribute deve trovarsi tra :min - :max kilobytes.',
'string' => ':attribute deve trovarsi tra :min - :max caratteri.',
'array' => ':attribute deve avere tra :min - :max elementi.',
'numeric' => 'Il campo :attribute deve essere compreso tra :min e :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.',
],
'boolean' => 'Il campo :attribute deve essere vero o falso.',
'confirmed' => 'Il campo di conferma per :attribute non coincide.',
'date' => ':attribute non è una data valida.',
'date_format' => ':attribute non coincide con il formato :format.',
'different' => ':attribute e :other devono essere differenti.',
'digits' => ':attribute deve essere di :digits cifre.',
'digits_between' => ':attribute deve essere tra :min e :max cifre.',
'email' => ':attribute non è valido.',
'exists' => ':attribute selezionato/a non è valido.',
'filled' => 'Il campo :attribute è richiesto.',
'image' => ':attribute deve essere un\'immagine.',
'in' => ':attribute selezionato non è valido.',
'integer' => ':attribute deve essere un numero intero.',
'ip' => ':attribute deve essere un indirizzo IP valido.',
'json' => ':attribute deve essere una stringa JSON valida.',
'boolean' => 'Il campo :attribuite deve essere vero o falso.',
'confirmed' => 'Il campo :attribute non corrisponde.',
'date' => 'Il campo :attribute non contiene una data valida.',
'date_format' => 'Il campo :attribute non contiene una data con il formato :format.',
'different' => 'I campi :attribute e :other devono contenere valori diversi.',
'digits' => 'Il campo :attribute deve contenere :digits cifre.',
'digits_between' => 'Il campo :attribute deve contenere dalle :min alle :max cifre.',
'email' => 'Il campo :attribute non contiene un indirizzo email valido.',
'exists' => 'Il valore del campo :attribute non è valido.',
'filled' => 'Il campo :attribute è obbligatorio.',
'image' => 'Il campo :attribute deve contenere un\'immagine.',
'in' => 'Il valore del campo :attribute non è valido.',
'integer' => 'Il campo :attribute deve contenere un numero intero.',
'ip' => 'Il campo :attribute deve contenere un indirizzo IP valido.',
'json' => 'The :attribute must be a valid JSON string.',
'max' => [
'numeric' => ':attribute non può essere superiore a :max.',
'file' => ':attribute non può essere superiore a :max kilobytes.',
'string' => ':attribute non può contenere più di :max caratteri.',
'array' => ':attribute non può avere più di :max elementi.',
'numeric' => 'Il campo :attribute non può contenere un numero maggiore di :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.',
],
'mimes' => ':attribute deve essere del tipo: :values.',
'mimes' => 'Il campo :attribute deve contenere un file del tipo: :values.',
'min' => [
'numeric' => ':attribute deve essere almeno :min.',
'file' => ':attribute deve essere almeno di :min kilobytes.',
'string' => ':attribute deve contenere almeno :min caratteri.',
'array' => ':attribute deve avere almeno :min elementi.',
'numeric' => 'Il campo :attribute non può contenere un numero inferiore a :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.',
],
'not_in' => 'Il valore selezionato per :attribute non è valido.',
'numeric' => ':attribute deve essere un numero.',
'regex' => 'Il formato del campo :attribute non è valido.',
'required' => 'Il campo :attribute è richiesto.',
'required_if' => 'Il campo :attribute è richiesto quando :other è :value.',
'not_in' => 'Il valore del campo :attribute non è valido.',
'numeric' => 'Il campo :attribute deve essere un numero.',
'regex' => 'Il formato di :attribute non è valido.',
'required' => 'Il campo :attribute è obbligatorio.',
'required_if' => 'Il campo :attribute è richiesto quando :other vale :value.',
'required_unless' => 'The :attribute field is required unless :other is in :values.',
'required_with' => 'Il campo :attribute è richiesto quando :values è presente.',
'required_with_all' => 'Il campo :attribute è richiesto quando :values è presente.',
'required_without' => 'Il campo :attribute è richiesto quando :values non è presente.',
'required_without_all' => 'Il campo :attribute è richiesto quando nessuno di :values è presente.',
'same' => ':attribute e :other devono coincidere.',
'required_with' => 'Il campo :attribute è obbligatorio quando :values è presente.',
'required_with_all' => 'Il campo :attribute è obbligatorio quando :values è presente.',
'required_without' => 'Il campo :attribute è obbligatorio quando :values non è presente.',
'required_without_all' => 'Il campo :attribute è obbligatorio quando nessuno dei valori :values è presente.',
'same' => 'I campi :attribute e :other devono corrispondere.',
'size' => [
'numeric' => ':attribute deve essere :size.',
'file' => ':attribute deve essere :size kilobytes.',
'string' => ':attribute deve contenere :size caratteri.',
'array' => ':attribute deve contenere :size elementi.',
'numeric' => 'Il campo :attribute deve essere :size.',
'file' => 'The :attribute must be :size kilobytes.',
'string' => 'The :attribute must be :size characters.',
'array' => 'The :attribute must contain :size items.',
],
'string' => ':attribute deve essere una stringa.',
'string' => 'Il campo :attribute deve essere una stringa.',
'timezone' => ':attribute deve essere una zona valida.',
'unique' => ':attribute è stato già utilizzato.',
'url' => 'Il formato del campo :attribute non è valido.',
'unique' => 'Il valore del campo :attribute è già stato preso.',
'url' => 'Il formato di :attribute non è valido.',
/*
|--------------------------------------------------------------------------
@@ -101,7 +99,7 @@ return [
'custom' => [
'attribute-name' => [
'rule-name' => 'custom-message',
'rule-name' => 'messaggio personalizzato',
],
],