<?php
return [
'can_login' => 'Puoi fare il login?',
'user_created' => 'Utente creato',
'error' => [
'email' => 'L\'email è già stata presa.'
],
];