akaunting/resources/lang/cs-CZ/customers.php

17 lines
410 B
PHP
Raw Normal View History

2017-12-13 14:48:50 +03:00
<?php
return [
'allow_login' => 'Povolit přihlášení?',
'user_created' => 'Uživatel vytvořen',
'error' => [
'email' => 'Tato emailová adresa je už obsazena.'
2018-11-08 12:11:42 +03:00
],
'notification' => [
'message' => ':customer provedl platbu v částce :amount k faktuře číslo :invoice_number.',
'button' => 'Zobrazit',
],
2017-12-13 14:48:50 +03:00
];