allerta-vvf/backend/lang/it/validation.php

9 lines
259 B
PHP
Raw Normal View History

2023-09-04 14:00:49 +02:00
<?php
return [
"required" => "Il campo :attribute è richiesto.",
"unique" => "Il campo :attribute deve essere unico.",
"email" => "Il campo :attribute deve essere un indirizzo email valido.",
"exists" => "Il campo :attribute non esiste."
];