|
19 | 19 | "boolean": "Il campo :attribute deve essere vero o falso.",
|
20 | 20 | "can": "Il campo :attribute contiene un valore non autorizzato.",
|
21 | 21 | "confirmed": "Il campo di conferma per :attribute non coincide.",
|
22 |
| - "contains": "The :attribute field is missing a required value.", |
| 22 | + "contains": "Il campo :attribute non contiene un valore richiesto.", |
23 | 23 | "current_password": "Password non valida.",
|
24 | 24 | "date": ":Attribute non è una data valida.",
|
25 | 25 | "date_equals": ":Attribute deve essere una data e uguale a :date.",
|
|
106 | 106 | "previous": "« Precedente",
|
107 | 107 | "prohibited": ":Attribute non consentito.",
|
108 | 108 | "prohibited_if": ":Attribute non consentito quando :other è :value.",
|
109 |
| - "prohibited_if_accepted": "The :attribute field is prohibited when :other is accepted.", |
110 |
| - "prohibited_if_declined": "The :attribute field is prohibited when :other is declined.", |
| 109 | + "prohibited_if_accepted": "Il campo :attribute è vietato quando :other è accettato.", |
| 110 | + "prohibited_if_declined": "Il campo :attribute è vietato quando :other è rifiutato.", |
111 | 111 | "prohibited_unless": ":Attribute non consentito a meno che :other sia contenuto in :values.",
|
112 | 112 | "prohibits": ":Attribute impedisce a :other di essere presente.",
|
113 | 113 | "regex": "Il formato del campo :attribute non è valido.",
|
|
116 | 116 | "required_array_keys": "Il campo :attribute deve contenere voci per: :values.",
|
117 | 117 | "required_if": "Il campo :attribute è richiesto quando :other è :value.",
|
118 | 118 | "required_if_accepted": ":Attribute è richiesto quando :other è accettato.",
|
119 |
| - "required_if_declined": "The :attribute field is required when :other is declined.", |
| 119 | + "required_if_declined": "Il campo :attribute è richiesto quando :other è rifiutato.", |
120 | 120 | "required_unless": "Il campo :attribute è richiesto a meno che :other sia in :values.",
|
121 | 121 | "required_with": "Il campo :attribute è richiesto quando :values è presente.",
|
122 | 122 | "required_with_all": "Il campo :attribute è richiesto quando :values sono presenti.",
|
|
0 commit comments