akaunting/resources/lang/sk-SK/customers.php

17 lines
384 B
PHP
Raw Normal View History

2018-10-09 11:02:22 +03:00
<?php
return [
'allow_login' => 'Povoliť prihlásenie?',
'user_created' => 'Používateľ vytvorený',
'error' => [
'email' => 'E-mail už bolo použitý.'
2018-11-08 12:11:42 +03:00
],
'notification' => [
'message' => ':customer zaplatil sumu :amount za faktúru :invoice_number.',
'button' => 'Zobraziť',
],
2018-10-09 11:02:22 +03:00
];