akaunting/resources/lang/lv-LV/customers.php
2018-11-08 12:11:42 +03:00

17 lines
406 B
PHP

<?php
return [
'allow_login' => 'Atļaut ielogoties?',
'user_created' => 'Lietotājs, kas izveidojis',
'error' => [
'email' => 'Lietotājs ar šādu e-pasta adresi jau eksistē.'
],
'notification' => [
'message' => ':customer made :amount payment to invoice number :invoice_number.',
'button' => 'Show',
],
];