| 
									
										
										
										
											2020-10-02 08:46:41 +02:00
										 |  |  | <?php | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /** | 
					
						
							|  |  |  |  * list.php | 
					
						
							|  |  |  |  * Copyright (c) 2019 james@firefly-iii.org | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This file is part of Firefly III (https://github.com/firefly-iii). | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * 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. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This program 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 Affero General Public License for more details. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * 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/>. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | declare(strict_types=1); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | return [ | 
					
						
							|  |  |  |     'buttons'                 => 'Tlačítka', | 
					
						
							|  |  |  |     'icon'                    => 'Ikona', | 
					
						
							|  |  |  |     'id'                      => 'Číslo [ID]', | 
					
						
							|  |  |  |     'create_date'             => 'Vytvorené', | 
					
						
							|  |  |  |     'update_date'             => 'Aktualizované', | 
					
						
							|  |  |  |     'updated_at'              => 'Aktualizované', | 
					
						
							|  |  |  |     'balance_before'          => 'Zostatok pred', | 
					
						
							|  |  |  |     'balance_after'           => 'Zostatok po', | 
					
						
							|  |  |  |     'name'                    => 'Meno/Názov', | 
					
						
							|  |  |  |     'role'                    => 'Rola', | 
					
						
							|  |  |  |     'currentBalance'          => 'Aktuálny zostatok', | 
					
						
							|  |  |  |     'linked_to_rules'         => 'Príslušné pravidlá', | 
					
						
							|  |  |  |     'active'                  => 'Aktívne?', | 
					
						
							|  |  |  |     'percentage'              => 'perc.', | 
					
						
							|  |  |  |     'recurring_transaction'   => 'Opakované transakcie', | 
					
						
							|  |  |  |     'next_due'                => 'Nasledujúca splatnosť', | 
					
						
							|  |  |  |     'transaction_type'        => 'Typ', | 
					
						
							|  |  |  |     'lastActivity'            => 'Posledná aktivita', | 
					
						
							|  |  |  |     'balanceDiff'             => 'Rozdiel zostatku', | 
					
						
							|  |  |  |     'other_meta_data'         => 'Ostatné metadata', | 
					
						
							|  |  |  |     'account_type'            => 'Typ účtu', | 
					
						
							|  |  |  |     'created_at'              => 'Vytvorené', | 
					
						
							|  |  |  |     'account'                 => 'Účet', | 
					
						
							|  |  |  |     'external_uri'            => 'Externá URL', | 
					
						
							|  |  |  |     'matchingAmount'          => 'Suma', | 
					
						
							|  |  |  |     'destination'             => 'Cieľ', | 
					
						
							|  |  |  |     'source'                  => 'Zdroj', | 
					
						
							|  |  |  |     'next_expected_match'     => 'Ďalšia očakávaná zhoda', | 
					
						
							|  |  |  |     'automatch'               => 'Automatické hľadanie zhody?', | 
					
						
							|  |  |  |     'repeat_freq'             => 'Opakuje sa', | 
					
						
							|  |  |  |     'description'             => 'Popis', | 
					
						
							|  |  |  |     'amount'                  => 'Suma', | 
					
						
							|  |  |  |     'date'                    => 'Dátum', | 
					
						
							|  |  |  |     'interest_date'           => 'Úrokový dátum', | 
					
						
							|  |  |  |     'book_date'               => 'Dátum rezervácie', | 
					
						
							|  |  |  |     'process_date'            => 'Dátum zpracování', | 
					
						
							|  |  |  |     'due_date'                => 'Dátum splatnosti', | 
					
						
							|  |  |  |     'payment_date'            => 'Dátum platby', | 
					
						
							|  |  |  |     'invoice_date'            => 'Dátum vystavenia', | 
					
						
							|  |  |  |     'internal_reference'      => 'Interná referencia', | 
					
						
							|  |  |  |     'notes'                   => 'Poznámky', | 
					
						
							|  |  |  |     'from'                    => 'Od', | 
					
						
							|  |  |  |     'piggy_bank'              => 'Pokladnička', | 
					
						
							|  |  |  |     'to'                      => 'Komu', | 
					
						
							|  |  |  |     'budget'                  => 'Rozpočet', | 
					
						
							|  |  |  |     'category'                => 'Kategória', | 
					
						
							|  |  |  |     'bill'                    => 'Účet', | 
					
						
							|  |  |  |     'withdrawal'              => 'Výber', | 
					
						
							|  |  |  |     'deposit'                 => 'Vklad', | 
					
						
							|  |  |  |     'transfer'                => 'Prevod', | 
					
						
							|  |  |  |     'type'                    => 'Typ', | 
					
						
							|  |  |  |     'completed'               => 'Dokončené', | 
					
						
							|  |  |  |     'iban'                    => 'IBAN', | 
					
						
							|  |  |  |     'paid_current_period'     => 'Zaplatené v tomto období', | 
					
						
							|  |  |  |     'email'                   => 'E-mail', | 
					
						
							|  |  |  |     'registered_at'           => 'Registrované', | 
					
						
							|  |  |  |     'is_blocked'              => 'Je blokovaný', | 
					
						
							|  |  |  |     'is_admin'                => 'Je admin', | 
					
						
							|  |  |  |     'has_two_factor'          => 'Má 2FA', | 
					
						
							|  |  |  |     'blocked_code'            => 'Kód banky', | 
					
						
							|  |  |  |     'source_account'          => 'Zdrojový účet', | 
					
						
							|  |  |  |     'destination_account'     => 'Cieľový účet', | 
					
						
							|  |  |  |     'accounts_count'          => 'Počet účtov', | 
					
						
							|  |  |  |     'journals_count'          => 'Počet transakcií', | 
					
						
							|  |  |  |     'attachments_count'       => 'Počet príloh', | 
					
						
							|  |  |  |     'bills_count'             => 'Počet účtov', | 
					
						
							|  |  |  |     'categories_count'        => 'Počet kategórií', | 
					
						
							|  |  |  |     'budget_count'            => 'Počet rozpočtov', | 
					
						
							|  |  |  |     'rule_and_groups_count'   => 'Počet pravidiel a skupín pravidiel', | 
					
						
							|  |  |  |     'tags_count'              => 'Počet štítkov', | 
					
						
							|  |  |  |     'tags'                    => 'Štítky', | 
					
						
							|  |  |  |     'inward'                  => 'Príchodzí popis', | 
					
						
							|  |  |  |     'outward'                 => 'Odchádzajúci popis', | 
					
						
							|  |  |  |     'number_of_transactions'  => 'Počet transakcií', | 
					
						
							|  |  |  |     'total_amount'            => 'Celková suma', | 
					
						
							|  |  |  |     'sum'                     => 'Celkom', | 
					
						
							|  |  |  |     'sum_excluding_transfers' => 'Celkom (bez prevodov)', | 
					
						
							|  |  |  |     'sum_withdrawals'         => 'Súčet výberov', | 
					
						
							|  |  |  |     'sum_deposits'            => 'Súčet vkladov', | 
					
						
							|  |  |  |     'sum_transfers'           => 'Súčet prevodov', | 
					
						
							|  |  |  |     'sum_reconciliations'     => 'Sumár vyúčtovania', | 
					
						
							|  |  |  |     'reconcile'               => 'Vyúčtovať', | 
					
						
							|  |  |  |     'sepa_ct_id'              => 'SEPA End to End identifikátor', | 
					
						
							|  |  |  |     'sepa_ct_op'              => 'SEPA Identifikátor cieľového účtu', | 
					
						
							|  |  |  |     'sepa_db'                 => 'SEPA Identifikátor mandátu', | 
					
						
							|  |  |  |     'sepa_country'            => 'SEPA krajina', | 
					
						
							|  |  |  |     'sepa_cc'                 => 'SEPA Zúčtovací kód', | 
					
						
							|  |  |  |     'sepa_ep'                 => 'SEPA Externý účel', | 
					
						
							|  |  |  |     'sepa_ci'                 => 'SEPA Identifikátor veriteľa', | 
					
						
							|  |  |  |     'sepa_batch_id'           => 'SEPA ID dávky', | 
					
						
							|  |  |  |     'external_id'             => 'Externý identifikátor', | 
					
						
							|  |  |  |     'account_at_bunq'         => 'Účet s bunq', | 
					
						
							|  |  |  |     'file_name'               => 'Název souboru', | 
					
						
							|  |  |  |     'file_size'               => 'Veľkosť súboru', | 
					
						
							|  |  |  |     'file_type'               => 'Typ súboru', | 
					
						
							|  |  |  |     'attached_to'             => 'Pripojené k', | 
					
						
							|  |  |  |     'file_exists'             => 'Súbor existuje', | 
					
						
							|  |  |  |     'spectre_bank'            => 'Banka', | 
					
						
							|  |  |  |     'spectre_last_use'        => 'Posledné prihlásenie', | 
					
						
							|  |  |  |     'spectre_status'          => 'Stav', | 
					
						
							|  |  |  |     'bunq_payment_id'         => 'ID platby bunq', | 
					
						
							|  |  |  |     'repetitions'             => 'Opakovaní', | 
					
						
							|  |  |  |     'title'                   => 'Názov', | 
					
						
							|  |  |  |     'transaction_s'           => 'Transakcie', | 
					
						
							|  |  |  |     'field'                   => 'Pole', | 
					
						
							|  |  |  |     'value'                   => 'Hodnota', | 
					
						
							|  |  |  |     'interest'                => 'Úrok', | 
					
						
							| 
									
										
										
										
											2021-05-13 06:19:15 +02:00
										 |  |  |     'interest_period'         => 'Interest period', | 
					
						
							| 
									
										
										
										
											2020-10-02 08:46:41 +02:00
										 |  |  |     'liability_type'          => 'Typ záväzku', | 
					
						
							| 
									
										
										
										
											2021-05-13 06:19:15 +02:00
										 |  |  |     'liability_direction'     => 'Liability in/out', | 
					
						
							| 
									
										
										
										
											2021-07-18 19:21:30 +02:00
										 |  |  |     'end_date'                => 'End date', | 
					
						
							|  |  |  |     'payment_info'            => 'Payment information', | 
					
						
							|  |  |  |     'expected_info'           => 'Next expected transaction', | 
					
						
							|  |  |  |     'start_date'              => 'Start date', | 
					
						
							| 
									
										
										
										
											2020-10-02 08:46:41 +02:00
										 |  |  | ]; |