mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			137 lines
		
	
	
		
			5.9 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			137 lines
		
	
	
		
			5.9 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| /**
 | |
|  * list.php
 | |
|  * Copyright (c) 2018 thegrumpydictator@gmail.com
 | |
|  *
 | |
|  * This file is part of Firefly III.
 | |
|  *
 | |
|  * Firefly III is free software: you can redistribute it and/or modify
 | |
|  * it under the terms of the GNU General Public License as published by
 | |
|  * the Free Software Foundation, either version 3 of the License, or
 | |
|  * (at your option) any later version.
 | |
|  *
 | |
|  * Firefly III is distributed in the hope that it will be useful,
 | |
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | |
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | |
|  * GNU General Public License for more details.
 | |
|  *
 | |
|  * You should have received a copy of the GNU General Public License
 | |
|  * along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
 | |
|  */
 | |
| 
 | |
| declare(strict_types=1);
 | |
| 
 | |
| return [
 | |
|     'buttons'             => 'Tlačítka',
 | |
|     'icon'                => 'Ikona',
 | |
|     'id'                  => 'ID',
 | |
|     'create_date'         => 'Vytvořeno',
 | |
|     'update_date'         => 'Aktualizováno',
 | |
|     'updated_at'          => 'Aktualizováno',
 | |
|     'balance_before'      => 'Zůstatek před',
 | |
|     'balance_after'       => 'Zůstatek po',
 | |
|     'name'                => 'Jméno',
 | |
|     'role'                => 'Role',
 | |
|     'currentBalance'      => 'Aktuální zůstatek',
 | |
|     'linked_to_rules'     => 'Příslušná pravidla',
 | |
|     'active'              => 'Aktivní?',
 | |
|     'transaction_type'    => 'Type',
 | |
|     'lastActivity'        => 'Poslední aktivita',
 | |
|     'balanceDiff'         => 'Rozdíl zůstatku',
 | |
|     'matchesOn'           => 'Matched on',
 | |
|     'account_type'        => 'Typ účtu',
 | |
|     'created_at'          => 'Vytvořeno',
 | |
|     'account'             => 'Účet',
 | |
|     'matchingAmount'      => 'Částka',
 | |
|     'split_number'        => '# rozdělení',
 | |
|     'destination'         => 'Cíl',
 | |
|     'source'              => 'Zdroj',
 | |
|     'next_expected_match' => 'Next expected match',
 | |
|     'automatch'           => 'Automatické hledání shody?',
 | |
|     'repeat_freq'         => 'Repeats',
 | |
|     'description'         => 'Popis',
 | |
|     'amount'              => 'Částka',
 | |
|     'internal_reference'  => 'Internal reference',
 | |
|     'date'                => 'Datum',
 | |
|     'interest_date'       => 'Úrokové datum',
 | |
|     'book_date'           => 'Book date',
 | |
|     'process_date'        => 'Datum zpracování',
 | |
|     'due_date'            => 'Datum splatnosti',
 | |
|     'payment_date'        => 'Datum platby',
 | |
|     'invoice_date'        => 'Datum vystavení',
 | |
|     'interal_reference'   => 'Interní reference',
 | |
|     'notes'               => 'Poznámky',
 | |
|     'from'                => 'Od',
 | |
|     'piggy_bank'          => 'Pokladnička',
 | |
|     'to'                  => 'To',
 | |
|     'budget'              => 'Rozpočet',
 | |
|     'category'            => 'Kategorie',
 | |
|     'bill'                => 'Účet',
 | |
|     'withdrawal'          => 'Výběr',
 | |
|     'deposit'             => 'Vklad',
 | |
|     'transfer'            => 'Převod',
 | |
|     'type'                => 'Typ',
 | |
|     'completed'           => 'Dokončeno',
 | |
|     'iban'                => 'IBAN',
 | |
|     'paid_current_period' => 'Zaplaceno v tomto období',
 | |
|     'email'               => 'Email',
 | |
|     'registered_at'       => 'Registered at',
 | |
|     'is_blocked'          => 'Je blokován',
 | |
|     'is_admin'            => 'Je admin',
 | |
|     'has_two_factor'      => 'Má 2FA',
 | |
|     'blocked_code'        => 'Block code',
 | |
|     'source_account'      => 'Zdrojový účet',
 | |
|     'destination_account'     => 'Cílový účet',
 | |
|     'accounts_count'          => 'Počet účtů',
 | |
|     'journals_count'          => 'Počet transakcí',
 | |
|     'attachments_count'       => 'Počet příloh',
 | |
|     'bills_count'             => 'Počet účtů',
 | |
|     'categories_count'        => 'Počet kategorií',
 | |
|     'import_jobs_count'       => 'Počet úloh importu',
 | |
|     'budget_count'            => 'Počet rozpočtů',
 | |
|     'rule_and_groups_count'   => 'Počet pravidel a skupin pravidel',
 | |
|     'tags_count'              => 'Počet štítků',
 | |
|     'tags'                    => 'Štítky',
 | |
|     'inward'                  => 'Inward description',
 | |
|     'outward'                 => 'Outward description',
 | |
|     'number_of_transactions'  => 'Počet transakcí',
 | |
|     'total_amount'            => 'Celková částka',
 | |
|     'sum'                     => 'Součet',
 | |
|     'sum_excluding_transfers' => 'Součet (bez převodů)',
 | |
|     'sum_withdrawals'         => 'Součet výběrů',
 | |
|     'sum_deposits'            => 'Součet vkladů',
 | |
|     'sum_transfers'           => 'Součet převodů',
 | |
|     'reconcile'               => 'Reconcile',
 | |
|     'account_on_spectre'      => 'Účet (Spectre)',
 | |
|     'account_on_ynab'         => 'Účet (YNAB)',
 | |
|     'do_import'               => 'Importovat z tohoto účtu',
 | |
|     'sepa_ct_id'              => 'SEPA End to End Identifier',
 | |
|     'sepa_ct_op'              => 'SEPA Opposing Account Identifier',
 | |
|     'sepa_db'                 => 'SEPA Mandate Identifier',
 | |
|     'sepa_country'            => 'SEPA Country',
 | |
|     'sepa_cc'                 => 'SEPA Clearing Code',
 | |
|     'sepa_ep'                 => 'SEPA External Purpose',
 | |
|     'sepa_ci'                 => 'SEPA Creditor Identifier',
 | |
|     'sepa_batch_id'           => 'SEPA Batch ID',
 | |
|     'external_id'             => 'External ID',
 | |
|     'account_at_bunq'         => 'Account with bunq',
 | |
|     'file_name'               => 'Název souboru',
 | |
|     'file_size'               => 'Velikost souboru',
 | |
|     'file_type'               => 'Typ souboru',
 | |
|     'attached_to'             => 'Připojeno k',
 | |
|     'file_exists'             => 'Soubor existuje',
 | |
|     'spectre_bank'            => 'Banka',
 | |
|     'spectre_last_use'        => 'Minulé přihlášení',
 | |
|     'spectre_status'          => 'Stav',
 | |
|     'bunq_payment_id'         => 'bunq payment ID',
 | |
|     'repetitions'             => 'Opakování',
 | |
|     'title'                   => 'Title',
 | |
|     'transaction_s'           => 'Transakce',
 | |
|     'field'                   => 'Kolonka',
 | |
|     'value'                   => 'Hodnota',
 | |
|     'interest'                => 'Úrok',
 | |
|     'interest_period'         => 'úrokové období',
 | |
|     'liability_type'          => 'Typ závazku',
 | |
| ];
 |