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

17 lines
667 B
PHP
Raw Normal View History

2017-12-13 11:48:50 +00:00
<?php
return [
'change_language' => 'Zvolit jazyk',
2018-12-25 09:44:02 +00:00
'last_login' => 'Poslední přihlášení :time',
2017-12-13 11:48:50 +00:00
'notifications' => [
2018-12-25 09:44:02 +00:00
'counter' => '{0} Nemáte žádné oznámení|{1} Máte :count oznámení|[2,*] Máte :count oznámení',
2017-12-13 11:48:50 +00:00
'overdue_invoices' => '{1} :count faktura po splatnosti|[2,*] :count faktury po splatnosti',
'upcoming_bills' => '{1} :count blížící se faktura|[2,*] :count blížící se faktury',
2022-06-01 07:15:55 +00:00
'view_all' => 'Zobrazit vše'
2017-12-13 11:48:50 +00:00
],
2018-11-08 09:11:42 +00:00
'docs_link' => 'https://akaunting.com/docs',
2019-12-25 11:32:47 +00:00
'support_link' => 'https://akaunting.com/support',
2017-12-13 11:48:50 +00:00
];