akaunting/resources/lang/ro-RO/customers.php
2021-05-12 00:16:24 +00:00

13 lines
220 B
PHP

<?php
return [
'can_login' => 'Se poate autentifica?',
'user_created' => 'Utilizator creat',
'error' => [
'email' => 'Acest email a fost deja folosit.',
],
];