Skip to content

Commit 721b3ba

Browse files
Merge pull request #6451 from Laravel-Lang/masterix21-patch-4
[it]: Update php.json
2 parents 698b96b + 53acd17 commit 721b3ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: locales/it/php.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"boolean": "Il campo :attribute deve essere vero o falso.",
2020
"can": "Il campo :attribute contiene un valore non autorizzato.",
2121
"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.",
2323
"current_password": "Password non valida.",
2424
"date": ":Attribute non è una data valida.",
2525
"date_equals": ":Attribute deve essere una data e uguale a :date.",
@@ -106,8 +106,8 @@
106106
"previous": "« Precedente",
107107
"prohibited": ":Attribute non consentito.",
108108
"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.",
111111
"prohibited_unless": ":Attribute non consentito a meno che :other sia contenuto in :values.",
112112
"prohibits": ":Attribute impedisce a :other di essere presente.",
113113
"regex": "Il formato del campo :attribute non è valido.",
@@ -116,7 +116,7 @@
116116
"required_array_keys": "Il campo :attribute deve contenere voci per: :values.",
117117
"required_if": "Il campo :attribute è richiesto quando :other è :value.",
118118
"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.",
120120
"required_unless": "Il campo :attribute è richiesto a meno che :other sia in :values.",
121121
"required_with": "Il campo :attribute è richiesto quando :values è presente.",
122122
"required_with_all": "Il campo :attribute è richiesto quando :values sono presenti.",

0 commit comments

Comments
 (0)