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

9 lines
259 B
PHP

<?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."
];