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

26 lines
1.1 KiB
PHP
Raw Normal View History

2017-12-13 14:48:50 +03:00
<?php
return [
'success' => [
'added' => ':type přidán!',
'updated' => ':type aktualizováno!',
'deleted' => ':type odstraněno!',
'duplicated' => ':type duplikováno!',
'imported' => ':type importováno!',
],
'error' => [
2018-05-03 12:16:18 +03:00
'over_payment' => 'Error: Payment not added! Amount passes the total.',
2017-12-13 14:48:50 +03:00
'not_user_company' => 'Chyba: nemůžeš provádět správu společností!',
2018-05-03 12:16:18 +03:00
'customer' => 'Error: User not created! :name already uses this email address.',
2017-12-13 14:48:50 +03:00
'no_file' => 'Chyba: Nebyl vybrán žádný soubor!',
2018-05-03 12:16:18 +03:00
'last_category' => 'Error: Can not delete the last :type category!',
'invalid_token' => 'Error: The token entered is invalid!',
2017-12-13 14:48:50 +03:00
],
'warning' => [
'deleted' => 'Upozornění: Nemůžeš odstranit <b>:name</b> protože je spojená s :text.',
'disabled' => 'Upozornění: Nemůžeš vypnout <b>:name</b> protože je spojená s :text.',
],
];