akaunting/resources/lang/ca-ES/customers.php
2021-08-29 18:54:09 +00:00

13 lines
230 B
PHP

<?php
return [
'can_login' => 'Pot iniciar?',
'user_created' => 'S\'ha creat l\'usuari',
'error' => [
'email' => 'El correu electrònic proporcionat ja existeix',
],
];