| 
									
										
										
										
											2019-08-08 17:03:19 +02:00
										 |  |  | <?php | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /** | 
					
						
							|  |  |  |  * list.php | 
					
						
							| 
									
										
										
										
											2019-10-05 06:23:46 +02:00
										 |  |  |  * Copyright (c) 2019 thegrumpydictator@gmail.com | 
					
						
							| 
									
										
										
										
											2019-08-08 17:03:19 +02:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2019-10-05 06:23:46 +02:00
										 |  |  |  * This file is part of Firefly III (https://github.com/firefly-iii). | 
					
						
							| 
									
										
										
										
											2019-08-08 17:03:19 +02:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2019-10-05 06:23:46 +02:00
										 |  |  |  * This program is free software: you can redistribute it and/or modify | 
					
						
							|  |  |  |  * it under the terms of the GNU Affero General Public License as | 
					
						
							|  |  |  |  * published by the Free Software Foundation, either version 3 of the | 
					
						
							|  |  |  |  * License, or (at your option) any later version. | 
					
						
							| 
									
										
										
										
											2019-08-08 17:03:19 +02:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2019-10-05 06:23:46 +02:00
										 |  |  |  * This program is distributed in the hope that it will be useful, | 
					
						
							| 
									
										
										
										
											2019-08-08 17:03:19 +02:00
										 |  |  |  * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
					
						
							|  |  |  |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
					
						
							| 
									
										
										
										
											2019-10-05 06:23:46 +02:00
										 |  |  |  * GNU Affero General Public License for more details. | 
					
						
							| 
									
										
										
										
											2019-08-08 17:03:19 +02:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2019-10-05 06:23:46 +02:00
										 |  |  |  * You should have received a copy of the GNU Affero General Public License | 
					
						
							|  |  |  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>. | 
					
						
							| 
									
										
										
										
											2019-08-08 17:03:19 +02:00
										 |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | declare(strict_types=1); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | return [ | 
					
						
							| 
									
										
										
										
											2019-09-03 17:21:45 +02:00
										 |  |  |     '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í?', | 
					
						
							| 
									
										
										
										
											2019-09-06 20:26:57 +02:00
										 |  |  |     'percentage'              => 'pct.', | 
					
						
							| 
									
										
										
										
											2019-09-07 20:28:21 +02:00
										 |  |  |     'next_due'                => 'Příští splatnost', | 
					
						
							|  |  |  |     'transaction_type'        => 'Typ', | 
					
						
							| 
									
										
										
										
											2019-09-03 17:21:45 +02:00
										 |  |  |     'lastActivity'            => 'Poslední aktivita', | 
					
						
							|  |  |  |     'balanceDiff'             => 'Rozdíl zůstatku', | 
					
						
							|  |  |  |     'matchesOn'               => 'Matched on', | 
					
						
							| 
									
										
										
										
											2019-10-05 16:43:24 +02:00
										 |  |  |     'other_meta_data'         => 'Ostatní metadata', | 
					
						
							| 
									
										
										
										
											2019-09-03 17:21:45 +02:00
										 |  |  |     '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?', | 
					
						
							| 
									
										
										
										
											2019-10-05 16:43:24 +02:00
										 |  |  |     'repeat_freq'             => 'Opakuje se', | 
					
						
							| 
									
										
										
										
											2019-09-03 17:21:45 +02:00
										 |  |  |     'description'             => 'Popis', | 
					
						
							|  |  |  |     'amount'                  => 'Částka', | 
					
						
							| 
									
										
										
										
											2019-09-07 20:28:21 +02:00
										 |  |  |     'internal_reference'      => 'Interní reference', | 
					
						
							| 
									
										
										
										
											2019-09-03 17:21:45 +02:00
										 |  |  |     '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', | 
					
						
							| 
									
										
										
										
											2019-08-08 17:03:19 +02:00
										 |  |  |     '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', | 
					
						
							| 
									
										
										
										
											2019-10-05 16:43:24 +02:00
										 |  |  |     'sepa_country'            => 'SEPA země', | 
					
						
							| 
									
										
										
										
											2019-08-08 17:03:19 +02:00
										 |  |  |     'sepa_cc'                 => 'SEPA Clearing Code', | 
					
						
							|  |  |  |     'sepa_ep'                 => 'SEPA External Purpose', | 
					
						
							|  |  |  |     'sepa_ci'                 => 'SEPA Creditor Identifier', | 
					
						
							|  |  |  |     'sepa_batch_id'           => 'SEPA Batch ID', | 
					
						
							| 
									
										
										
										
											2019-10-05 16:43:24 +02:00
										 |  |  |     'external_id'             => 'Externí identifikátor', | 
					
						
							| 
									
										
										
										
											2019-08-08 17:03:19 +02:00
										 |  |  |     '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', | 
					
						
							|  |  |  | ]; |