182 lines
		
	
	
		
			8.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			182 lines
		
	
	
		
			8.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'dashboards'            => 'Nástěnka | Nástěnky',
 | |
|     'items'                 => 'Položka | Položky',
 | |
|     'incomes'               => 'Příjem | Příjmy',
 | |
|     'invoices'              => 'Faktura | Faktury',
 | |
|     'revenues'              => 'Příjem | Příjmy',
 | |
|     'customers'             => 'Zákazník | Zákazníci',
 | |
|     'expenses'              => 'Výdaj | Výdaje',
 | |
|     'bills'                 => 'Faktura | Faktury',
 | |
|     'payments'              => 'Platba | Platby',
 | |
|     'vendors'               => 'Dodavatel | Dodavatelé',
 | |
|     'accounts'              => 'Účet | Účty',
 | |
|     'transfers'             => 'Převod | Převody',
 | |
|     'transactions'          => 'Transakce | Transakce',
 | |
|     'reports'               => 'Sestava | Sestavy',
 | |
|     'settings'              => 'Nastavení | Nastavení',
 | |
|     'categories'            => 'Kategorie |Kategorie',
 | |
|     'currencies'            => 'Měna | Měny',
 | |
|     'tax_rates'             => 'Sazba daně | Daňové sazby',
 | |
|     'users'                 => 'Uživatel | Uživatelé',
 | |
|     'roles'                 => 'Role | Role',
 | |
|     'permissions'           => 'Oprávnění | Oprávnění',
 | |
|     'modules'               => 'Aplikace | Aplikace',
 | |
|     'companies'             => 'Společnost | Společnosti',
 | |
|     'profits'               => 'Zisk | Zisky',
 | |
|     'taxes'                 => 'Daň | Daně',
 | |
|     'logos'                 => 'Logo | Loga',
 | |
|     'pictures'              => 'Obrázek | Obrázky',
 | |
|     'types'                 => 'Typ | Typy',
 | |
|     'payment_methods'       => 'Způsob platby | Způsoby platby',
 | |
|     'compares'              => 'Příjmy vs Výdaje | Příjmy vs Výdaje',
 | |
|     'notes'                 => 'Poznámka | Poznámky',
 | |
|     'totals'                => 'Celkem | Celkem',
 | |
|     'languages'             => 'Jazyk | Jazyky',
 | |
|     'updates'               => 'Aktualizace | Aktualizace',
 | |
|     'numbers'               => 'Číslo | Čísla',
 | |
|     'statuses'              => 'Stav | Stavy',
 | |
|     'others'                => 'Ostatní|Ostatní',
 | |
|     'contacts'              => 'Kontakt|Kontakty',
 | |
|     'reconciliations'       => 'Vyrovnání|Vyrovnání',
 | |
|     'developers'            => 'Vývojář | Vývojáři',
 | |
|     'schedules'             => 'Rozvrh | Rozvrhy',
 | |
|     'groups'                => 'Skupina|Skupiny',
 | |
|     'charts'                => 'Graf | Grafy',
 | |
|     'localisations'         => 'Lokalizace|Lokalizace',
 | |
|     'defaults'              => 'Výchozí|Výchozí',
 | |
|     'widgets'               => 'Widget|Widgety',
 | |
| 
 | |
|     'dashboard'             => 'Přehled',
 | |
|     'welcome'               => 'Vítejte',
 | |
|     'banking'               => 'Bankovnictví',
 | |
|     'general'               => 'Obecné',
 | |
|     'no_records'            => 'Žádné záznamy.',
 | |
|     'date'                  => 'Datum',
 | |
|     'amount'                => 'Částka',
 | |
|     'enabled'               => 'Povoleno',
 | |
|     'disabled'              => 'Zakázáno',
 | |
|     'yes'                   => 'Ano',
 | |
|     'no'                    => 'Ne',
 | |
|     'na'                    => 'Neuvedeno',
 | |
|     'daily'                 => 'Denně',
 | |
|     'weekly'                => 'Týdně',
 | |
|     'monthly'               => 'Měsíčně',
 | |
|     'quarterly'             => 'Čtvrtletně',
 | |
|     'yearly'                => 'Ročně',
 | |
|     'add'                   => 'Přidat',
 | |
|     'add_new'               => 'Přidat nové',
 | |
|     'show'                  => 'Zobrazit',
 | |
|     'edit'                  => 'Upravit',
 | |
|     'delete'                => 'Smazat',
 | |
|     'send'                  => 'Odeslat',
 | |
|     'download'              => 'Stáhnout',
 | |
|     'delete_confirm'        => 'Potvrzení smazaní :name :type?',
 | |
|     'name'                  => 'Jméno',
 | |
|     'email'                 => 'E-mail',
 | |
|     'tax_number'            => 'Daňové číslo',
 | |
|     'phone'                 => 'Telefon',
 | |
|     'address'               => 'Adresa',
 | |
|     'website'               => 'Webové stránky',
 | |
|     'actions'               => 'Akce',
 | |
|     'description'           => 'Popis',
 | |
|     'manage'                => 'Spravovat',
 | |
|     'code'                  => 'Kód',
 | |
|     'alias'                 => 'Alias',
 | |
|     'balance'               => 'Zůstatek',
 | |
