akaunting/resources/lang/lv-LV/customers.php

17 lines
406 B
PHP
Raw Normal View History

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