akaunting/resources/lang/id-ID/customers.php

13 lines
201 B
PHP
Raw Normal View History

2018-01-13 15:08:50 +03:00
<?php
return [
2019-12-25 14:32:47 +03:00
'can_login' => 'Dapat Masuk?',
2018-01-13 15:08:50 +03:00
'user_created' => 'Pengguna Dibuat',
'error' => [
'email' => 'Email ini sudah dipakai.'
2018-11-08 12:11:42 +03:00
],
2018-01-13 15:08:50 +03:00
];