|     'reference'             => 'Reference',
 | |
|     'attachment'            => 'Příloha',
 | |
|     'change'                => 'Změnit',
 | |
|     'change_type'           => 'Change :type',
 | |
|     'switch'                => 'Přepnout',
 | |
|     'color'                 => 'Barva',
 | |
|     'save'                  => 'Uložit',
 | |
|     'confirm'               => 'Potvrdit',
 | |
|     'cancel'                => 'Storno',
 | |
|     'loading'               => 'Načítání...',
 | |
|     'from'                  => 'Od',
 | |
|     'to'                    => 'Komu',
 | |
|     'print'                 => 'Tisk',
 | |
|     'search'                => 'Hledat',
 | |
|     'search_placeholder'    => 'Zadejte hledaný text..',
 | |
|     'filter'                => 'Filtrovat',
 | |
|     'help'                  => 'Nápověda',
 | |
|     'all'                   => 'Vše',
 | |
|     'all_type'              => 'Všechny :type',
 | |
|     'upcoming'              => 'Nadcházející',
 | |
|     'created'               => 'Vytvořeno',
 | |
|     'id'                    => 'ID',
 | |
|     'more_actions'          => 'Další akce',
 | |
|     'duplicate'             => 'Duplikovat',
 | |
|     'unpaid'                => 'Neuhrazeno',
 | |
|     'paid'                  => 'Uhrazeno',
 | |
|     'overdue'               => 'Po splatnosti',
 | |
|     'partially'             => 'Částečně',
 | |
|     'partially_paid'        => 'Částečně zaplaceno',
 | |
|     'export'                => 'Export',
 | |
|     'finish'                => 'Dokončit',
 | |
|     'wizard'                => 'Průvodce',
 | |
|     'skip'                  => 'Přeskočit',
 | |
|     'enable'                => 'Povolit',
 | |
|     'disable'               => 'Zakázat',
 | |
|     'select_all'            => 'Vybrat vše',
 | |
|     'unselect_all'          => 'Odznačit vše',
 | |
|     'go_to'                 => 'Jdi na :name',
 | |
|     'created_date'          => 'Datum vytvoření',
 | |
|     'period'                => 'Období',
 | |
|     'frequency'             => 'Frekvence',
 | |
|     'start'                 => 'Začátek',
 | |
|     'end'                   => 'Konec',
 | |
|     'clear'                 => 'Vyčistit',
 | |
|     'difference'            => 'Rozdíl',
 | |
|     'footer'                => 'Zápatí',
 | |
|     'start_date'            => 'Počáteční datum',
 | |
|     'basis'                 => 'Základy',
 | |
|     'accrual'               => 'Přírůstek',
 | |
|     'cash'                  => 'Hotovost',
 | |
|     'group_by'              => 'Seskupit podle',
 | |
|     'accounting'            => 'Účetnictví',
 | |
| 
 | |
|     'title' => [
 | |
|         'new'               => 'Nová(ý) :type',
 | |
|         'edit'              => 'Upravit :type',
 | |
|         'delete'            => 'Odstranit :type',
 | |
|         'create'            => 'Vytvořit :type',
 | |
|         'send'              => 'Odeslat :type',
 | |
|         'get'               => 'Získat :type',
 | |
|         'add'               => 'Přidat :type',
 | |
|     ],
 | |
| 
 | |
|     'form' => [
 | |
|         'enter'             => 'Vyplň :field',
 | |
|         'select' => [
 | |
|             'field'         => '- Vyber :field -',
 | |
|             'file'          => 'Vybrat soubor',
 | |
|         ],
 | |
|         'add_new'           => 'Přidat nové :field',
 | |
|         'no_file_selected'  => 'Nebyl vybrán žádný soubor...',
 | |
|     ],
 | |
| 
 | |
|     'date_range' => [
 | |
|         'today' => 'Dnes',
 | |
|         'yesterday' => 'Včera',
 | |
|         'last_days' => 'Posledních :day dnů',
 | |
|         'this_month' => 'Aktuální měsíc',
 | |
|         'last_month' => 'Minulý měsíc',
 | |
|     ],
 | |
| 
 | |
|     'empty' => [
 | |
|         'documentation' => 'Check out the <a href=":url" target="_blank" class="text-success">documentation</a> for more details.',
 | |
|         'items' => 'Items can be products or services. You can use items when creating invoices and bills to have the price, tax etc fields populated.',
 | |
|         'invoices' => 'Invoices can be one time or recurring. You can send them to customers and start accepting online payments.',
 | |
|         'revenues' => 'Revenue is a paid income transaction. It can be an independent record (i.e. deposit) or attached to an invoice.',
 | |
|         'customers' => 'Customers are required if you want to create invoices. They may also log in to Client Portal and see their balance.',
 | |
|         'bills' => 'Bills can be one time or recurring. They indicate what you owe your vendors for the products or services you purchase.',
 | |
|         'payments' => 'Payment is a paid expense transaction. It can be an independent record (i.e. food receipt) or attached to a bill.',
 | |
|         'vendors' => 'Vendors are required if you want to create bills. You can see the balance you owe and filter reports by the vendor.',
 | |
|     ],
 | |
| 
 | |
| ];
 |