akaunting/resources/lang/ca-ES/customers.php

13 lines
231 B
PHP
Raw Normal View History

2020-12-26 23:32:05 +00:00
<?php
return [
'can_login' => 'Pots iniciar?',
'user_created' => 'S\'ha creat l\'usuari',
'error' => [
'email' => 'El correu electrònic proporcionat ja existeix',
],
];