Skip to content

Commit f56c2ca

Browse files
authored
add: Italian (it_IT) localization added (alexjustesen#2048)
1 parent 33045ef commit f56c2ca

File tree

4 files changed

+292
-0
lines changed

4 files changed

+292
-0
lines changed

lang/it_IT/auth.php

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?php
2+
3+
return [
4+
5+
/*
6+
|--------------------------------------------------------------------------
7+
| Authentication Language Lines
8+
|--------------------------------------------------------------------------
9+
|
10+
| The following language lines are used during authentication for various
11+
| messages that we need to display to the user. You are free to modify
12+
| these language lines according to your application's requirements.
13+
|
14+
*/
15+
16+
'failed' => 'Queste credenziali non corrispondono ai nostri archivi.',
17+
'password' => 'La password fornita non è corretta.',
18+
'throttle' => 'Troppi tentativi di accesso. Riprova tra :seconds secondi.',
19+
20+
];

lang/it_IT/pagination.php

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?php
2+
3+
return [
4+
5+
/*
6+
|--------------------------------------------------------------------------
7+
| Pagination Language Lines
8+
|--------------------------------------------------------------------------
9+
|
10+
| The following language lines are used by the paginator library to build
11+
| the simple pagination links. You are free to change them to anything
12+
| you want to customize your views to better match your application.
13+
|
14+
*/
15+
16+
'previous' => '&laquo; Precedente',
17+
'next' => 'Successivo &raquo;',
18+
19+
];

lang/it_IT/passwords.php

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?php
2+
3+
return [
4+
5+
/*
6+
|--------------------------------------------------------------------------
7+
| Password Reset Language Lines
8+
|--------------------------------------------------------------------------
9+
|
10+
| The following language lines are the default lines which match reasons
11+
| that are given by the password broker for a password update attempt
12+
| has failed, such as for an invalid token or invalid new password.
13+
|
14+
*/
15+
16+
'reset' => 'La tua password è stata reimpostata!',
17+
'sent' => 'Ti abbiamo inviato via email il link per reimpostare la password!',
18+
'password' => 'La password e la conferma devono corrispondere e contenere almeno sei caratteri.',
19+
'throttled' => 'Per favore attendi prima di riprovare.',
20+
'token' => 'Questo token di reimpostazione della password non è valido.',
21+
'user' => "Non riusciamo a trovare un utente con quell'indirizzo email.",
22+
23+
];

lang/it_IT/validation.php

Lines changed: 230 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,230 @@
1+
<?php
2+
3+
return [
4+
5+
/*
6+
|--------------------------------------------------------------------------
7+
| Validation Language Lines
8+
|--------------------------------------------------------------------------
9+
|
10+
| The following language lines contain the default error messages used by
11+
| the validator class. Some of these rules have multiple versions such
12+
| as the size rules. Feel free to tweak each of these messages here.
13+
|
14+
*/
15+
16+
'accepted' => 'Il campo :attribute deve essere accettato.',
17+
'accepted_if' => 'Il campo :attribute deve essere accettato quando :other è :value.',
18+
'active_url' => 'Il campo :attribute deve essere un URL valido.',
19+
'after' => 'Il campo :attribute deve essere una data successiva a :date.',
20+
'after_or_equal' => 'Il campo :attribute deve essere una data successiva o uguale a :date.',
21+
'alpha' => 'Il campo :attribute deve contenere solo lettere.',
22+
'alpha_dash' => 'Il campo :attribute deve contenere solo lettere, numeri, trattini e trattini bassi.',
23+
'alpha_num' => 'Il campo :attribute deve contenere solo lettere e numeri.',
24+
'array' => 'Il campo :attribute deve essere un array.',
25+
'ascii' => 'Il campo :attribute deve contenere solo caratteri alfanumerici e simboli a un byte.',
26+
'before' => 'Il campo :attribute deve essere una data antecedente a :date.',
27+
'before_or_equal' => 'Il campo :attribute deve essere una data precedente o uguale a :date.',
28+
'between' => [
29+
'array' => 'Il campo :attribute deve contenere tra :min e :max elementi.',
30+
'file' => 'Il campo :attribute deve essere compreso tra :min e :max kilobyte.',
31+
'numeric' => 'Il campo :attribute deve essere compreso tra :min e :max.',
32+
'string' => 'Il campo :attribute deve contenere tra :min e :max caratteri.',
33+
],
34+
'boolean' => 'Il campo :attribute deve essere vero o falso.',
35+
'can' => 'Il campo :attribute contiene un valore non autorizzato.',
36+
'confirmed' => 'La conferma del campo :attribute non corrisponde.',
37+
'current_password' => 'La password non è corretta.',
38+
'date' => 'Il campo :attribute deve essere una data valida.',
39+
'date_equals' => 'Il campo :attribute deve essere una data uguale a :date.',
40+
'date_format' => 'Il campo :attribute deve corrispondere al formato :format.',
41+
'decimal' => 'Il campo :attribute deve avere :decimal cifre decimali.',
42+
'declined' => 'Il campo :attribute deve essere rifiutato.',
43+
'declined_if' => 'Il campo :attribute deve essere rifiutato quando :other è :value.',
44+
'different' => 'Il campo :attribute e :other devono essere diversi.',
45+
'digits' => 'Il campo :attribute deve essere composto da :digits cifre.',
46+
'digits_between' => 'Il campo :attribute deve essere compreso tra :min e :max cifre.',
47+
'dimensions' => 'Il campo :attribute presenta dimensioni della foto non valide.',
48+
'distinct' => 'Il campo :attribute ha un valore duplicato.',
49+
'doesnt_end_with' => 'Il campo :attribute non deve terminare con uno dei seguenti: :values.',
50+
'doesnt_start_with' => 'Il campo :attribute non deve iniziare con uno dei seguenti: :values.',
51+
'email' => 'Il campo :attribute deve essere un indirizzo email valido.',
52+
'ends_with' => 'Il campo :attribute deve terminare con uno dei seguenti: :values.',
53+
'enum' => 'Il :attribute selezionato non valido.',
54+
'exists' => 'Il :attribute selezionato non valido.',
55+
'file' => 'Il campo :attribute deve essere un file.',
56+
'filled' => 'Il campo :attribute deve avere un valore.',
57+
'gt' => [
58+
'array' => 'Il campo :attribute deve contenere più di :value elementi.',
59+
'file' => 'Il campo :attribute deve essere maggiore di :value kilobyte.',
60+
'numeric' => 'Il campo :attribute deve essere maggiore di :value.',
61+
'string' => 'Il campo :attribute deve essere maggiore di :value caratteri.',
62+
],
63+
'gte' => [
64+
'array' => 'Il campo :attribute deve contenere almeno :value elementi.',
65+
'file' => 'Il campo :attribute deve essere maggiore o uguale a :value kilobyte.',
66+
'numeric' => 'Il campo :attribute deve essere maggiore o uguale a :value.',
67+
'string' => 'Il campo :attribute deve essere maggiore o uguale a :value caratteri.',
68+
],
69+
'image' => 'Il campo :attribute deve essere una foto.',
70+
'in' => 'Il :attribute selezionato non è valido.',
71+
'in_array' => 'Il campo :attribute deve esistere in :other.',
72+
'integer' => 'Il campo :attribute deve essere un numero intero.',
73+
'ip' => 'Il campo :attribute deve essere un indirizzo IP valido.',
74+
'ipv4' => 'Il campo :attribute deve essere un indirizzo IPv4 valido.',
75+
'ipv6' => 'Il campo :attribute deve essere un indirizzo IPv6 valido.',
76+
'json' => 'Il campo :attribute deve essere una stringa JSON valida.',
77+
'lowercase' => 'Il campo :attribute deve essere in minuscolo.',
78+
'lt' => [
79+
'array' => 'Il campo :attribute deve contenere meno di :value elementi.',
80+
'file' => 'Il campo :attribute deve essere meno di :value kilobyte.',
81+
'numeric' => 'Il campo :attribute deve essere minore di :value.',
82+
'string' => 'Il campo :attribute deve essere minore di :value caratteri.',
83+
],
84+
'lte' => [
85+
'array' => 'Il campo :attribute non deve avere più di :value elementi.',
86+
'file' => 'Il campo :attribute deve essere minore di o uguale a :value kilobyte.',
87+
'numeric' => 'Il campo :attribute deve essere minore di o uguale a :value.',
88+
'string' => 'Il campo :attribute deve essere minore di o uguale a :value caratteri.',
89+
],
90+
'mac_address' => 'Il campo :attribute deve essere un indirizzo MAC valido.',
91+
'max' => [
92+
'array' => 'Il campo :attribute non deve avere più di :max elementi.',
93+
'file' => 'Il campo :attribute non deve essere maggiore di :max kilobyte.',
94+
'numeric' => 'Il campo :attribute non deve essere maggiore di :max.',
95+
'string' => 'Il campo :attribute non deve essere maggiore di :max caratteri.',
96+
],
97+
'max_digits' => 'Il campo :attribute non deve avere più di :max cifre.',
98+
'mimes' => 'Il campo :attribute deve essere un file di tipo: :values.',
99+
'mimetypes' => 'Il campo :attribute deve essere un file di tipo: :values.',
100+
'min' => [
101+
'array' => 'Il campo :attribute deve avere almeno :min elementi.',
102+
'file' => 'Il campo :attribute deve essere almeno :min kilobyte.',
103+
'numeric' => 'Il campo :attribute deve essere almeno :min.',
104+
'string' => 'Il campo :attribute deve essere almeno :min caratteri.',
105+
],
106+
'min_digits' => 'Il campo :attribute deve avere almeno :min cifre.',
107+
'missing' => 'Il campo :attribute deve essere mancante.',
108+
'missing_if' => 'Il campo :attribute deve essere mancante quando :other è :value.',
109+
'missing_unless' => 'Il campo :attribute deve essere mancante a meno che :other sia :value.',
110+
'missing_with' => 'Il campo :attribute deve essere mancante quando :values è presente.',
111+
'missing_with_all' => 'Il campo :attribute deve essere mancante quando :values sono presenti.',
112+
'multiple_of' => 'Il campo :attribute deve essere un multiplo di :value.',
113+
'not_in' => 'Il :attribute selezionato non è valido.',
114+
'not_regex' => 'Il formato del campo :attribute non è valido.',
115+
'numeric' => 'Il campo :attribute deve essere un numero.',
116+
'password' => [
117+
'letters' => 'Il campo :attribute deve contenere almeno una lettera.',
118+
'mixed' => 'Il campo :attribute deve contenere almeno un carattere minuscolo e un carattere maiuscolo.',
119+
'numbers' => 'Il campo :attribute deve contenere almeno un numero.',
120+
'symbols' => 'Il campo :attribute deve contenere almeno un simbolo speciale.',
121+
'uncompromised' => 'Il :attribute dato è apparso in un data leak. Per favore scegliere un :attribute differente.',
122+
],
123+
'present' => 'Il campo :attribute deve essere presente.',
124+
'prohibited' => 'Il campo :attribute è proibito.',
125+
'prohibited_if' => 'Il campo :attribute è proibito quando :other è :value.',
126+
'prohibited_unless' => 'Il campo :attribute è proibito a meno che :other sia in :values.',
127+
'prohibits' => 'Il campo :attribute proibisce :other da essere presente.',
128+
'regex' => 'Il formato del campo :attribute non è valido.',
129+
'required' => 'Il campo :attribute è richiesto.',
130+
'required_array_keys' => 'Il campo :attribute deve contenere inserimenti per: :values.',
131+
'required_if' => 'Il campo :attribute è richiesto quando :other è :value.',
132+
'required_if_accepted' => 'Il campo :attribute è richiesto quando :other è accettato.',
133+
'required_unless' => 'Il campo :attribute è richiesto a meno che :other sia in :values.',
134+
'required_with' => 'Il campo :attribute è richiesto quando :values è presente.',
135+
'required_with_all' => 'Il campo :attribute è richiesto quando :values sono presenti.',
136+
'required_without' => 'Il campo :attribute è richiesto quando :values non è presente.',
137+
'required_without_all' => 'Il campo :attribute è richiesto quando nessuno dei :values sono presenti.',
138+
'same' => 'Il campo :attribute non deve corrispondere a :other.',
139+
'size' => [
140+
'array' => 'Il campo :attribute deve contenere :size elementi.',
141+
'file' => 'Il campo :attribute deve essere :size kilobyte.',
142+
'numeric' => 'Il campo :attribute deve essere :size.',
143+
'string' => 'Il campo :attribute deve essere :size caratteri.',
144+
],
145+
'starts_with' => 'Il campo :attribute deve iniziare con uno dei seguenti: :values.',
146+
'string' => 'Il campo :attribute deve essere una stringa.',
147+
'timezone' => 'Il campo :attribute deve essere un fuso orario valido.',
148+
'unique' => 'Il :attribute è già stato preso.',
149+
'uploaded' => 'Il :attribute non è riuscito ad essere caricato.',
150+
'uppercase' => 'Il campo :attribute deve essere maiuscolo.',
151+
'url' => 'Il campo :attribute deve essere un URL valido.',
152+
'ulid' => 'Il campo :attribute deve essere un ULID valido.',
153+
'uuid' => 'Il campo :attribute deve essere un UUID valido.',
154+
155+
/*
156+
|--------------------------------------------------------------------------
157+
| Custom Validation Language Lines
158+
|--------------------------------------------------------------------------
159+
|
160+
| Here you may specify custom validation messages for attributes using the
161+
| convention "attribute.rule" to name the lines. This makes it quick to
162+
| specify a specific custom language line for a given attribute rule.
163+
|
164+
*/
165+
166+
'custom' => [
167+
'attribute-name' => [
168+
'rule-name' => 'custom-message',
169+
],
170+
],
171+
172+
/*
173+
|--------------------------------------------------------------------------
174+
| Custom Validation Attributes
175+
|--------------------------------------------------------------------------
176+
|
177+
| The following language lines are used to swap our attribute placeholder
178+
| with something more reader friendly such as "E-Mail Address" instead
179+
| of "email". This simply helps us make our message more expressive.
180+
|
181+
*/
182+
183+
'attributes' => [
184+
'address' => 'indirizzo',
185+
'age' => 'età',
186+
'body' => 'corpo del testo',
187+
'cell' => 'cella',
188+
'city' => 'città',
189+
'country' => 'nazione',
190+
'date' => 'data',
191+
'day' => 'giorno',
192+
'excerpt' => 'sommario',
193+
'first_name' => 'nome',
194+
'gender' => 'identità di genere',
195+
'marital_status' => 'stato civile',
196+
'profession' => 'professione',
197+
'nationality' => 'nazionalità',
198+
'hour' => 'ora',
199+
'last_name' => 'cognome',
200+
'message' => 'messaggio',
201+
'minute' => 'minuto',
202+
'mobile' => 'cellulare',
203+
'month' => 'mese',
204+
'name' => 'nome',
205+
'zipcode' => 'CAP',
206+
'company_name' => 'nome azienda',
207+
'neighborhood' => 'quartiere',
208+
'number' => 'numero',
209+
'password' => 'password',
210+
'phone' => 'telefono',
211+
'second' => 'secondo',
212+
'sex' => 'sesso',
213+
'state' => 'stato',
214+
'street' => 'strada',
215+
'subject' => 'oggetto',
216+
'text' => 'testo',
217+
'time' => 'ora',
218+
'title' => 'titolo',
219+
'username' => 'username',
220+
'year' => 'anno',
221+
'description' => 'descrizione',
222+
'password_confirmation' => 'conferma password',
223+
'current_password' => 'password corrente',
224+
'complement' => 'complemento',
225+
'modality' => 'modalità',
226+
'category' => 'categoria',
227+
'blood_type' => 'gruppo sanguigno',
228+
'birth_date' => 'data di nascita',
229+
],
230+
];

0 commit comments

Comments
 (0)